Charcoal
#435A70
BlueColor Codes
All color formats for development
HEX
#435A70RGB
rgb(67, 90, 112)HSL
hsl(209, 25%, 35%)OKLCH
oklch(0.458 0.046 247.7)CMYK
cmyk(40%, 20%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5164
2#364859
3#2F3F4E
4#283643
5#212D38
6#1B242D
7#141B21
8#0D1216
9#07090B
Tints
Lighter variations
1#4F6B84
2#5C7B99
3#6E8CA8
4#839CB4
5#97ADC1
6#ACBDCD
7#C1CEDA
8#D6DEE6
9#EAEFF3
Tones
Muted variations
1#455A6D
2#475A6B
3#4A5A69
4#4C5A67
5#4E5A64
6#505A62
7#535960
8#55595E
9#57595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA6 #8FA6BC | Disabled statesSecondary iconsMuted text |
| 500 | 708D #708DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5471 #54718C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435A #435A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3040 #304050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F29 #1F2933 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EDF2;
--charcoal-200: #D6DEE6;
--charcoal-300: #B6C5D3;
--charcoal-400: #8FA6BC;
--charcoal-500: #708DA9;
--charcoal-600: #54718C;
--charcoal-700: #435A70;
--charcoal-800: #304050;
--charcoal-900: #1F2933;
--charcoal-950: #131A20;
}