Charcoal
#24555C
CyanColor Codes
All color formats for development
HEX
#24555CRGB
rgb(36, 85, 92)HSL
hsl(188, 44%, 25%)OKLCH
oklch(0.419 0.054 207.9)CMYK
cmyk(61%, 8%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204C53
2#1D4349
3#193B40
4#153337
5#122A2E
6#0E2225
7#0B191C
8#071112
9#040809
Tints
Lighter variations
1#2E6E77
2#398793
3#44A0AE
4#5AB1BF
5#75BEC9
6#91CBD4
7#ACD8DF
8#C8E5EA
9#E3F2F4
Tones
Muted variations
1#275259
2#295056
3#2C4E53
4#2F4C51
5#324A4E
6#35484B
7#374648
8#3A4445
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7EC3 #7EC3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB1 #5AB1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F94 #3F94A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3276 #327681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #CFE9EC;
--charcoal-300: #ABD7DE;
--charcoal-400: #7EC3CD;
--charcoal-500: #5AB1BF;
--charcoal-600: #3F94A2;
--charcoal-700: #327681;
--charcoal-800: #24545C;
--charcoal-900: #17363B;
--charcoal-950: #0E2225;
}