Charcoal
#405B72
BlueColor Codes
All color formats for development
HEX
#405B72RGB
rgb(64, 91, 114)HSL
hsl(208, 28%, 35%)OKLCH
oklch(0.459 0.05 244.9)CMYK
cmyk(44%, 20%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5267
2#33495B
3#2D4050
4#273745
5#202D39
6#1A242E
7#131B22
8#0D1217
9#06090B
Tints
Lighter variations
1#4C6C87
2#587D9D
3#6A8DAB
4#809DB7
5#95AEC3
6#AABECF
7#BFCEDB
8#D5DEE7
9#EAEFF3
Tones
Muted variations
1#435B70
2#455B6D
3#485A6B
4#4A5A68
5#4D5A66
6#4F5A63
7#525A61
8#545A5E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C5 #B4C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA7 #8DA7BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8E #6C8EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5172 #517290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405B #405B72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E41 #2E4152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DEE7;
--charcoal-300: #B4C5D5;
--charcoal-400: #8DA7BF;
--charcoal-500: #6C8EAC;
--charcoal-600: #517290;
--charcoal-700: #405B72;
--charcoal-800: #2E4152;
--charcoal-900: #1D2A34;
--charcoal-950: #121A21;
}