Charcoal
#32364E
BlueColor Codes
All color formats for development
HEX
#32364ERGB
rgb(50, 54, 78)HSL
hsl(231, 22%, 25%)OKLCH
oklch(0.34 0.043 276.6)CMYK
cmyk(36%, 31%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3146
2#282B3E
3#232636
4#1E202F
5#191B27
6#14161F
7#0F1017
8#0A0B10
9#050508
Tints
Lighter variations
1#414665
2#50567C
3#5E6694
4#737BA5
5#8A91B4
6#A2A7C3
7#B9BDD2
8#D0D3E1
9#E8E9F0
Tones
Muted variations
1#33374C
2#35384B
3#36394A
4#373A48
5#393B47
6#3A3C45
7#3C3D44
8#3D3E43
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BB #B7BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9298 #9298B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737B #737BA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585F #585F89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464C #464C6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B7BBD1;
--charcoal-400: #9298B9;
--charcoal-500: #737BA5;
--charcoal-600: #585F89;
--charcoal-700: #464C6D;
--charcoal-800: #32364E;
--charcoal-900: #202332;
--charcoal-950: #14161F;
}