Charcoal
#205760
CyanColor Codes
All color formats for development
HEX
#205760RGB
rgb(32, 87, 96)HSL
hsl(188, 50%, 25%)OKLCH
oklch(0.425 0.059 210)CMYK
cmyk(67%, 9%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4E56
2#19464D
3#163D43
4#133439
5#102C30
6#0D2326
7#0A1A1D
8#061113
9#03090A
Tints
Lighter variations
1#29717C
2#338B99
3#3DA6B6
4#53B6C6
5#70C2CF
6#8CCFD9
7#A9DBE2
8#C6E7EC
9#E2F3F5
Tones
Muted variations
1#23555C
2#265259
3#295056
4#2D4E53
5#304B50
6#33494D
7#364749
8#394446
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7DA #A7DAE2 | BordersInactive statesPlaceholder text |
| 400 | 79C6 #79C6D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B6 #53B6C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3899 #3899A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D7A #2D7A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2057 #205760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E4F4F6;
--charcoal-200: #CDEAEE;
--charcoal-300: #A7DAE2;
--charcoal-400: #79C6D2;
--charcoal-500: #53B6C6;
--charcoal-600: #3899A8;
--charcoal-700: #2D7A86;
--charcoal-800: #205760;
--charcoal-900: #14383D;
--charcoal-950: #0D2326;
}