Charcoal
#17193B
BlueColor Codes
All color formats for development
HEX
#17193BRGB
rgb(23, 25, 59)HSL
hsl(237, 44%, 16%)OKLCH
oklch(0.233 0.064 277.6)CMYK
cmyk(61%, 58%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151635
2#12142F
3#101129
4#0E0F23
5#0B0C1D
6#090A18
7#070712
8#05050C
9#020206
Tints
Lighter variations
1#23265A
2#2F3378
3#3B3F97
4#474CB6
5#6569C3
6#8487CF
7#A2A5DB
8#C1C3E7
9#E0E1F3
Tones
Muted variations
1#191A39
2#1A1C37
3#1C1D35
4#1E1F34
5#202132
6#222230
7#23242E
8#25262C
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5F #5A5FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F44 #3F44A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3236 #323681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD1EC;
--charcoal-300: #ABADDE;
--charcoal-400: #7E82CD;
--charcoal-500: #5A5FBF;
--charcoal-600: #3F44A2;
--charcoal-700: #323681;
--charcoal-800: #24275C;
--charcoal-900: #17193B;
--charcoal-950: #0E0F25;
}