Charcoal
#24545C
CyanColor Codes
All color formats for development
HEX
#24545CRGB
rgb(36, 84, 92)HSL
hsl(189, 44%, 25%)OKLCH
oklch(0.416 0.053 209.9)CMYK
cmyk(61%, 9%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204B53
2#1D4349
3#193A40
4#153237
5#122A2E
6#0E2125
7#0B191C
8#071112
9#040809
Tints
Lighter variations
1#2E6C77
2#398593
3#449EAE
4#5AB0BF
5#75BDC9
6#91CAD4
7#ACD7DF
8#C8E5EA
9#E3F2F4
Tones
Muted variations
1#275159
2#294F56
3#2C4D53
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 | CFE8 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB0 #5AB0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F93 #3F93A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3275 #327581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2453 #24535C | 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: #E5F3F5;
--charcoal-200: #CFE8EC;
--charcoal-300: #ABD6DE;
--charcoal-400: #7EC1CD;
--charcoal-500: #5AB0BF;
--charcoal-600: #3F93A2;
--charcoal-700: #327581;
--charcoal-800: #24535C;
--charcoal-900: #17353B;
--charcoal-950: #0E2125;
}