Charcoal
#17333B
CyanColor Codes
All color formats for development
HEX
#17333BRGB
rgb(23, 51, 59)HSL
hsl(193, 44%, 16%)OKLCH
oklch(0.303 0.037 218.7)CMYK
cmyk(61%, 14%, 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#0B191D
6#091418
7#070F12
8#050A0C
9#020506
Tints
Lighter variations
1#234E5A
2#2F6878
3#3B8397
4#479EB6
5#65AFC3
6#84BFCF
7#A2CFDB
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 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7EBC #7EBCCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA9 #5AA9BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8C #3F8CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3270 #327081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333B | 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: #CFE6EC;
--charcoal-300: #ABD3DE;
--charcoal-400: #7EBCCD;
--charcoal-500: #5AA9BF;
--charcoal-600: #3F8CA2;
--charcoal-700: #327081;
--charcoal-800: #24505C;
--charcoal-900: #17333B;
--charcoal-950: #0E2025;
}