Charcoal
#22575D
CyanColor Codes
All color formats for development
HEX
#22575DRGB
rgb(34, 87, 93)HSL
hsl(186, 46%, 25%)OKLCH
oklch(0.424 0.056 205.4)CMYK
cmyk(63%, 6%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4E54
2#1C464A
3#183D41
4#153438
5#112C2F
6#0E2325
7#0A1A1C
8#071113
9#030909
Tints
Lighter variations
1#2D7179
2#378C95
3#41A6B1
4#57B6C1
5#73C3CB
6#8FCFD6
7#ABDBE0
8#C7E7EA
9#E3F3F5
Tones
Muted variations
1#25555A
2#285357
3#2B5054
4#2E4E51
5#314B4E
6#34494B
7#374749
8#3A4446
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 #CFEAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DA #A9DADF | BordersInactive statesPlaceholder text |
| 400 | 7DC7 #7DC7CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B6 #57B6C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D99 #3D99A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307A #307A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2257 #22575D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1638 #16383C | 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: #CFEAED;
--charcoal-300: #A9DADF;
--charcoal-400: #7DC7CF;
--charcoal-500: #57B6C1;
--charcoal-600: #3D99A4;
--charcoal-700: #307A82;
--charcoal-800: #22575D;
--charcoal-900: #16383C;
--charcoal-950: #0E2325;
}