Charcoal
#17293A
BlueColor Codes
All color formats for development
HEX
#17293ARGB
rgb(23, 41, 58)HSL
hsl(209, 43%, 16%)OKLCH
oklch(0.274 0.04 248.1)CMYK
cmyk(60%, 29%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152535
2#13212F
3#101D29
4#0E1923
5#0C151D
6#091117
7#070C12
8#05080C
9#020406
Tints
Lighter variations
1#233F59
2#305578
3#3C6B96
4#4880B5
5#6695C2
6#84ABCE
7#A3C0DA
8#C2D5E7
9#E0EAF3
Tones
Muted variations
1#192939
2#1B2937
3#1D2935
4#1E2933
5#202932
6#222930
7#24292E
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 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC5 #ABC5DE | BordersInactive statesPlaceholder text |
| 400 | 7FA7 #7FA7CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B8E #5B8EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4072 #4072A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335B #335B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2441 #24415B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #D0DEEC;
--charcoal-300: #ABC5DE;
--charcoal-400: #7FA7CC;
--charcoal-500: #5B8EBE;
--charcoal-600: #4072A0;
--charcoal-700: #335B80;
--charcoal-800: #24415B;
--charcoal-900: #17293A;
--charcoal-950: #0F1A24;
}