Charcoal
#34354C
BlueColor Codes
All color formats for development
HEX
#34354CRGB
rgb(52, 53, 76)HSL
hsl(238, 19%, 25%)OKLCH
oklch(0.338 0.04 282.1)CMYK
cmyk(32%, 30%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2F44
2#292A3D
3#242535
4#1F1F2E
5#1A1A26
6#15151E
7#0F1017
8#0A0A0F
9#050508
Tints
Lighter variations
1#434463
2#535479
3#626490
4#7678A2
5#8D8EB2
6#A4A5C1
7#BBBBD1
8#D1D2E0
9#E8E8F0
Tones
Muted variations
1#35364B
2#363749
3#373848
4#383947
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 | B9BA #B9BACF | BordersInactive statesPlaceholder text |
| 400 | 9596 #9596B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7678 #7678A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5C #5B5C86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4849 #48496A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | 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: #D8D8E4;
--charcoal-300: #B9BACF;
--charcoal-400: #9596B7;
--charcoal-500: #7678A2;
--charcoal-600: #5B5C86;
--charcoal-700: #48496A;
--charcoal-800: #34344C;
--charcoal-900: #212231;
--charcoal-950: #15151E;
}