Charcoal
#215E5E
CyanColor Codes
All color formats for development
HEX
#215E5ERGB
rgb(33, 94, 94)HSL
hsl(180, 48%, 25%)OKLCH
oklch(0.443 0.062 195.2)CMYK
cmyk(65%, 0%, 0%, 63%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E5555
2#1B4B4B
3#174242
4#143939
5#112F2F
6#0D2626
7#0A1C1C
8#071313
9#030909
Tints
Lighter variations
1#2B7B7B
2#359797
3#3FB3B3
4#55C3C3
5#71CDCD
6#8ED7D7
7#AAE1E1
8#C6EBEB
9#E3F5F5
Tones
Muted variations
1#245B5B
2#275858
3#2A5555
4#2D5252
5#304F4F
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 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BD1 #7BD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55C3 #55C3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3AA6 #3AA6A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E84 #2E8484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215E #215E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 153C #153C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FBFB;
--charcoal-100: #E5F6F6;
--charcoal-200: #CEEEEE;
--charcoal-300: #A8E1E1;
--charcoal-400: #7BD1D1;
--charcoal-500: #55C3C3;
--charcoal-600: #3AA6A6;
--charcoal-700: #2E8484;
--charcoal-800: #215E5E;
--charcoal-900: #153C3C;
--charcoal-950: #0D2626;
}