Charcoal
#435170
BlueColor Codes
All color formats for development
HEX
#435170RGB
rgb(67, 81, 112)HSL
hsl(221, 25%, 35%)OKLCH
oklch(0.436 0.055 265.5)CMYK
cmyk(40%, 28%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4964
2#364159
3#2F394E
4#283143
5#212938
6#1B202D
7#141821
8#0D1016
9#07080B
Tints
Lighter variations
1#4F6084
2#5C6F99
3#6E80A8
4#8392B4
5#97A5C1
6#ACB7CD
7#C1C9DA
8#D6DBE6
9#EAEDF3
Tones
Muted variations
1#45526D
2#47536B
3#4A5469
4#4C5467
5#4E5564
6#505662
7#535760
8#55585E
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BF #B6BFD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9E #8F9EBC | Disabled statesSecondary iconsMuted text |
| 500 | 7082 #7082A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5466 #54668C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4351 #435170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303A #303A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9ECF2;
--charcoal-200: #D6DBE6;
--charcoal-300: #B6BFD3;
--charcoal-400: #8F9EBC;
--charcoal-500: #7082A9;
--charcoal-600: #54668C;
--charcoal-700: #435170;
--charcoal-800: #303A50;
--charcoal-900: #1F2533;
--charcoal-950: #131720;
}