Charcoal
#32414D
BlueColor Codes
All color formats for development
HEX
#32414DRGB
rgb(50, 65, 77)HSL
hsl(207, 21%, 25%)OKLCH
oklch(0.367 0.028 242.7)CMYK
cmyk(35%, 16%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3B45
2#28343E
3#232E36
4#1E272E
5#192127
6#141A1F
7#0F1417
8#0A0D0F
9#050708
Tints
Lighter variations
1#415564
2#51687B
3#607C93
4#748FA4
5#8BA1B3
6#A2B4C3
7#BAC7D2
8#D1DAE1
9#E8ECF0
Tones
Muted variations
1#34414C
2#35414A
3#364149
4#384148
5#394046
6#3A4045
7#3C4044
8#3D4042
9#3E4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A8 #93A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748F #748FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5973 #597388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475B #475B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3241 #32414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7DFE5;
--charcoal-300: #B8C6D1;
--charcoal-400: #93A8B8;
--charcoal-500: #748FA4;
--charcoal-600: #597388;
--charcoal-700: #475B6C;
--charcoal-800: #32414D;
--charcoal-900: #202A31;
--charcoal-950: #141A1F;
}