Charcoal
#324A4E
CyanColor Codes
All color formats for development
HEX
#324A4ERGB
rgb(50, 74, 78)HSL
hsl(189, 22%, 25%)OKLCH
oklch(0.391 0.03 208.9)CMYK
cmyk(36%, 5%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4246
2#283B3E
3#233336
4#1E2C2F
5#192527
6#141D1F
7#0F1617
8#0A0F10
9#050708
Tints
Lighter variations
1#416065
2#50767C
3#5E8C94
4#739EA5
5#8AAEB4
6#A2BEC3
7#B9CED2
8#D0DFE1
9#E8EFF0
Tones
Muted variations
1#33494C
2#35484B
3#36474A
4#374648
5#394547
6#3A4445
7#3C4344
8#3D4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CD #B7CDD1 | BordersInactive statesPlaceholder text |
| 400 | 92B3 #92B3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739E #739EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5881 #588189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4667 #46676D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F32 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D7E3E5;
--charcoal-300: #B7CDD1;
--charcoal-400: #92B3B9;
--charcoal-500: #739EA5;
--charcoal-600: #588189;
--charcoal-700: #46676D;
--charcoal-800: #324A4E;
--charcoal-900: #202F32;
--charcoal-950: #141D1F;
}