Charcoal
#21525E
CyanColor Codes
All color formats for development
HEX
#21525ERGB
rgb(33, 82, 94)HSL
hsl(192, 48%, 25%)OKLCH
oklch(0.41 0.056 216.4)CMYK
cmyk(65%, 13%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4A55
2#1B424B
3#173942
4#143139
5#11292F
6#0D2126
7#0A191C
8#071013
9#030809
Tints
Lighter variations
1#2B6B7B
2#358397
3#3F9CB3
4#55ADC3
5#71BBCD
6#8EC9D7
7#AAD6E1
8#C6E4EB
9#E3F1F5
Tones
Muted variations
1#24505B
2#274E58
3#2A4D55
4#2D4B52
5#30494F
6#34474C
7#374549
8#3A4346
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D5 #A8D5E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBF #7BBFD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AD #55ADC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A91 #3A91A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353C | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F2F6;
--charcoal-200: #CEE7EE;
--charcoal-300: #A8D5E1;
--charcoal-400: #7BBFD1;
--charcoal-500: #55ADC3;
--charcoal-600: #3A91A6;
--charcoal-700: #2E7384;
--charcoal-800: #21525E;
--charcoal-900: #15353C;
--charcoal-950: #0D2126;
}