Charcoal
#324A4D
CyanColor Codes
All color formats for development
HEX
#324A4DRGB
rgb(50, 74, 77)HSL
hsl(187, 21%, 25%)OKLCH
oklch(0.391 0.03 205.8)CMYK
cmyk(35%, 4%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4345
2#283B3E
3#233436
4#1E2C2E
5#192527
6#141E1F
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#416064
2#51767B
3#608D93
4#749FA4
5#8BAFB3
6#A2BFC3
7#BACFD2
8#D1DFE1
9#E8EFF0
Tones
Muted variations
1#34494C
2#35484A
3#364749
4#384648
5#394546
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 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CE #B8CED1 | BordersInactive statesPlaceholder text |
| 400 | 93B4 #93B4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749F #749FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5982 #598288 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | 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: #D7E3E5;
--charcoal-300: #B8CED1;
--charcoal-400: #93B4B8;
--charcoal-500: #749FA4;
--charcoal-600: #598288;
--charcoal-700: #47686C;
--charcoal-800: #324A4D;
--charcoal-900: #202F31;
--charcoal-950: #141E1F;
}