Charcoal
#435B70
BlueColor Codes
All color formats for development
HEX
#435B70RGB
rgb(67, 91, 112)HSL
hsl(208, 25%, 35%)OKLCH
oklch(0.46 0.045 245.4)CMYK
cmyk(40%, 19%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5264
2#364959
3#2F404E
4#283643
5#212D38
6#1B242D
7#141B21
8#0D1216
9#07090B
Tints
Lighter variations
1#4F6C84
2#5C7C99
3#6E8DA8
4#839DB4
5#97AEC1
6#ACBECD
7#C1CEDA
8#D6DEE6
9#EAEFF3
Tones
Muted variations
1#455B6D
2#475A6B
3#4A5A69
4#4C5A67
5#4E5A64
6#505A62
7#535A60
8#555A5E
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 | 8FA7 #8FA7BC | Disabled statesSecondary iconsMuted text |
| 500 | 708E #708EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5472 #54728C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435B #435B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #304150 | 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: #8FA7BC;
--charcoal-500: #708EA9;
--charcoal-600: #54728C;
--charcoal-700: #435B70;
--charcoal-800: #304150;
--charcoal-900: #1F2933;
--charcoal-950: #131A20;
}