Charcoal
#17293B
BlueColor Codes
All color formats for development
HEX
#17293BRGB
rgb(23, 41, 59)HSL
hsl(210, 44%, 16%)OKLCH
oklch(0.275 0.041 249.5)CMYK
cmyk(61%, 31%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152535
2#12212F
3#101D29
4#0E1823
5#0B141D
6#091018
7#070C12
8#05080C
9#020406
Tints
Lighter variations
1#233E5A
2#2F5478
3#3B6997
4#477EB6
5#6594C3
6#84A9CF
7#A2BFDB
8#C1D4E7
9#E0EAF3
Tones
Muted variations
1#192939
2#1A2937
3#1C2935
4#1E2934
5#202932
6#222930
7#23292E
8#25292C
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDE #CFDEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC4 #ABC4DE | BordersInactive statesPlaceholder text |
| 400 | 7EA6 #7EA6CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8C #5A8CBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F70 #3F70A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3259 #325981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2440 #24405C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #CFDEEC;
--charcoal-300: #ABC4DE;
--charcoal-400: #7EA6CD;
--charcoal-500: #5A8CBF;
--charcoal-600: #3F70A2;
--charcoal-700: #325981;
--charcoal-800: #24405C;
--charcoal-900: #17293B;
--charcoal-950: #0E1A25;
}