Charcoal
#32324D
BlueColor Codes
All color formats for development
HEX
#32324DRGB
rgb(50, 50, 77)HSL
hsl(240, 21%, 25%)OKLCH
oklch(0.33 0.047 283.5)CMYK
cmyk(35%, 35%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2D45
2#28283E
3#232336
4#1E1E2E
5#191927
6#14141F
7#0F0F17
8#0A0A0F
9#050508
Tints
Lighter variations
1#414164
2#51517B
3#606093
4#7474A4
5#8B8BB3
6#A2A2C3
7#BABAD2
8#D1D1E1
9#E8E8F0
Tones
Muted variations
1#34344C
2#35354A
3#363649
4#383848
5#393946
6#3A3A45
7#3C3C44
8#3D3D42
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 | B8B8 #B8B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9393 #9393B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7474 #7474A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5959 #595988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202031 | 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: #B8B8D1;
--charcoal-400: #9393B8;
--charcoal-500: #7474A4;
--charcoal-600: #595988;
--charcoal-700: #47476C;
--charcoal-800: #32324D;
--charcoal-900: #202031;
--charcoal-950: #14141F;
}