Charcoal
#2E5252
CyanColor Codes
All color formats for development
HEX
#2E5252RGB
rgb(46, 82, 82)HSL
hsl(180, 28%, 25%)OKLCH
oklch(0.412 0.042 195.7)CMYK
cmyk(44%, 0%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294949
2#254141
3#203939
4#1C3131
5#172929
6#122121
7#0E1818
8#091010
9#050808
Tints
Lighter variations
1#3C6A6A
2#498383
3#579B9B
4#6CACAC
5#85BABA
6#9DC8C8
7#B6D6D6
8#CEE3E3
9#E7F1F1
Tones
Muted variations
1#305050
2#314E4E
3#334C4C
4#354A4A
5#374949
6#394747
7#3A4545
8#3C4343
9#3E4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D5 #B4D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBF #8DBFBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAC #6CACAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5190 #519090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4072 #407272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E52 #2E5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F2F2;
--charcoal-200: #D5E7E7;
--charcoal-300: #B4D5D5;
--charcoal-400: #8DBFBF;
--charcoal-500: #6CACAC;
--charcoal-600: #519090;
--charcoal-700: #407272;
--charcoal-800: #2E5252;
--charcoal-900: #1D3434;
--charcoal-950: #122121;
}