Charcoal
#225D5D
CyanColor Codes
All color formats for development
HEX
#225D5DRGB
rgb(34, 93, 93)HSL
hsl(180, 46%, 25%)OKLCH
oklch(0.44 0.06 195.2)CMYK
cmyk(63%, 0%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F5454
2#1C4A4A
3#184141
4#153838
5#112F2F
6#0E2525
7#0A1C1C
8#071313
9#030909
Tints
Lighter variations
1#2D7979
2#379595
3#41B1B1
4#57C1C1
5#73CBCB
6#8FD6D6
7#ABE0E0
8#C7EAEA
9#E3F5F5
Tones
Muted variations
1#255A5A
2#285757
3#2B5454
4#2E5151
5#314E4E
6#344B4B
7#374949
8#3A4646
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 | A9DF #A9DFDF | BordersInactive statesPlaceholder text |
| 400 | 7DCF #7DCFCF | Disabled statesSecondary iconsMuted text |
| 500 | 57C1 #57C1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA4 #3DA4A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3082 #308282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225D #225D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 163C #163C3C | 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: #A9DFDF;
--charcoal-400: #7DCFCF;
--charcoal-500: #57C1C1;
--charcoal-600: #3DA4A4;
--charcoal-700: #308282;
--charcoal-800: #225D5D;
--charcoal-900: #163C3C;
--charcoal-950: #0E2525;
}