Charcoal
#21585E
CyanColor Codes
All color formats for development
HEX
#21585ERGB
rgb(33, 88, 94)HSL
hsl(186, 48%, 25%)OKLCH
oklch(0.427 0.058 205.1)CMYK
cmyk(65%, 6%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4F55
2#1B474B
3#173E42
4#143539
5#112C2F
6#0D2326
7#0A1A1C
8#071213
9#030909
Tints
Lighter variations
1#2B737B
2#358D97
3#3FA8B3
4#55B8C3
5#71C4CD
6#8ED0D7
7#AADCE1
8#C6E7EB
9#E3F3F5
Tones
Muted variations
1#24565B
2#275358
3#2A5155
4#2D4E52
5#304C4F
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 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC8 #7BC8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B8 #55B8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9B #3A9BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383C | 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: #E5F4F6;
--charcoal-200: #CEEBEE;
--charcoal-300: #A8DBE1;
--charcoal-400: #7BC8D1;
--charcoal-500: #55B8C3;
--charcoal-600: #3A9BA6;
--charcoal-700: #2E7C84;
--charcoal-800: #21585E;
--charcoal-900: #15383C;
--charcoal-950: #0D2326;
}