Charcoal
#46606D
BlueColor Codes
All color formats for development
HEX
#46606DRGB
rgb(70, 96, 109)HSL
hsl(200, 22%, 35%)OKLCH
oklch(0.473 0.037 230.2)CMYK
cmyk(36%, 12%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5662
2#384D57
3#31434C
4#2A3941
5#233036
6#1C262C
7#151D21
8#0E1316
9#070A0B
Tints
Lighter variations
1#537281
2#5F8395
3#7193A5
4#86A3B1
5#9AB2BE
6#AEC2CB
7#C2D1D8
8#D7E0E5
9#EBF0F2
Tones
Muted variations
1#485F6B
2#4A5E69
3#4C5E67
4#4D5D65
5#4F5D63
6#515C61
7#535B5F
8#555B5D
9#575A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C9 #B7C9D1 | BordersInactive statesPlaceholder text |
| 400 | 92AC #92ACB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7395 #7395A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5878 #587889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4660 #46606D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3244 #32444E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C32 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D7E0E5;
--charcoal-300: #B7C9D1;
--charcoal-400: #92ACB9;
--charcoal-500: #7395A5;
--charcoal-600: #587889;
--charcoal-700: #46606D;
--charcoal-800: #32444E;
--charcoal-900: #202C32;
--charcoal-950: #141B1F;
}