Charcoal
#425D70
BlueColor Codes
All color formats for development
HEX
#425D70RGB
rgb(66, 93, 112)HSL
hsl(205, 26%, 35%)OKLCH
oklch(0.465 0.045 239.6)CMYK
cmyk(41%, 17%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5465
2#354A5A
3#2E414F
4#283843
5#212F38
6#1A252D
7#141C22
8#0D1316
9#07090B
Tints
Lighter variations
1#4E6E85
2#5B809A
3#6D90A9
4#82A0B5
5#97B0C2
6#ABC0CE
7#C0CFDA
8#D5DFE6
9#EAEFF3
Tones
Muted variations
1#445D6E
2#475C6C
3#495C69
4#4B5C67
5#4E5B65
6#505B63
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 | B5C7 #B5C7D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABD | Disabled statesSecondary iconsMuted text |
| 500 | 6E91 #6E91AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5375 #53758D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425D #425D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | 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: #B5C7D4;
--charcoal-400: #8FAABD;
--charcoal-500: #6E91AA;
--charcoal-600: #53758D;
--charcoal-700: #425D70;
--charcoal-800: #2F4350;
--charcoal-900: #1E2B33;
--charcoal-950: #131B20;
}