Charcoal
#424370
BlueColor Codes
All color formats for development
HEX
#424370RGB
rgb(66, 67, 112)HSL
hsl(239, 26%, 35%)OKLCH
oklch(0.403 0.075 281.5)CMYK
cmyk(41%, 40%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3C65
2#35355A
3#2E2F4F
4#282843
5#212138
6#1A1B2D
7#141422
8#0D0D16
9#07070B
Tints
Lighter variations
1#4E4F85
2#5B5C9A
3#6D6EA9
4#8283B5
5#9797C2
6#ABACCE
7#C0C1DA
8#D5D6E6
9#EAEAF3
Tones
Muted variations
1#44456E
2#47476C
3#494A69
4#4B4C67
5#4E4E65
6#505063
7#525360
8#55555E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6F #6E6FAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5354 #53548D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4243 #424370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E9E9F2;
--charcoal-200: #D5D6E6;
--charcoal-300: #B5B6D4;
--charcoal-400: #8F8FBD;
--charcoal-500: #6E6FAA;
--charcoal-600: #53548D;
--charcoal-700: #424370;
--charcoal-800: #2F3050;
--charcoal-900: #1E1F33;
--charcoal-950: #131320;
}