Charcoal
#425370
BlueColor Codes
All color formats for development
HEX
#425370RGB
rgb(66, 83, 112)HSL
hsl(218, 26%, 35%)OKLCH
oklch(0.44 0.053 260.9)CMYK
cmyk(41%, 26%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4B65
2#35425A
3#2E3A4F
4#283243
5#212A38
6#1A212D
7#141922
8#0D1116
9#07080B
Tints
Lighter variations
1#4E6285
2#5B729A
3#6D83A9
4#8295B5
5#97A6C2
6#ABB8CE
7#C0CADA
8#D5DCE6
9#EAEDF3
Tones
Muted variations
1#44546E
2#47546C
3#495569
4#4B5667
5#4E5665
6#505763
7#525760
8#55585E
9#57595C
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 | D5DC #D5DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C0 #B5C0D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA0 #8FA0BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E84 #6E84AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5368 #53688D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4253 #425370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3B #2F3B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E26 #1E2633 | 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: #D5DCE6;
--charcoal-300: #B5C0D4;
--charcoal-400: #8FA0BD;
--charcoal-500: #6E84AA;
--charcoal-600: #53688D;
--charcoal-700: #425370;
--charcoal-800: #2F3B50;
--charcoal-900: #1E2633;
--charcoal-950: #131820;
}