Charcoal
#21595E
CyanColor Codes
All color formats for development
HEX
#21595ERGB
rgb(33, 89, 94)HSL
hsl(185, 48%, 25%)OKLCH
oklch(0.43 0.058 203.4)CMYK
cmyk(65%, 5%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5055
2#1B474B
3#173E42
4#143639
5#112D2F
6#0D2426
7#0A1B1C
8#071213
9#030909
Tints
Lighter variations
1#2B747B
2#358F97
3#3FAAB3
4#55BAC3
5#71C6CD
6#8ED1D7
7#AADDE1
8#C6E8EB
9#E3F4F5
Tones
Muted variations
1#24575B
2#275458
3#2A5255
4#2D4F52
5#304D4F
6#344A4C
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 #E5F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC9 #7BC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55BA #55BAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9D #3A9DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7D #2E7D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393C | Primary textHigh emphasis contentDark headings |
| 950 | 0D24 #0D2426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F6;
--charcoal-200: #CEEBEE;
--charcoal-300: #A8DCE1;
--charcoal-400: #7BC9D1;
--charcoal-500: #55BAC3;
--charcoal-600: #3A9DA6;
--charcoal-700: #2E7D84;
--charcoal-800: #21595E;
--charcoal-900: #15393C;
--charcoal-950: #0D2426;
}