Charcoal
#425770
BlueColor Codes
All color formats for development
HEX
#425770RGB
rgb(66, 87, 112)HSL
hsl(213, 26%, 35%)OKLCH
oklch(0.45 0.049 253.2)CMYK
cmyk(41%, 22%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4E65
2#35465A
3#2E3D4F
4#283443
5#212B38
6#1A232D
7#141A22
8#0D1116
9#07090B
Tints
Lighter variations
1#4E6785
2#5B779A
3#6D88A9
4#8299B5
5#97AAC2
6#ABBBCE
7#C0CCDA
8#D5DDE6
9#EAEEF3
Tones
Muted variations
1#44576E
2#47576C
3#495869
4#4B5867
5#4E5865
6#505863
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 | D5DD #D5DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C3 #B5C3D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA3 #8FA3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E89 #6E89AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536D #536D8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4257 #425770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E9EDF2;
--charcoal-200: #D5DDE6;
--charcoal-300: #B5C3D4;
--charcoal-400: #8FA3BD;
--charcoal-500: #6E89AA;
--charcoal-600: #536D8D;
--charcoal-700: #425770;
--charcoal-800: #2F3E50;
--charcoal-900: #1E2833;
--charcoal-950: #131920;
}