Charcoal
#34374C
BlueColor Codes
All color formats for development
HEX
#34374CRGB
rgb(52, 55, 76)HSL
hsl(233, 19%, 25%)OKLCH
oklch(0.343 0.037 278)CMYK
cmyk(32%, 28%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3144
2#292C3D
3#242635
4#1F212E
5#1A1B26
6#15161E
7#0F1017
8#0A0B0F
9#050508
Tints
Lighter variations
1#434763
2#535779
3#626790
4#767CA2
5#8D91B2
6#A4A7C1
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 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BC #B9BCCF | BordersInactive statesPlaceholder text |
| 400 | 9599 #9599B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767C #767CA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B60 #5B6086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484C #484C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | 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: #EAEBF1;
--charcoal-200: #D8D9E4;
--charcoal-300: #B9BCCF;
--charcoal-400: #9599B7;
--charcoal-500: #767CA2;
--charcoal-600: #5B6086;
--charcoal-700: #484C6A;
--charcoal-800: #34364C;
--charcoal-900: #212331;
--charcoal-950: #15161E;
}