Charcoal
#21515F
CyanColor Codes
All color formats for development
HEX
#21515FRGB
rgb(33, 81, 95)HSL
hsl(194, 48%, 25%)OKLCH
oklch(0.408 0.056 219.9)CMYK
cmyk(65%, 15%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4855
2#1B404B
3#173842
4#143039
5#11282F
6#0D2026
7#0A181C
8#071013
9#030809
Tints
Lighter variations
1#2B687B
2#358097
3#3F98B3
4#55AAC3
5#71B8CD
6#8EC6D7
7#AAD4E1
8#C6E3EB
9#E3F1F5
Tones
Muted variations
1#244E5B
2#274D58
3#2A4B55
4#2D4A52
5#30484F
6#34464C
7#374549
8#3A4346
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBD #7BBDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AA #55AAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8D #3A8DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E70 #2E7084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F6;
--charcoal-200: #CEE6EE;
--charcoal-300: #A8D3E1;
--charcoal-400: #7BBDD1;
--charcoal-500: #55AAC3;
--charcoal-600: #3A8DA6;
--charcoal-700: #2E7084;
--charcoal-800: #21505E;
--charcoal-900: #15333C;
--charcoal-950: #0D2026;
}