Charcoal
#424570
BlueColor Codes
All color formats for development
HEX
#424570RGB
rgb(66, 69, 112)HSL
hsl(236, 26%, 35%)OKLCH
oklch(0.408 0.072 279.7)CMYK
cmyk(41%, 38%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3E65
2#35375A
3#2E304F
4#282943
5#212338
6#1A1C2D
7#141522
8#0D0E16
9#07070B
Tints
Lighter variations
1#4E5285
2#5B5F9A
3#6D71A9
4#8285B5
5#9799C2
6#ABAECE
7#C0C2DA
8#D5D6E6
9#EAEBF3
Tones
Muted variations
1#44476E
2#47496C
3#494B69
4#4B4D67
5#4E4F65
6#505163
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 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E72 #6E72AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5357 #53578D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4245 #424570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3150 | 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: #D5D6E6;
--charcoal-300: #B5B7D4;
--charcoal-400: #8F92BD;
--charcoal-500: #6E72AA;
--charcoal-600: #53578D;
--charcoal-700: #424570;
--charcoal-800: #2F3150;
--charcoal-900: #1E2033;
--charcoal-950: #131420;
}