Charcoal
#32494D
CyanColor Codes
All color formats for development
HEX
#32494DRGB
rgb(50, 73, 77)HSL
hsl(189, 21%, 25%)OKLCH
oklch(0.388 0.029 209.4)CMYK
cmyk(35%, 5%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4245
2#283A3E
3#233336
4#1E2C2E
5#192527
6#141D1F
7#0F1617
8#0A0F0F
9#050708
Tints
Lighter variations
1#415F64
2#51757B
3#608B93
4#749DA4
5#8BADB3
6#A2BEC3
7#BACED2
8#D1DEE1
9#E8EFF0
Tones
Muted variations
1#34484C
2#35474A
3#364649
4#384548
5#394446
6#3A4345
7#3C4344
8#3D4242
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CD #B8CDD1 | BordersInactive statesPlaceholder text |
| 400 | 93B3 #93B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749D #749DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5981 #598188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4766 #47666C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3249 #32494D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | 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: #F6F8F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D7E3E5;
--charcoal-300: #B8CDD1;
--charcoal-400: #93B3B8;
--charcoal-500: #749DA4;
--charcoal-600: #598188;
--charcoal-700: #47666C;
--charcoal-800: #32494D;
--charcoal-900: #202F31;
--charcoal-950: #141D1F;
}