Charcoal
#32334D
BlueColor Codes
All color formats for development
HEX
#32334DRGB
rgb(50, 51, 77)HSL
hsl(238, 21%, 25%)OKLCH
oklch(0.332 0.046 281.9)CMYK
cmyk(35%, 34%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D2E45
2#28293E
3#232436
4#1E1F2E
5#191A27
6#14151F
7#0F0F17
8#0A0A0F
9#050508
Tints
Lighter variations
1#414364
2#51527B
3#606193
4#7476A4
5#8B8DB3
6#A2A4C3
7#BABAD2
8#D1D1E1
9#E8E8F0
Tones
Muted variations
1#34354C
2#35364A
3#363749
4#383848
5#393A46
6#3A3B45
7#3C3C44
8#3D3D42
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 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B9 #B8B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9394 #9394B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7476 #7476A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595A #595A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4748 #47486C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202131 | 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: #D7D7E5;
--charcoal-300: #B8B9D1;
--charcoal-400: #9394B8;
--charcoal-500: #7476A4;
--charcoal-600: #595A88;
--charcoal-700: #47486C;
--charcoal-800: #32334D;
--charcoal-900: #202131;
--charcoal-950: #14151F;
}