Charcoal
#435E70
BlueColor Codes
All color formats for development
HEX
#435E70RGB
rgb(67, 94, 112)HSL
hsl(204, 25%, 35%)OKLCH
oklch(0.468 0.044 238.1)CMYK
cmyk(40%, 16%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5464
2#364B59
3#2F424E
4#283843
5#212F38
6#1B252D
7#141C21
8#0D1316
9#07090B
Tints
Lighter variations
1#4F6F84
2#5C8199
3#6E91A8
4#83A1B4
5#97B0C1
6#ACC0CD
7#C1D0DA
8#D6E0E6
9#EAEFF3
Tones
Muted variations
1#455D6D
2#475D6B
3#4A5C69
4#4C5C67
5#4E5B64
6#505B62
7#535B60
8#555A5E
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABC | Disabled statesSecondary iconsMuted text |
| 500 | 7092 #7092A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5476 #54768C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435E #435E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #304350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D6E0E6;
--charcoal-300: #B6C7D3;
--charcoal-400: #8FAABC;
--charcoal-500: #7092A9;
--charcoal-600: #54768C;
--charcoal-700: #435E70;
--charcoal-800: #304350;
--charcoal-900: #1F2B33;
--charcoal-950: #131B20;
}