Charcoal
#32484E
CyanColor Codes
All color formats for development
HEX
#32484ERGB
rgb(50, 72, 78)HSL
hsl(193, 22%, 25%)OKLCH
oklch(0.386 0.029 216.5)CMYK
cmyk(36%, 8%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D4146
2#28393E
3#233236
4#1E2B2F
5#192427
6#141D1F
7#0F1617
8#0A0E10
9#050708
Tints
Lighter variations
1#415D65
2#50737C
3#5E8894
4#739BA5
5#8AABB4
6#A2BCC3
7#B9CDD2
8#D0DEE1
9#E8EEF0
Tones
Muted variations
1#33474C
2#35464B
3#36454A
4#374548
5#394447
6#3A4345
7#3C4244
8#3D4143
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CC #B7CCD1 | BordersInactive statesPlaceholder text |
| 400 | 92B1 #92B1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 739B #739BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587E #587E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4664 #46646D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3248 #32484E | 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: #E9EFF1;
--charcoal-200: #D7E2E5;
--charcoal-300: #B7CCD1;
--charcoal-400: #92B1B9;
--charcoal-500: #739BA5;
--charcoal-600: #587E89;
--charcoal-700: #46646D;
--charcoal-800: #32484E;
--charcoal-900: #202E32;
--charcoal-950: #141D1F;
}