Charcoal
#32334E
BlueColor Codes
All color formats for development
HEX
#32334ERGB
rgb(50, 51, 78)HSL
hsl(238, 22%, 25%)OKLCH
oklch(0.333 0.047 281.9)CMYK
cmyk(36%, 35%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2E46
2#28293E
3#232336
4#1E1E2F
5#191927
6#14141F
7#0F0F17
8#0A0A10
9#050508
Tints
Lighter variations
1#414265
2#50517C
3#5E6094
4#7375A5
5#8A8CB4
6#A2A3C3
7#B9BAD2
8#D0D1E1
9#E8E8F0
Tones
Muted variations
1#33344C
2#35354B
3#36374A
4#373848
5#393947
6#3A3B45
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 | B7B8 #B7B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9293 #9293B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7375 #7375A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5859 #585989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4647 #46476D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334E | 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: #B7B8D1;
--charcoal-400: #9293B9;
--charcoal-500: #7375A5;
--charcoal-600: #585989;
--charcoal-700: #46476D;
--charcoal-800: #32334E;
--charcoal-900: #202032;
--charcoal-950: #14141F;
}