Charcoal
#424770
BlueColor Codes
All color formats for development
HEX
#424770RGB
rgb(66, 71, 112)HSL
hsl(233, 26%, 35%)OKLCH
oklch(0.412 0.069 277.6)CMYK
cmyk(41%, 37%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4065
2#35395A
3#2E324F
4#282B43
5#212438
6#1A1D2D
7#141522
8#0D0E16
9#07070B
Tints
Lighter variations
1#4E5585
2#5B629A
3#6D74A9
4#8288B5
5#979CC2
6#ABAFCE
7#C0C3DA
8#D5D7E6
9#EAEBF3
Tones
Muted variations
1#44496E
2#474B6C
3#494D69
4#4B4F67
5#4E5065
6#505263
7#525460
8#55565E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B9 #B5B9D4 | BordersInactive statesPlaceholder text |
| 400 | 8F94 #8F94BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E75 #6E75AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535A #535A8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4247 #424770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F33 #2F3350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D5D7E6;
--charcoal-300: #B5B9D4;
--charcoal-400: #8F94BD;
--charcoal-500: #6E75AA;
--charcoal-600: #535A8D;
--charcoal-700: #424770;
--charcoal-800: #2F3350;
--charcoal-900: #1E2133;
--charcoal-950: #131420;
}