Charcoal
#324E4E
CyanColor Codes
All color formats for development
HEX
#324E4ERGB
rgb(50, 78, 78)HSL
hsl(180, 22%, 25%)OKLCH
oklch(0.402 0.034 195.9)CMYK
cmyk(36%, 0%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4646
2#283E3E
3#233636
4#1E2F2F
5#192727
6#141F1F
7#0F1717
8#0A1010
9#050808
Tints
Lighter variations
1#416565
2#507C7C
3#5E9494
4#73A5A5
5#8AB4B4
6#A2C3C3
7#B9D2D2
8#D0E1E1
9#E8F0F0
Tones
Muted variations
1#334C4C
2#354B4B
3#364A4A
4#374848
5#394747
6#3A4545
7#3C4444
8#3D4343
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7D1 #B7D1D1 | BordersInactive statesPlaceholder text |
| 400 | 92B9 #92B9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A5 #73A5A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5889 #588989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466D #466D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324E #324E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2032 #203232 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F1F1;
--charcoal-200: #D7E5E5;
--charcoal-300: #B7D1D1;
--charcoal-400: #92B9B9;
--charcoal-500: #73A5A5;
--charcoal-600: #588989;
--charcoal-700: #466D6D;
--charcoal-800: #324E4E;
--charcoal-900: #203232;
--charcoal-950: #141F1F;
}