Charcoal
#225C5D
CyanColor Codes
All color formats for development
HEX
#225C5DRGB
rgb(34, 92, 93)HSL
hsl(181, 46%, 25%)OKLCH
oklch(0.438 0.06 196.8)CMYK
cmyk(63%, 1%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5354
2#1C4A4A
3#184041
4#153738
5#112E2F
6#0E2525
7#0A1C1C
8#071213
9#030909
Tints
Lighter variations
1#2D7879
2#379395
3#41AFB1
4#57BFC1
5#73CACB
6#8FD5D6
7#ABDFE0
8#C7EAEA
9#E3F4F5
Tones
Muted variations
1#25595A
2#285657
3#2B5454
4#2E5151
5#314E4E
6#344B4B
7#374849
8#3A4546
9#3D4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DE #A9DEDF | BordersInactive statesPlaceholder text |
| 400 | 7DCD #7DCDCF | Disabled statesSecondary iconsMuted text |
| 500 | 57BF #57BFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA2 #3DA2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3081 #308182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225C #225C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FBFB;
--charcoal-100: #E5F5F5;
--charcoal-200: #CFEDED;
--charcoal-300: #A9DEDF;
--charcoal-400: #7DCDCF;
--charcoal-500: #57BFC1;
--charcoal-600: #3DA2A4;
--charcoal-700: #308182;
--charcoal-800: #225C5D;
--charcoal-900: #163B3C;
--charcoal-950: #0E2525;
}