Charcoal
#22585D
CyanColor Codes
All color formats for development
HEX
#22585DRGB
rgb(34, 88, 93)HSL
hsl(185, 46%, 25%)OKLCH
oklch(0.427 0.057 203.6)CMYK
cmyk(63%, 5%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4F54
2#1C474A
3#183E41
4#153538
5#112C2F
6#0E2325
7#0A1A1C
8#071213
9#030909
Tints
Lighter variations
1#2D7379
2#378D95
3#41A8B1
4#57B8C1
5#73C4CB
6#8FD0D6
7#ABDCE0
8#C7E7EA
9#E3F3F5
Tones
Muted variations
1#25565A
2#285357
3#2B5154
4#2E4E51
5#314C4E
6#344A4B
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 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DB #A9DBDF | BordersInactive statesPlaceholder text |
| 400 | 7DC8 #7DC8CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B8 #57B8C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D9B #3D9BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307B #307B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2258 #22585D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1638 #16383C | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #CFEBED;
--charcoal-300: #A9DBDF;
--charcoal-400: #7DC8CF;
--charcoal-500: #57B8C1;
--charcoal-600: #3D9BA4;
--charcoal-700: #307B82;
--charcoal-800: #22585D;
--charcoal-900: #16383C;
--charcoal-950: #0E2325;
}