Charcoal
#425A70
BlueColor Codes
All color formats for development
HEX
#425A70RGB
rgb(66, 90, 112)HSL
hsl(209, 26%, 35%)OKLCH
oklch(0.457 0.046 246.7)CMYK
cmyk(41%, 20%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5165
2#35485A
3#2E3F4F
4#283643
5#212D38
6#1A242D
7#141B22
8#0D1216
9#07090B
Tints
Lighter variations
1#4E6B85
2#5B7B9A
3#6D8CA9
4#829CB5
5#97ADC2
6#ABBDCE
7#C0CEDA
8#D5DEE6
9#EAEFF3
Tones
Muted variations
1#445A6E
2#475A6C
3#495A69
4#4B5A67
5#4E5A65
6#505A63
7#525960
8#55595E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8D #6E8DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5371 #53718D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425A #425A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2933 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EDF2;
--charcoal-200: #D5DEE6;
--charcoal-300: #B5C5D4;
--charcoal-400: #8FA7BD;
--charcoal-500: #6E8DAA;
--charcoal-600: #53718D;
--charcoal-700: #425A70;
--charcoal-800: #2F4050;
--charcoal-900: #1E2933;
--charcoal-950: #131A20;
}