Charcoal
#324D4D
CyanColor Codes
All color formats for development
HEX
#324D4DRGB
rgb(50, 77, 77)HSL
hsl(180, 21%, 25%)OKLCH
oklch(0.399 0.033 195.9)CMYK
cmyk(35%, 0%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4545
2#283E3E
3#233636
4#1E2E2E
5#192727
6#141F1F
7#0F1717
8#0A0F0F
9#050808
Tints
Lighter variations
1#416464
2#517B7B
3#609393
4#74A4A4
5#8BB3B3
6#A2C3C3
7#BAD2D2
8#D1E1E1
9#E8F0F0
Tones
Muted variations
1#344C4C
2#354A4A
3#364949
4#384848
5#394646
6#3A4545
7#3C4444
8#3D4242
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 | B8D1 #B8D1D1 | BordersInactive statesPlaceholder text |
| 400 | 93B8 #93B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A4 #74A4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5988 #598888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476C #476C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324D #324D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | 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: #B8D1D1;
--charcoal-400: #93B8B8;
--charcoal-500: #74A4A4;
--charcoal-600: #598888;
--charcoal-700: #476C6C;
--charcoal-800: #324D4D;
--charcoal-900: #203131;
--charcoal-950: #141F1F;
}