Charcoal
#464F6D
BlueColor Codes
All color formats for development
HEX
#464F6DRGB
rgb(70, 79, 109)HSL
hsl(226, 22%, 35%)OKLCH
oklch(0.432 0.051 271.3)CMYK
cmyk(36%, 28%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F4762
2#383F57
3#31374C
4#2A2F41
5#232736
6#1C202C
7#151821
8#0E1016
9#07080B
Tints
Lighter variations
1#535D81
2#5F6C95
3#717DA5
4#8690B1
5#9AA2BE
6#AEB5CB
7#C2C7D8
8#D7DAE5
9#EBECF2
Tones
Muted variations
1#48506B
2#4A5169
3#4C5267
4#4D5365
5#4F5463
6#515561
7#53565F
8#55575D
9#57585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929B #929BB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737F #737FA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5863 #586389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464F #464F6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EBF1;
--charcoal-200: #D7DAE5;
--charcoal-300: #B7BDD1;
--charcoal-400: #929BB9;
--charcoal-500: #737FA5;
--charcoal-600: #586389;
--charcoal-700: #464F6D;
--charcoal-800: #32384E;
--charcoal-900: #202432;
--charcoal-950: #14171F;
}