Charcoal
#32494E
CyanColor Codes
All color formats for development
HEX
#32494ERGB
rgb(50, 73, 78)HSL
hsl(191, 22%, 25%)OKLCH
oklch(0.388 0.03 212.6)CMYK
cmyk(36%, 6%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4146
2#283A3E
3#233336
4#1E2C2F
5#192427
6#141D1F
7#0F1617
8#0A0F10
9#050708
Tints
Lighter variations
1#415E65
2#50747C
3#5E8A94
4#739CA5
5#8AADB4
6#A2BDC3
7#B9CED2
8#D0DEE1
9#E8EFF0
Tones
Muted variations
1#33484C
2#35474B
3#36464A
4#374548
5#394447
6#3A4345
7#3C4244
8#3D4243
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 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CD #B7CDD1 | BordersInactive statesPlaceholder text |
| 400 | 92B2 #92B2B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739C #739CA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5880 #588089 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4666 #46666D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3249 #32494E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E32 | 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: #D7E2E5;
--charcoal-300: #B7CDD1;
--charcoal-400: #92B2B9;
--charcoal-500: #739CA5;
--charcoal-600: #588089;
--charcoal-700: #46666D;
--charcoal-800: #32494E;
--charcoal-900: #202E32;
--charcoal-950: #141D1F;
}