Charcoal
#17353B
CyanColor Codes
All color formats for development
HEX
#17353BRGB
rgb(23, 53, 59)HSL
hsl(190, 44%, 16%)OKLCH
oklch(0.309 0.037 212.3)CMYK
cmyk(61%, 10%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152F35
2#122A2F
3#102529
4#0E2023
5#0B1A1D
6#091518
7#071012
8#050B0C
9#020506
Tints
Lighter variations
1#23505A
2#2F6C78
3#3B8897
4#47A4B6
5#65B3C3
6#84C2CF
7#A2D2DB
8#C1E1E7
9#E0F0F3
Tones
Muted variations
1#193439
2#1A3237
3#1C3135
4#1E3034
5#202F32
6#222E30
7#232C2E
8#252B2C
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC0 #7EC0CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAE #5AAEBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F91 #3F91A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3273 #327381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE8EC;
--charcoal-300: #ABD6DE;
--charcoal-400: #7EC0CD;
--charcoal-500: #5AAEBF;
--charcoal-600: #3F91A2;
--charcoal-700: #327381;
--charcoal-800: #24525C;
--charcoal-900: #17353B;
--charcoal-950: #0E2125;
}