Charcoal
#324B4E
CyanColor Codes
All color formats for development
HEX
#324B4ERGB
rgb(50, 75, 78)HSL
hsl(186, 22%, 25%)OKLCH
oklch(0.394 0.031 205.4)CMYK
cmyk(36%, 4%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4346
2#283C3E
3#233436
4#1E2D2F
5#192527
6#141E1F
7#0F1617
8#0A0F10
9#050708
Tints
Lighter variations
1#416165
2#50787C
3#5E8E94
4#73A0A5
5#8AB0B4
6#A2C0C3
7#B9D0D2
8#D0DFE1
9#E8EFF0
Tones
Muted variations
1#334A4C
2#35494B
3#36484A
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 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CF #B7CFD1 | BordersInactive statesPlaceholder text |
| 400 | 92B5 #92B5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A0 #73A0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5884 #588489 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4669 #46696D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D7E4E5;
--charcoal-300: #B7CFD1;
--charcoal-400: #92B5B9;
--charcoal-500: #73A0A5;
--charcoal-600: #588489;
--charcoal-700: #46696D;
--charcoal-800: #324B4E;
--charcoal-900: #203032;
--charcoal-950: #141E1F;
}