Charcoal
#34374B
BlueColor Codes
All color formats for development
HEX
#34374BRGB
rgb(52, 55, 75)HSL
hsl(232, 18%, 25%)OKLCH
oklch(0.343 0.035 277.7)CMYK
cmyk(31%, 27%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3244
2#2A2C3C
3#252735
4#1F212D
5#1A1C26
6#15161E
7#101117
8#0A0B0F
9#050608
Tints
Lighter variations
1#444862
2#545978
3#63698F
4#787DA1
5#8E93B1
6#A5A8C0
7#BBBED0
8#D2D4E0
9#E8E9EF
Tones
Muted variations
1#35384A
2#373949
3#383A48
4#393B47
5#3A3C45
6#3B3C44
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 #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCF | BordersInactive statesPlaceholder text |
| 400 | 969A #969AB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787D #787DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C61 #5C6184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494D #494D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212330 | 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: #EAEBF0;
--charcoal-200: #D8D9E4;
--charcoal-300: #BABDCF;
--charcoal-400: #969AB6;
--charcoal-500: #787DA1;
--charcoal-600: #5C6184;
--charcoal-700: #494D69;
--charcoal-800: #34374B;
--charcoal-900: #212330;
--charcoal-950: #15161E;
}