Charcoal
#091E49
BlueColor Codes
All color formats for development
HEX
#091E49RGB
rgb(9, 30, 73)HSL
hsl(220, 78%, 16%)OKLCH
oklch(0.248 0.085 262.4)CMYK
cmyk(88%, 59%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081B41
2#07183A
3#061533
4#05122C
5#040F24
6#040C1D
7#030916
8#02060F
9#010307
Tints
Lighter variations
1#0E2E6F
2#123E95
3#174EBB
4#1C5EE1
5#4078E7
6#6693EC
7#8DAEF1
8#B3C9F6
9#D9E4FA
Tones
Muted variations
1#0C1F45
2#0F2042
3#13213F
4#16223C
5#192339
6#1C2536
7#1F2632
8#22272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B5 #97B5F2 | BordersInactive statesPlaceholder text |
| 400 | 608F #608FEB | Disabled statesSecondary iconsMuted text |
| 500 | 336E #336EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1953 #1953C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1442 #14429F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2F #0E2F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F5FD;
--charcoal-100: #DFE9FB;
--charcoal-200: #C4D5F8;
--charcoal-300: #97B5F2;
--charcoal-400: #608FEB;
--charcoal-500: #336EE6;
--charcoal-600: #1953C8;
--charcoal-700: #14429F;
--charcoal-800: #0E2F71;
--charcoal-900: #091E49;
--charcoal-950: #06132D;
}