Charcoal
#17343B
CyanColor Codes
All color formats for development
HEX
#17343BRGB
rgb(23, 52, 59)HSL
hsl(192, 44%, 16%)OKLCH
oklch(0.306 0.037 215.5)CMYK
cmyk(61%, 12%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152E35
2#12292F
3#102429
4#0E1F23
5#0B1A1D
6#091518
7#070F12
8#050A0C
9#020506
Tints
Lighter variations
1#234F5A
2#2F6A78
3#3B8597
4#47A0B6
5#65B0C3
6#84C0CF
7#A2D0DB
8#C1DFE7
9#E0EFF3
Tones
Muted variations
1#193239
2#1A3137
3#1C3035
4#1E2F34
5#202E32
6#222D30
7#232C2E
8#252B2C
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD4 #ABD4DE | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAB #5AABBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8E #3F8EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3271 #327181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2451 #24515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE7EC;
--charcoal-300: #ABD4DE;
--charcoal-400: #7EBDCD;
--charcoal-500: #5AABBF;
--charcoal-600: #3F8EA2;
--charcoal-700: #327181;
--charcoal-800: #24515C;
--charcoal-900: #17343B;
--charcoal-950: #0E2025;
}