Charcoal
#34364B
BlueColor Codes
All color formats for development
HEX
#34364BRGB
rgb(52, 54, 75)HSL
hsl(235, 18%, 25%)OKLCH
oklch(0.34 0.037 280)CMYK
cmyk(31%, 28%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3144
2#2A2B3C
3#252635
4#1F212D
5#1A1B26
6#15161E
7#101017
8#0A0B0F
9#050508
Tints
Lighter variations
1#444662
2#545778
3#63678F
4#787BA1
5#8E91B1
6#A5A7C0
7#BBBDD0
8#D2D3E0
9#E8E9EF
Tones
Muted variations
1#35374A
2#373849
3#383948
4#393A47
5#3A3B45
6#3B3C44
7#3C3D43
8#3D3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABC #BABCCF | BordersInactive statesPlaceholder text |
| 400 | 9698 #9698B6 | Disabled statesSecondary iconsMuted text |
| 500 | 787B #787BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5F #5C5F84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494C #494C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212330 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D8D9E4;
--charcoal-300: #BABCCF;
--charcoal-400: #9698B6;
--charcoal-500: #787BA1;
--charcoal-600: #5C5F84;
--charcoal-700: #494C69;
--charcoal-800: #34364B;
--charcoal-900: #212330;
--charcoal-950: #15161E;
}