Obsidian Light
Use #F8F5F2 as background. Use #C8C0B8 as primary accent. Use #706860 as secondary. Use #1A1614 as body text.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Obsidian Light color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 91.7% | 248, 245, 242 | 0%, 1%, 2%, 3% | 30°, 30%, 96% | ||
| Primary Accent Luminance: 53.4% | 200, 192, 184 | 0%, 4%, 8%, 22% | 30°, 13%, 75% | ||
| Secondary Luminance: 14.2% | 112, 104, 96 | 0%, 7%, 14%, 56% | 30°, 8%, 41% | ||
| Body Text Luminance: 0.8% | 26, 22, 20 | 0%, 15%, 23%, 90% | 20°, 13%, 9% |
Color Harmony: Analogous Scheme
The Obsidian Light palette is built using a analogous relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A analogous palette is often preferred by professional designers because it creates a calm, serene atmosphere by using neighboring colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Obsidian Light Color Scheme
To use this Obsidian Light color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #F8F5F2 for the main background and #C8C0B8 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #1A1614 and #F8F5F2 is 16.54:1 (AAA). Ensure your body text remains legible.