Charcoal
#324B4D
CyanColor Codes
All color formats for development
HEX
#324B4DRGB
rgb(50, 75, 77)HSL
hsl(184, 21%, 25%)OKLCH
oklch(0.393 0.031 202.3)CMYK
cmyk(35%, 3%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4445
2#283C3E
3#233536
4#1E2D2E
5#192627
6#141E1F
7#0F1717
8#0A0F0F
9#050808
Tints
Lighter variations
1#416264
2#51797B
3#608F93
4#74A1A4
5#8BB1B3
6#A2C0C3
7#BAD0D2
8#D1E0E1
9#E8EFF0
Tones
Muted variations
1#344A4C
2#35494A
3#364849
4#384748
5#394646
6#3A4445
7#3C4344
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 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B6 #93B6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A1 #74A1A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5985 #598588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | 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: #B8CFD1;
--charcoal-400: #93B6B8;
--charcoal-500: #74A1A4;
--charcoal-600: #598588;
--charcoal-700: #47696C;
--charcoal-800: #324B4D;
--charcoal-900: #203031;
--charcoal-950: #141E1F;
}