Charcoal
#434B70
BlueColor Codes
All color formats for development
HEX
#434B70RGB
rgb(67, 75, 112)HSL
hsl(229, 25%, 35%)OKLCH
oklch(0.422 0.063 274.1)CMYK
cmyk(40%, 33%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4464
2#363C59
3#2F354E
4#282D43
5#212638
6#1B1E2D
7#141721
8#0D0F16
9#07080B
Tints
Lighter variations
1#4F5984
2#5C6799
3#6E79A8
4#838CB4
5#979FC1
6#ACB2CD
7#C1C5DA
8#D6D9E6
9#EAECF3
Tones
Muted variations
1#454D6D
2#474E6B
3#4A4F69
4#4C5167
5#4E5264
6#505462
7#535560
8#55565E
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BB #B6BBD3 | BordersInactive statesPlaceholder text |
| 400 | 8F98 #8F98BC | Disabled statesSecondary iconsMuted text |
| 500 | 707A #707AA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 545E #545E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434B #434B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3036 #303650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F22 #1F2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D6D9E6;
--charcoal-300: #B6BBD3;
--charcoal-400: #8F98BC;
--charcoal-500: #707AA9;
--charcoal-600: #545E8C;
--charcoal-700: #434B70;
--charcoal-800: #303650;
--charcoal-900: #1F2233;
--charcoal-950: #131520;
}