Charcoal
#435370
BlueColor Codes
All color formats for development
HEX
#435370RGB
rgb(67, 83, 112)HSL
hsl(219, 25%, 35%)OKLCH
oklch(0.441 0.052 262)CMYK
cmyk(40%, 26%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C4A64
2#364259
3#2F3A4E
4#283243
5#212938
6#1B212D
7#141921
8#0D1116
9#07080B
Tints
Lighter variations
1#4F6284
2#5C7199
3#6E82A8
4#8394B4
5#97A6C1
6#ACB8CD
7#C1CADA
8#D6DBE6
9#EAEDF3
Tones
Muted variations
1#45536D
2#47546B
3#4A5569
4#4C5567
5#4E5664
6#505762
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 | B6C0 #B6C0D3 | BordersInactive statesPlaceholder text |
| 400 | 8F9F #8F9FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7084 #7084A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5468 #54688C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4353 #435370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | 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: #B6C0D3;
--charcoal-400: #8F9FBC;
--charcoal-500: #7084A9;
--charcoal-600: #54688C;
--charcoal-700: #435370;
--charcoal-800: #303B50;
--charcoal-900: #1F2633;
--charcoal-950: #131820;
}