Charcoal
#34384B
BlueColor Codes
All color formats for development
HEX
#34384BRGB
rgb(52, 56, 75)HSL
hsl(230, 18%, 25%)OKLCH
oklch(0.345 0.034 275.3)CMYK
cmyk(31%, 25%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3244
2#2A2D3C
3#252735
4#1F222D
5#1A1C26
6#15161E
7#101117
8#0A0B0F
9#050608
Tints
Lighter variations
1#444962
2#545A78
3#636B8F
4#787EA1
5#8E94B1
6#A5A9C0
7#BBBFD0
8#D2D4E0
9#E8EAEF
Tones
Muted variations
1#35394A
2#373A49
3#383A48
4#393B47
5#3A3C45
6#3B3D44
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 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCF | BordersInactive statesPlaceholder text |
| 400 | 969B #969BB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787E #787EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C63 #5C6384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494F #494F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | 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: #D8DAE4;
--charcoal-300: #BABDCF;
--charcoal-400: #969BB6;
--charcoal-500: #787EA1;
--charcoal-600: #5C6384;
--charcoal-700: #494F69;
--charcoal-800: #34384B;
--charcoal-900: #212430;
--charcoal-950: #15161E;
}