Charcoal
#34434C
BlueColor Codes
All color formats for development
HEX
#34434CRGB
rgb(52, 67, 76)HSL
hsl(203, 19%, 25%)OKLCH
oklch(0.373 0.025 234.7)CMYK
cmyk(32%, 12%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3C44
2#29353D
3#242F35
4#1F282E
5#1A2126
6#151B1E
7#0F1417
8#0A0D0F
9#050708
Tints
Lighter variations
1#435763
2#536B79
3#627E90
4#7691A2
5#8DA4B2
6#A4B6C1
7#BBC8D1
8#D1DAE0
9#E8EDF0
Tones
Muted variations
1#35424B
2#364249
3#374248
4#384147
5#3A4146
6#3B4145
7#3C4143
8#3D4042
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C7 #B9C7CF | BordersInactive statesPlaceholder text |
| 400 | 95AA #95AAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7691 #7691A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B75 #5B7586 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485D #485D6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D8DFE4;
--charcoal-300: #B9C7CF;
--charcoal-400: #95AAB7;
--charcoal-500: #7691A2;
--charcoal-600: #5B7586;
--charcoal-700: #485D6A;
--charcoal-800: #34434C;
--charcoal-900: #212B31;
--charcoal-950: #151B1E;
}