Charcoal
#22505D
CyanColor Codes
All color formats for development
HEX
#22505DRGB
rgb(34, 80, 93)HSL
hsl(193, 46%, 25%)OKLCH
oklch(0.405 0.054 219.1)CMYK
cmyk(63%, 14%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4854
2#1C404A
3#183841
4#153038
5#11282F
6#0E2025
7#0A181C
8#071013
9#030809
Tints
Lighter variations
1#2D6879
2#378195
3#4199B1
4#57AAC1
5#73B8CB
6#8FC6D6
7#ABD5E0
8#C7E3EA
9#E3F1F5
Tones
Muted variations
1#254F5A
2#284D57
3#2B4B54
4#2E4A51
5#31484E
6#34464B
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 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D4 #A9D4DF | BordersInactive statesPlaceholder text |
| 400 | 7DBD #7DBDCF | Disabled statesSecondary iconsMuted text |
| 500 | 57AA #57AAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8D #3D8DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3071 #307182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2250 #22505D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333C | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE6ED;
--charcoal-300: #A9D4DF;
--charcoal-400: #7DBDCF;
--charcoal-500: #57AAC1;
--charcoal-600: #3D8DA4;
--charcoal-700: #307182;
--charcoal-800: #22505D;
--charcoal-900: #16333C;
--charcoal-950: #0E2025;
}