Charcoal
#32444E
BlueColor Codes
All color formats for development
HEX
#32444ERGB
rgb(50, 68, 78)HSL
hsl(201, 22%, 25%)OKLCH
oklch(0.375 0.029 232.8)CMYK
cmyk(36%, 13%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3D46
2#28363E
3#233036
4#1E292F
5#192227
6#141B1F
7#0F1417
8#0A0E10
9#050708
Tints
Lighter variations
1#415865
2#506D7C
3#5E8194
4#7394A5
5#8AA6B4
6#A2B8C3
7#B9C9D2
8#D0DBE1
9#E8EDF0
Tones
Muted variations
1#33444C
2#35434B
3#36434A
4#374248
5#394247
6#3A4145
7#3C4144
8#3D4143
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 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C8 #B7C8D1 | BordersInactive statesPlaceholder text |
| 400 | 92AC #92ACB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7394 #7394A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5878 #587889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465F #465F6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3244 #32444E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202B #202B32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7E0E5;
--charcoal-300: #B7C8D1;
--charcoal-400: #92ACB9;
--charcoal-500: #7394A5;
--charcoal-600: #587889;
--charcoal-700: #465F6D;
--charcoal-800: #32444E;
--charcoal-900: #202B32;
--charcoal-950: #141B1F;
}