Charcoal
#205660
CyanColor Codes
All color formats for development
HEX
#205660RGB
rgb(32, 86, 96)HSL
hsl(189, 50%, 25%)OKLCH
oklch(0.422 0.058 211.8)CMYK
cmyk(67%, 10%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D4D56
2#19454D
3#163C43
4#133439
5#102B30
6#0D2226
7#0A1A1D
8#061113
9#03090A
Tints
Lighter variations
1#29707C
2#338A99
3#3DA4B6
4#53B4C6
5#70C1CF
6#8CCDD9
7#A9DAE2
8#C6E6EC
9#E2F3F5
Tones
Muted variations
1#23545C
2#265259
3#294F56
4#2D4D53
5#304B50
6#33494D
7#364649
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 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE9 #CDE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7D9 #A7D9E2 | BordersInactive statesPlaceholder text |
| 400 | 79C5 #79C5D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53B4 #53B4C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3897 #3897A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D78 #2D7886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2056 #205660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1437 #14373D | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E4F3F6;
--charcoal-200: #CDE9EE;
--charcoal-300: #A7D9E2;
--charcoal-400: #79C5D2;
--charcoal-500: #53B4C6;
--charcoal-600: #3897A8;
--charcoal-700: #2D7886;
--charcoal-800: #205660;
--charcoal-900: #14373D;
--charcoal-950: #0D2226;
}