Charcoal
#32324E
BlueColor Codes
All color formats for development
HEX
#32324ERGB
rgb(50, 50, 78)HSL
hsl(240, 22%, 25%)OKLCH
oklch(0.33 0.049 283.4)CMYK
cmyk(36%, 36%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2D46
2#28283E
3#232336
4#1E1E2F
5#191927
6#14141F
7#0F0F17
8#0A0A10
9#050508
Tints
Lighter variations
1#414165
2#50507C
3#5E5E94
4#7373A5
5#8A8AB4
6#A2A2C3
7#B9B9D2
8#D0D0E1
9#E8E8F0
Tones
Muted variations
1#33334C
2#35354B
3#36364A
4#373748
5#393947
6#3A3A45
7#3C3C44
8#3D3D43
9#3E3E41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7B7 #B7B7D1 | BordersInactive statesPlaceholder text |
| 400 | 9292 #9292B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7373 #7373A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D7D7E5;
--charcoal-300: #B7B7D1;
--charcoal-400: #9292B9;
--charcoal-500: #7373A5;
--charcoal-600: #585889;
--charcoal-700: #46466D;
--charcoal-800: #32324E;
--charcoal-900: #202032;
--charcoal-950: #14141F;
}