Charcoal
#34344C
BlueColor Codes
All color formats for development
HEX
#34344CRGB
rgb(52, 52, 76)HSL
hsl(240, 19%, 25%)OKLCH
oklch(0.336 0.042 283.9)CMYK
cmyk(32%, 32%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2E44
2#29293D
3#242435
4#1F1F2E
5#1A1A26
6#15151E
7#0F0F17
8#0A0A0F
9#050508
Tints
Lighter variations
1#434363
2#535379
3#626290
4#7676A2
5#8D8DB2
6#A4A4C1
7#BBBBD1
8#D1D1E0
9#E8E8F0
Tones
Muted variations
1#35354B
2#363649
3#373748
4#383847
5#3A3A46
6#3B3B45
7#3C3C43
8#3D3D42
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 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9CF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7676 #7676A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5B #5B5B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4848 #48486A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | 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: #D8D8E4;
--charcoal-300: #B9B9CF;
--charcoal-400: #9595B7;
--charcoal-500: #7676A2;
--charcoal-600: #5B5B86;
--charcoal-700: #48486A;
--charcoal-800: #34344C;
--charcoal-900: #212131;
--charcoal-950: #15151E;
}