Charcoal
#24575C
CyanColor Codes
All color formats for development
HEX
#24575CRGB
rgb(36, 87, 92)HSL
hsl(185, 44%, 25%)OKLCH
oklch(0.424 0.055 204)CMYK
cmyk(61%, 5%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204E53
2#1D4649
3#193D40
4#153437
5#122C2E
6#0E2325
7#0B1A1C
8#071112
9#040909
Tints
Lighter variations
1#2E7177
2#398B93
3#44A6AE
4#5AB6BF
5#75C2C9
6#91CFD4
7#ACDBDF
8#C8E7EA
9#E3F3F4
Tones
Muted variations
1#275559
2#295256
3#2C5053
4#2F4E51
5#324B4E
6#35494B
7#374748
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 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDA #ABDADE | BordersInactive statesPlaceholder text |
| 400 | 7EC6 #7EC6CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB6 #5AB6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F99 #3F99A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 327A #327A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2457 #24575C | 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: #ABDADE;
--charcoal-400: #7EC6CD;
--charcoal-500: #5AB6BF;
--charcoal-600: #3F99A2;
--charcoal-700: #327A81;
--charcoal-800: #24575C;
--charcoal-900: #17383B;
--charcoal-950: #0E2325;
}