Charcoal
#34344B
BlueColor Codes
All color formats for development
HEX
#34344BRGB
rgb(52, 52, 75)HSL
hsl(240, 18%, 25%)OKLCH
oklch(0.335 0.04 284)CMYK
cmyk(31%, 31%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F2F44
2#2A2A3C
3#252535
4#1F1F2D
5#1A1A26
6#15151E
7#101017
8#0A0A0F
9#050508
Tints
Lighter variations
1#444462
2#545478
3#63638F
4#7878A1
5#8E8EB1
6#A5A5C0
7#BBBBD0
8#D2D2E0
9#E8E8EF
Tones
Muted variations
1#35354A
2#373749
3#383848
4#393947
5#3A3A45
6#3B3B44
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 #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACF | BordersInactive statesPlaceholder text |
| 400 | 9696 #9696B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7878 #7878A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5C #5C5C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4949 #494969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212130 | 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: #BABACF;
--charcoal-400: #9696B6;
--charcoal-500: #7878A1;
--charcoal-600: #5C5C84;
--charcoal-700: #494969;
--charcoal-800: #34344B;
--charcoal-900: #212130;
--charcoal-950: #15151E;
}