Charcoal
#494A69
BlueColor Codes
All color formats for development
HEX
#494A69RGB
rgb(73, 74, 105)HSL
hsl(238, 18%, 35%)OKLCH
oklch(0.421 0.051 282.5)CMYK
cmyk(30%, 30%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42435F
2#3B3B54
3#33344A
4#2C2D3F
5#252535
6#1D1E2A
7#161620
8#0F0F15
9#07070B
Tints
Lighter variations
1#57587D
2#646690
3#7677A0
4#8A8BAD
5#9D9EBB
6#B1B2C9
7#C4C5D6
8#D8D8E4
9#EBECF1
Tones
Muted variations
1#4B4C68
2#4C4D66
3#4E4F64
4#505063
5#515261
6#535360
7#54555E
8#56565C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACF | BordersInactive statesPlaceholder text |
| 400 | 9697 #9697B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7879 #7879A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5D #5C5D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494A #494A69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212230 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D8D8E4;
--charcoal-300: #BABACF;
--charcoal-400: #9697B6;
--charcoal-500: #7879A1;
--charcoal-600: #5C5D84;
--charcoal-700: #494A69;
--charcoal-800: #34354B;
--charcoal-900: #212230;
--charcoal-950: #15151E;
}