Charcoal
#4A5C68
BlueColor Codes
All color formats for development
HEX
#4A5C68RGB
rgb(74, 92, 104)HSL
hsl(204, 17%, 35%)OKLCH
oklch(0.464 0.03 237.5)CMYK
cmyk(29%, 12%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43535E
2#3B4A54
3#344149
4#2C373F
5#252E34
6#1E252A
7#161C1F
8#0F1215
9#07090A
Tints
Lighter variations
1#586D7C
2#667F8F
3#778F9F
4#8B9FAC
5#9EAFBA
6#B1BFC8
7#C5CFD6
8#D8DFE3
9#ECEFF1
Tones
Muted variations
1#4C5C67
2#4D5C65
3#4F5B64
4#505B62
5#525B61
6#535A5F
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 | BAC6 #BAC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A9 #97A9B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7990 #7990A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D74 #5D7483 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5C #4A5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3542 #35424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | 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: #BAC6CE;
--charcoal-400: #97A9B5;
--charcoal-500: #7990A0;
--charcoal-600: #5D7483;
--charcoal-700: #4A5C68;
--charcoal-800: #35424B;
--charcoal-900: #222A30;
--charcoal-950: #151A1E;
}