Charcoal
#32384E
BlueColor Codes
All color formats for development
HEX
#32384ERGB
rgb(50, 56, 78)HSL
hsl(227, 22%, 25%)OKLCH
oklch(0.345 0.039 272.4)CMYK
cmyk(36%, 28%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3246
2#282D3E
3#232736
4#1E212F
5#191C27
6#14161F
7#0F1117
8#0A0B10
9#050608
Tints
Lighter variations
1#414965
2#50597C
3#5E6A94
4#737EA5
5#8A93B4
6#A2A9C3
7#B9BED2
8#D0D4E1
9#E8E9F0
Tones
Muted variations
1#33394C
2#35394B
3#363A4A
4#373B48
5#393C47
6#3A3D45
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929B #929BB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737E #737EA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5862 #586289 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464E #464E6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | 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: #D7DAE5;
--charcoal-300: #B7BDD1;
--charcoal-400: #929BB9;
--charcoal-500: #737EA5;
--charcoal-600: #586289;
--charcoal-700: #464E6D;
--charcoal-800: #32384E;
--charcoal-900: #202432;
--charcoal-950: #14161F;
}