Charcoal
#17203B
BlueColor Codes
All color formats for development
HEX
#17203BRGB
rgb(23, 32, 59)HSL
hsl(225, 44%, 16%)OKLCH
oklch(0.25 0.053 268.5)CMYK
cmyk(61%, 46%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151D35
2#12192F
3#101629
4#0E1323
5#0B101D
6#090D18
7#070A12
8#05060C
9#020306
Tints
Lighter variations
1#23315A
2#2F4178
3#3B5297
4#4763B6
5#657CC3
6#8496CF
7#A2B1DB
8#C1CBE7
9#E0E5F3
Tones
Muted variations
1#192139
2#1A2237
3#1C2335
4#1E2334
5#202432
6#222530
7#23262E
8#25272C
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E92 #7E92CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A73 #5A73BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F58 #3F58A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3246 #324681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2432 #24325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD7EC;
--charcoal-300: #ABB7DE;
--charcoal-400: #7E92CD;
--charcoal-500: #5A73BF;
--charcoal-600: #3F58A2;
--charcoal-700: #324681;
--charcoal-800: #24325C;
--charcoal-900: #17203B;
--charcoal-950: #0E1425;
}