Charcoal
#4A5068
BlueColor Codes
All color formats for development
HEX
#4A5068RGB
rgb(74, 80, 104)HSL
hsl(228, 17%, 35%)OKLCH
oklch(0.436 0.04 273.7)CMYK
cmyk(29%, 23%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43485E
2#3B4054
3#343849
4#2C303F
5#252834
6#1E202A
7#16181F
8#0F1015
9#07080A
Tints
Lighter variations
1#585F7C
2#666E8F
3#777F9F
4#8B91AC
5#9EA4BA
6#B1B6C8
7#C5C8D6
8#D8DAE3
9#ECEDF1
Tones
Muted variations
1#4C5167
2#4D5265
3#4F5364
4#505462
5#525561
6#53565F
7#55575E
8#56575C
9#58585B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7981 #7981A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D65 #5D6583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A50 #4A5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3539 #35394B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D8DAE3;
--charcoal-300: #BABECE;
--charcoal-400: #979DB5;
--charcoal-500: #7981A0;
--charcoal-600: #5D6583;
--charcoal-700: #4A5068;
--charcoal-800: #35394B;
--charcoal-900: #222530;
--charcoal-950: #15171E;
}