Charcoal
#24565C
CyanColor Codes
All color formats for development
HEX
#24565CRGB
rgb(36, 86, 92)HSL
hsl(186, 44%, 25%)OKLCH
oklch(0.422 0.054 205.9)CMYK
cmyk(61%, 7%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204E53
2#1D4549
3#193C40
4#153437
5#122B2E
6#0E2225
7#0B1A1C
8#071112
9#040909
Tints
Lighter variations
1#2E7077
2#398A93
3#44A4AE
4#5AB5BF
5#75C1C9
6#91CDD4
7#ACDADF
8#C8E6EA
9#E3F3F4
Tones
Muted variations
1#275459
2#295256
3#2C4F53
4#2F4D51
5#324B4E
6#35494B
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 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7EC5 #7EC5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB5 #5AB5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F98 #3F98A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3279 #327981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2456 #24565C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373B | 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: #CFEAEC;
--charcoal-300: #ABD9DE;
--charcoal-400: #7EC5CD;
--charcoal-500: #5AB5BF;
--charcoal-600: #3F98A2;
--charcoal-700: #327981;
--charcoal-800: #24565C;
--charcoal-900: #17373B;
--charcoal-950: #0E2225;
}