Charcoal
#34364C
BlueColor Codes
All color formats for development
HEX
#34364CRGB
rgb(52, 54, 76)HSL
hsl(235, 19%, 25%)OKLCH
oklch(0.341 0.039 280.1)CMYK
cmyk(32%, 29%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3044
2#292B3D
3#242635
4#1F202E
5#1A1B26
6#15151E
7#0F1017
8#0A0B0F
9#050508
Tints
Lighter variations
1#434663
2#535679
3#626690
4#767AA2
5#8D90B2
6#A4A6C1
7#BBBDD1
8#D1D3E0
9#E8E9F0
Tones
Muted variations
1#35374B
2#363849
3#373948
4#383A47
5#3A3B46
6#3B3C45
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 #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9598 #9598B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767A #767AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | 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: #EAEAF1;
--charcoal-200: #D8D9E4;
--charcoal-300: #B9BBCF;
--charcoal-400: #9598B7;
--charcoal-500: #767AA2;
--charcoal-600: #5B5E86;
--charcoal-700: #484B6A;
--charcoal-800: #34364C;
--charcoal-900: #212231;
--charcoal-950: #15151E;
}