Charcoal
#225E5E
CyanColor Codes
All color formats for development
HEX
#225E5ERGB
rgb(34, 94, 94)HSL
hsl(180, 47%, 25%)OKLCH
oklch(0.444 0.061 195.2)CMYK
cmyk(64%, 0%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5454
2#1B4B4B
3#184242
4#143838
5#112F2F
6#0E2525
7#0A1C1C
8#071313
9#030909
Tints
Lighter variations
1#2C7A7A
2#369696
3#40B2B2
4#56C2C2
5#72CCCC
6#8FD6D6
7#ABE1E1
8#C7EBEB
9#E3F5F5
Tones
Muted variations
1#255B5B
2#285858
3#2B5555
4#2E5252
5#314F4F
6#344C4C
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 | E5F6 #E5F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEED #CEEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9E0 #A9E0E0 | BordersInactive statesPlaceholder text |
| 400 | 7CD0 #7CD0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56C2 #56C2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3BA5 #3BA5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F83 #2F8383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225E #225E5E | 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: #E5F6F6;
--charcoal-200: #CEEDED;
--charcoal-300: #A9E0E0;
--charcoal-400: #7CD0D0;
--charcoal-500: #56C2C2;
--charcoal-600: #3BA5A5;
--charcoal-700: #2F8383;
--charcoal-800: #225E5E;
--charcoal-900: #163C3C;
--charcoal-950: #0E2525;
}