Charcoal
#4A5D68
BlueColor Codes
All color formats for development
HEX
#4A5D68RGB
rgb(74, 93, 104)HSL
hsl(202, 17%, 35%)OKLCH
oklch(0.467 0.029 233.6)CMYK
cmyk(29%, 11%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43545E
2#3B4B54
3#344149
4#2C383F
5#252F34
6#1E252A
7#161C1F
8#0F1315
9#07090A
Tints
Lighter variations
1#586F7C
2#66808F
3#77909F
4#8BA0AC
5#9EB0BA
6#B1C0C8
7#C5D0D6
8#D8DFE3
9#ECEFF1
Tones
Muted variations
1#4C5D67
2#4D5C65
3#4F5C64
4#505C62
5#525B61
6#535B5F
7#555A5E
8#565A5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AA #97AAB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7991 #7991A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D75 #5D7583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5D #4A5D68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3543 #35434B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8DFE3;
--charcoal-300: #BAC7CE;
--charcoal-400: #97AAB5;
--charcoal-500: #7991A0;
--charcoal-600: #5D7583;
--charcoal-700: #4A5D68;
--charcoal-800: #35434B;
--charcoal-900: #222B30;
--charcoal-950: #151B1E;
}