Charcoal
#32454D
BlueColor Codes
All color formats for development
HEX
#32454DRGB
rgb(50, 69, 77)HSL
hsl(198, 21%, 25%)OKLCH
oklch(0.378 0.028 225.7)CMYK
cmyk(35%, 10%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3E45
2#28373E
3#233036
4#1E292E
5#192327
6#141C1F
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#415A64
2#516F7B
3#608393
4#7496A4
5#8BA7B3
6#A2B9C3
7#BACAD2
8#D1DCE1
9#E8EDF0
Tones
Muted variations
1#34454C
2#35444A
3#364349
4#384348
5#394246
6#3A4245
7#3C4144
8#3D4142
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C9 #B8C9D1 | BordersInactive statesPlaceholder text |
| 400 | 93AD #93ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7496 #7496A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597A #597A88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4761 #47616C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3245 #32454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D7E1E5;
--charcoal-300: #B8C9D1;
--charcoal-400: #93ADB8;
--charcoal-500: #7496A4;
--charcoal-600: #597A88;
--charcoal-700: #47616C;
--charcoal-800: #32454D;
--charcoal-900: #202C31;
--charcoal-950: #141C1F;
}