Charcoal
#4A5B68
BlueColor Codes
All color formats for development
HEX
#4A5B68RGB
rgb(74, 91, 104)HSL
hsl(206, 17%, 35%)OKLCH
oklch(0.462 0.03 241.2)CMYK
cmyk(29%, 12%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43525E
2#3B4954
3#344049
4#2C373F
5#252E34
6#1E252A
7#161B1F
8#0F1215
9#07090A
Tints
Lighter variations
1#586C7C
2#667D8F
3#778E9F
4#8B9EAC
5#9EAEBA
6#B1BEC8
7#C5CED6
8#D8DFE3
9#ECEFF1
Tones
Muted variations
1#4C5B67
2#4D5B65
3#4F5B64
4#505A62
5#525A61
6#535A5F
7#555A5E
8#565A5C
9#58595B
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 | 97A8 #97A8B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798F #798FA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D73 #5D7383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5B #4A5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3541 #35414B | 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: #97A8B5;
--charcoal-500: #798FA0;
--charcoal-600: #5D7383;
--charcoal-700: #4A5B68;
--charcoal-800: #35414B;
--charcoal-900: #222A30;
--charcoal-950: #151A1E;
}