Charcoal
#425E70
BlueColor Codes
All color formats for development
HEX
#425E70RGB
rgb(66, 94, 112)HSL
hsl(203, 26%, 35%)OKLCH
oklch(0.467 0.044 237.2)CMYK
cmyk(41%, 16%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5565
2#354C5A
3#2E424F
4#283943
5#212F38
6#1A262D
7#141C22
8#0D1316
9#07090B
Tints
Lighter variations
1#4E7085
2#5B829A
3#6D92A9
4#82A2B5
5#97B1C2
6#ABC1CE
7#C0D0DA
8#D5E0E6
9#EAEFF3
Tones
Muted variations
1#445E6E
2#475E6C
3#495D69
4#4B5C67
5#4E5C65
6#505B63
7#525B60
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 | D5E0 #D5E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAB #8FABBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E93 #6E93AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5377 #53778D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425F #425F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4450 | 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: #D5E0E6;
--charcoal-300: #B5C8D4;
--charcoal-400: #8FABBD;
--charcoal-500: #6E93AA;
--charcoal-600: #53778D;
--charcoal-700: #425F70;
--charcoal-800: #2F4450;
--charcoal-900: #1E2B33;
--charcoal-950: #131B20;
}