Charcoal
#091D49
BlueColor Codes
All color formats for development
HEX
#091D49RGB
rgb(9, 29, 73)HSL
hsl(221, 78%, 16%)OKLCH
oklch(0.246 0.086 263.1)CMYK
cmyk(88%, 60%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081A41
2#07173A
3#061433
4#05112C
5#040F24
6#040C1D
7#030916
8#02060F
9#010307
Tints
Lighter variations
1#0E2C6F
2#123C95
3#174BBB
4#1C5AE1
5#4075E7
6#6691EC
7#8DACF1
8#B3C8F6
9#D9E3FA
Tones
Muted variations
1#0C1E45
2#0F1F42
3#13213F
4#16223C
5#192339
6#1C2436
7#1F2532
8#22262F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B4 #97B4F2 | BordersInactive statesPlaceholder text |
| 400 | 608C #608CEB | Disabled statesSecondary iconsMuted text |
| 500 | 336B #336BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1950 #1950C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1440 #14409F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2E #0E2E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F5FD;
--charcoal-100: #DFE8FB;
--charcoal-200: #C4D4F8;
--charcoal-300: #97B4F2;
--charcoal-400: #608CEB;
--charcoal-500: #336BE6;
--charcoal-600: #1950C8;
--charcoal-700: #14409F;
--charcoal-800: #0E2E71;
--charcoal-900: #091D49;
--charcoal-950: #06122D;
}