Charcoal
#425870
BlueColor Codes
All color formats for development
HEX
#425870RGB
rgb(66, 88, 112)HSL
hsl(211, 26%, 35%)OKLCH
oklch(0.452 0.048 251.1)CMYK
cmyk(41%, 21%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5065
2#35475A
3#2E3E4F
4#283543
5#212C38
6#1A232D
7#141B22
8#0D1216
9#07090B
Tints
Lighter variations
1#4E6985
2#5B799A
3#6D8AA9
4#829BB5
5#97ABC2
6#ABBCCE
7#C0CDDA
8#D5DEE6
9#EAEEF3
Tones
Muted variations
1#44596E
2#47596C
3#495969
4#4B5967
5#4E5965
6#505963
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 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8B #6E8BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536F #536F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4258 #425870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3F #2F3F50 | 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: #D5DEE6;
--charcoal-300: #B5C4D4;
--charcoal-400: #8FA5BD;
--charcoal-500: #6E8BAA;
--charcoal-600: #536F8D;
--charcoal-700: #425870;
--charcoal-800: #2F3F50;
--charcoal-900: #1E2833;
--charcoal-950: #131920;
}