Charcoal
#34424C
BlueColor Codes
All color formats for development
HEX
#34424CRGB
rgb(52, 66, 76)HSL
hsl(205, 19%, 25%)OKLCH
oklch(0.371 0.025 239.4)CMYK
cmyk(32%, 13%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3B44
2#29353D
3#242E35
4#1F272E
5#1A2126
6#151A1E
7#0F1417
8#0A0D0F
9#050708
Tints
Lighter variations
1#435563
2#536979
3#627D90
4#7690A2
5#8DA2B2
6#A4B5C1
7#BBC7D1
8#D1DAE0
9#E8ECF0
Tones
Muted variations
1#35424B
2#364149
3#374148
4#384147
5#3A4146
6#3B4145
7#3C4043
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 | B9C6 #B9C6CF | BordersInactive statesPlaceholder text |
| 400 | 95A9 #95A9B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7690 #7690A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B74 #5B7486 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485C #485C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #B9C6CF;
--charcoal-400: #95A9B7;
--charcoal-500: #7690A2;
--charcoal-600: #5B7486;
--charcoal-700: #485C6A;
--charcoal-800: #34424C;
--charcoal-900: #212A31;
--charcoal-950: #151A1E;
}