Charcoal
#34354B
BlueColor Codes
All color formats for development
HEX
#34354BRGB
rgb(52, 53, 75)HSL
hsl(237, 18%, 25%)OKLCH
oklch(0.338 0.039 282.1)CMYK
cmyk(31%, 29%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3044
2#2A2B3C
3#252535
4#1F202D
5#1A1B26
6#15151E
7#101017
8#0A0B0F
9#050508
Tints
Lighter variations
1#444562
2#545578
3#63668F
4#787AA1
5#8E90B1
6#A5A6C0
7#BBBCD0
8#D2D3E0
9#E8E9EF
Tones
Muted variations
1#35364A
2#373749
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 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABB #BABBCF | BordersInactive statesPlaceholder text |
| 400 | 9697 #9697B6 | Disabled statesSecondary iconsMuted text |
| 500 | 787A #787AA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5E #5C5E84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494B #494B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D8D8E4;
--charcoal-300: #BABBCF;
--charcoal-400: #9697B6;
--charcoal-500: #787AA1;
--charcoal-600: #5C5E84;
--charcoal-700: #494B69;
--charcoal-800: #34354B;
--charcoal-900: #212230;
--charcoal-950: #15151E;
}