Charcoal
#424B70
BlueColor Codes
All color formats for development
HEX
#424B70RGB
rgb(66, 75, 112)HSL
hsl(228, 26%, 35%)OKLCH
oklch(0.421 0.063 273)CMYK
cmyk(41%, 33%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4465
2#353C5A
3#2E354F
4#282D43
5#212638
6#1A1E2D
7#141722
8#0D0F16
9#07080B
Tints
Lighter variations
1#4E5985
2#5B679A
3#6D79A9
4#828CB5
5#979FC2
6#ABB2CE
7#C0C6DA
8#D5D9E6
9#EAECF3
Tones
Muted variations
1#444D6E
2#474E6C
3#495069
4#4B5167
5#4E5265
6#505463
7#525560
8#55565E
9#57585C
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 | D5D9 #D5D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8F98 #8F98BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E7A #6E7AAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535F #535F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424B #424B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F36 #2F3650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2233 | 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: #E9EAF2;
--charcoal-200: #D5D9E6;
--charcoal-300: #B5BBD4;
--charcoal-400: #8F98BD;
--charcoal-500: #6E7AAA;
--charcoal-600: #535F8D;
--charcoal-700: #424B70;
--charcoal-800: #2F3650;
--charcoal-900: #1E2233;
--charcoal-950: #131620;
}