Charcoal
#24585C
CyanColor Codes
All color formats for development
HEX
#24585CRGB
rgb(36, 88, 92)HSL
hsl(184, 44%, 25%)OKLCH
oklch(0.427 0.055 202.2)CMYK
cmyk(61%, 4%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204F53
2#1D4649
3#193E40
4#153537
5#122C2E
6#0E2325
7#0B1A1C
8#071212
9#040909
Tints
Lighter variations
1#2E7277
2#398D93
3#44A7AE
4#5AB8BF
5#75C4C9
6#91D0D4
7#ACDCDF
8#C8E7EA
9#E3F3F4
Tones
Muted variations
1#275659
2#295356
3#2C5153
4#2F4E51
5#324C4E
6#35494B
7#374748
8#3A4545
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDB #ABDBDE | BordersInactive statesPlaceholder text |
| 400 | 7EC8 #7EC8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB8 #5AB8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F9B #3F9BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 327B #327B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1738 #17383B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #CFEAEC;
--charcoal-300: #ABDBDE;
--charcoal-400: #7EC8CD;
--charcoal-500: #5AB8BF;
--charcoal-600: #3F9BA2;
--charcoal-700: #327B81;
--charcoal-800: #24585C;
--charcoal-900: #17383B;
--charcoal-950: #0E2325;
}