Charcoal
#435870
BlueColor Codes
All color formats for development
HEX
#435870RGB
rgb(67, 88, 112)HSL
hsl(212, 25%, 35%)OKLCH
oklch(0.453 0.047 252.2)CMYK
cmyk(40%, 21%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4F64
2#364659
3#2F3D4E
4#283543
5#212C38
6#1B232D
7#141A21
8#0D1216
9#07090B
Tints
Lighter variations
1#4F6884
2#5C7899
3#6E89A8
4#839AB4
5#97ABC1
6#ACBCCD
7#C1CCDA
8#D6DDE6
9#EAEEF3
Tones
Muted variations
1#45586D
2#47586B
3#4A5869
4#4C5867
5#4E5964
6#505962
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 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA4 #8FA4BC | Disabled statesSecondary iconsMuted text |
| 500 | 708A #708AA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546E #546E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4358 #435870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EDF2;
--charcoal-200: #D6DDE6;
--charcoal-300: #B6C3D3;
--charcoal-400: #8FA4BC;
--charcoal-500: #708AA9;
--charcoal-600: #546E8C;
--charcoal-700: #435870;
--charcoal-800: #303F50;
--charcoal-900: #1F2833;
--charcoal-950: #131920;
}