Charcoal
#22555D
CyanColor Codes
All color formats for development
HEX
#22555DRGB
rgb(34, 85, 93)HSL
hsl(188, 46%, 25%)OKLCH
oklch(0.419 0.055 209.2)CMYK
cmyk(63%, 9%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4D54
2#1C444A
3#183C41
4#153338
5#112B2F
6#0E2225
7#0A1A1C
8#071113
9#030909
Tints
Lighter variations
1#2D6F79
2#378895
3#41A2B1
4#57B3C1
5#73C0CB
6#8FCCD6
7#ABD9E0
8#C7E6EA
9#E3F2F5
Tones
Muted variations
1#25535A
2#285157
3#2B4F54
4#2E4D51
5#314B4E
6#34484B
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 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D8 #A9D8DF | BordersInactive statesPlaceholder text |
| 400 | 7DC4 #7DC4CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B3 #57B3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D96 #3D96A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3077 #307782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #CFE9ED;
--charcoal-300: #A9D8DF;
--charcoal-400: #7DC4CF;
--charcoal-500: #57B3C1;
--charcoal-600: #3D96A4;
--charcoal-700: #307782;
--charcoal-800: #22555D;
--charcoal-900: #16373C;
--charcoal-950: #0E2225;
}