Charcoal
#17173B
BlueColor Codes
All color formats for development
HEX
#17173BRGB
rgb(23, 23, 59)HSL
hsl(240, 44%, 16%)OKLCH
oklch(0.228 0.068 279.6)CMYK
cmyk(61%, 61%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#151535
2#12122F
3#101029
4#0E0E23
5#0B0B1D
6#090918
7#070712
8#05050C
9#020206
Tints
Lighter variations
1#23235A
2#2F2F78
3#3B3B97
4#4747B6
5#6565C3
6#8484CF
7#A2A2DB
8#C1C1E7
9#E0E0F3
Tones
Muted variations
1#191939
2#1A1A37
3#1C1C35
4#1E1E34
5#202032
6#222230
7#23232E
8#25252C
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAB #ABABDE | BordersInactive statesPlaceholder text |
| 400 | 7E7E #7E7ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5A #5A5ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F3F #3F3FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3232 #323281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2424 #24245C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1717 #17173B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E5F5;
--charcoal-200: #CFCFEC;
--charcoal-300: #ABABDE;
--charcoal-400: #7E7ECD;
--charcoal-500: #5A5ABF;
--charcoal-600: #3F3FA2;
--charcoal-700: #323281;
--charcoal-800: #24245C;
--charcoal-900: #17173B;
--charcoal-950: #0E0E25;
}