Charcoal
#425C70
BlueColor Codes
All color formats for development
HEX
#425C70RGB
rgb(66, 92, 112)HSL
hsl(206, 26%, 35%)OKLCH
oklch(0.462 0.045 242)CMYK
cmyk(41%, 18%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5365
2#354A5A
3#2E414F
4#283743
5#212E38
6#1A252D
7#141C22
8#0D1216
9#07090B
Tints
Lighter variations
1#4E6D85
2#5B7F9A
3#6D8FA9
4#829FB5
5#97AFC2
6#ABBFCE
7#C0CFDA
8#D5DFE6
9#EAEFF3
Tones
Muted variations
1#445C6E
2#475C6C
3#495B69
4#4B5B67
5#4E5B65
6#505A63
7#525A60
8#555A5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA9 #8FA9BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E90 #6E90AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5374 #53748D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425C #425C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F42 #2F4250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A33 | 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: #F5F8F9;
--charcoal-100: #E9EEF2;
--charcoal-200: #D5DFE6;
--charcoal-300: #B5C6D4;
--charcoal-400: #8FA9BD;
--charcoal-500: #6E90AA;
--charcoal-600: #53748D;
--charcoal-700: #425C70;
--charcoal-800: #2F4250;
--charcoal-900: #1E2A33;
--charcoal-950: #131A20;
}