Charcoal
#32354E
BlueColor Codes
All color formats for development
HEX
#32354ERGB
rgb(50, 53, 78)HSL
hsl(234, 22%, 25%)OKLCH
oklch(0.338 0.044 278.5)CMYK
cmyk(36%, 32%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2F46
2#282A3E
3#232536
4#1E202F
5#191A27
6#14151F
7#0F1017
8#0A0B10
9#050508
Tints
Lighter variations
1#414465
2#50547C
3#5E6494
4#7378A5
5#8A8FB4
6#A2A5C3
7#B9BCD2
8#D0D2E1
9#E8E9F0
Tones
Muted variations
1#33364C
2#35374B
3#36384A
4#373948
5#393A47
6#3A3B45
7#3C3C44
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 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BA #B7BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9296 #9296B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7378 #7378A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585C #585C89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464A #464A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202232 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D7D8E5;
--charcoal-300: #B7BAD1;
--charcoal-400: #9296B9;
--charcoal-500: #7378A5;
--charcoal-600: #585C89;
--charcoal-700: #464A6D;
--charcoal-800: #32354E;
--charcoal-900: #202232;
--charcoal-950: #14151F;
}