Charcoal
#424670
BlueColor Codes
All color formats for development
HEX
#424670RGB
rgb(66, 70, 112)HSL
hsl(235, 26%, 35%)OKLCH
oklch(0.41 0.07 278.7)CMYK
cmyk(41%, 37%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3F65
2#35385A
3#2E314F
4#282A43
5#212338
6#1A1C2D
7#141522
8#0D0E16
9#07070B
Tints
Lighter variations
1#4E5385
2#5B609A
3#6D72A9
4#8286B5
5#979AC2
6#ABAECE
7#C0C3DA
8#D5D7E6
9#EAEBF3
Tones
Muted variations
1#44486E
2#474A6C
3#494C69
4#4B4E67
5#4E5065
6#505263
7#525360
8#55555E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E73 #6E73AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5358 #53588D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4246 #424670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F32 #2F3250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2033 | 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: #E9E9F2;
--charcoal-200: #D5D7E6;
--charcoal-300: #B5B8D4;
--charcoal-400: #8F92BD;
--charcoal-500: #6E73AA;
--charcoal-600: #53588D;
--charcoal-700: #424670;
--charcoal-800: #2F3250;
--charcoal-900: #1E2033;
--charcoal-950: #131420;
}