Charcoal
#21555F
CyanColor Codes
All color formats for development
HEX
#21555FRGB
rgb(33, 85, 95)HSL
hsl(190, 48%, 25%)OKLCH
oklch(0.419 0.057 212.3)CMYK
cmyk(65%, 11%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4C55
2#1B434B
3#173B42
4#143239
5#112A2F
6#0D2226
7#0A191C
8#071113
9#030809
Tints
Lighter variations
1#2B6D7B
2#358797
3#3FA0B3
4#55B1C3
5#71BECD
6#8ECBD7
7#AAD8E1
8#C6E5EB
9#E3F2F5
Tones
Muted variations
1#24525B
2#275058
3#2A4E55
4#2D4C52
5#304A4F
6#34484C
7#374649
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 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D7 #A8D7E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC2 #7BC2D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B1 #55B1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A94 #3A94A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E76 #2E7684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2154 #21545E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1536 #15363C | 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: #E5F3F6;
--charcoal-200: #CEE8EE;
--charcoal-300: #A8D7E1;
--charcoal-400: #7BC2D1;
--charcoal-500: #55B1C3;
--charcoal-600: #3A94A6;
--charcoal-700: #2E7684;
--charcoal-800: #21545E;
--charcoal-900: #15363C;
--charcoal-950: #0D2226;
}