Charcoal
#435270
BlueColor Codes
All color formats for development
HEX
#435270RGB
rgb(67, 82, 112)HSL
hsl(220, 25%, 35%)OKLCH
oklch(0.439 0.053 263.8)CMYK
cmyk(40%, 27%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4A64
2#364159
3#2F394E
4#283143
5#212938
6#1B212D
7#141921
8#0D1016
9#07080B
Tints
Lighter variations
1#4F6184
2#5C7099
3#6E81A8
4#8393B4
5#97A5C1
6#ACB7CD
7#C1C9DA
8#D6DBE6
9#EAEDF3
Tones
Muted variations
1#45536D
2#47536B
3#4A5469
4#4C5567
5#4E5664
6#505662
7#535760
8#55585E
9#57595B
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 | 7083 #7083A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5467 #54678C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4352 #435270 | 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: #7083A9;
--charcoal-600: #54678C;
--charcoal-700: #435270;
--charcoal-800: #303A50;
--charcoal-900: #1F2533;
--charcoal-950: #131720;
}