Charcoal
#424E70
BlueColor Codes
All color formats for development
HEX
#424E70RGB
rgb(66, 78, 112)HSL
hsl(224, 26%, 35%)OKLCH
oklch(0.428 0.059 268.9)CMYK
cmyk(41%, 30%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4765
2#353F5A
3#2E374F
4#282F43
5#212738
6#1A1F2D
7#141822
8#0D1016
9#07080B
Tints
Lighter variations
1#4E5D85
2#5B6C9A
3#6D7DA9
4#828FB5
5#97A2C2
6#ABB5CE
7#C0C7DA
8#D5DAE6
9#EAECF3
Tones
Muted variations
1#44506E
2#47516C
3#495269
4#4B5367
5#4E5465
6#505563
7#525660
8#55575E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7E #6E7EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5363 #53638D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424E #424E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EBF2;
--charcoal-200: #D5DAE6;
--charcoal-300: #B5BDD4;
--charcoal-400: #8F9BBD;
--charcoal-500: #6E7EAA;
--charcoal-600: #53638D;
--charcoal-700: #424E70;
--charcoal-800: #2F3850;
--charcoal-900: #1E2433;
--charcoal-950: #131620;
}