Charcoal
#424C70
BlueColor Codes
All color formats for development
HEX
#424C70RGB
rgb(66, 76, 112)HSL
hsl(227, 26%, 35%)OKLCH
oklch(0.424 0.061 271.7)CMYK
cmyk(41%, 32%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4465
2#353D5A
3#2E354F
4#282E43
5#212638
6#1A1E2D
7#141722
8#0D0F16
9#07080B
Tints
Lighter variations
1#4E5A85
2#5B689A
3#6D7AA9
4#828DB5
5#97A0C2
6#ABB3CE
7#C0C6DA
8#D5D9E6
9#EAECF3
Tones
Muted variations
1#444D6E
2#474F6C
3#495069
4#4B5167
5#4E5365
6#505463
7#525560
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 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8F99 #8F99BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7B #6E7BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5360 #53608D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424C #424C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2333 | 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: #D5D9E6;
--charcoal-300: #B5BCD4;
--charcoal-400: #8F99BD;
--charcoal-500: #6E7BAA;
--charcoal-600: #53608D;
--charcoal-700: #424C70;
--charcoal-800: #2F3650;
--charcoal-900: #1E2333;
--charcoal-950: #131620;
}