Charcoal
#32374E
BlueColor Codes
All color formats for development
HEX
#32374ERGB
rgb(50, 55, 78)HSL
hsl(229, 22%, 25%)OKLCH
oklch(0.342 0.041 274.6)CMYK
cmyk(36%, 29%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3146
2#282C3E
3#232636
4#1E212F
5#191B27
6#14161F
7#0F1017
8#0A0B10
9#050508
Tints
Lighter variations
1#414765
2#50587C
3#5E6894
4#737CA5
5#8A92B4
6#A2A8C3
7#B9BED2
8#D0D3E1
9#E8E9F0
Tones
Muted variations
1#33384C
2#35394B
3#363A4A
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BC #B7BCD1 | BordersInactive statesPlaceholder text |
| 400 | 9299 #9299B9 | Disabled statesSecondary iconsMuted text |
| 500 | 737C #737CA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5861 #586189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464D #464D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374E | 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: #E9EBF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B7BCD1;
--charcoal-400: #9299B9;
--charcoal-500: #737CA5;
--charcoal-600: #586189;
--charcoal-700: #464D6D;
--charcoal-800: #32374E;
--charcoal-900: #202332;
--charcoal-950: #14161F;
}