Charcoal
#22595D
CyanColor Codes
All color formats for development
HEX
#22595DRGB
rgb(34, 89, 93)HSL
hsl(184, 46%, 25%)OKLCH
oklch(0.429 0.057 201.8)CMYK
cmyk(63%, 4%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5054
2#1C474A
3#183E41
4#153538
5#112D2F
6#0E2425
7#0A1B1C
8#071213
9#030909
Tints
Lighter variations
1#2D7479
2#378F95
3#41A9B1
4#57BAC1
5#73C5CB
6#8FD1D6
7#ABDCE0
8#C7E8EA
9#E3F3F5
Tones
Muted variations
1#25575A
2#285457
3#2B5254
4#2E4F51
5#314C4E
6#344A4B
7#374749
8#3A4546
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 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DC #A9DCDF | BordersInactive statesPlaceholder text |
| 400 | 7DC9 #7DC9CF | Disabled statesSecondary iconsMuted text |
| 500 | 57BA #57BAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D9D #3D9DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307D #307D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2259 #22595D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393C | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #CFEBED;
--charcoal-300: #A9DCDF;
--charcoal-400: #7DC9CF;
--charcoal-500: #57BAC1;
--charcoal-600: #3D9DA4;
--charcoal-700: #307D82;
--charcoal-800: #22595D;
--charcoal-900: #16393C;
--charcoal-950: #0E2425;
}