Charcoal
#4A5668
BlueColor Codes
All color formats for development
HEX
#4A5668RGB
rgb(74, 86, 104)HSL
hsl(216, 17%, 35%)OKLCH
oklch(0.45 0.033 258.4)CMYK
cmyk(29%, 17%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#434E5E
2#3B4554
3#343C49
4#2C343F
5#252B34
6#1E222A
7#161A1F
8#0F1115
9#07090A
Tints
Lighter variations
1#58667C
2#66768F
3#77879F
4#8B98AC
5#9EA9BA
6#B1BAC8
7#C5CCD6
8#D8DDE3
9#ECEEF1
Tones
Muted variations
1#4C5767
2#4D5765
3#4F5764
4#505762
5#525861
6#53585F
7#55585E
8#56595C
9#58595B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7988 #7988A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6C #5D6C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A56 #4A5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #222730 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #EAEDF0;
--charcoal-200: #D8DDE3;
--charcoal-300: #BAC2CE;
--charcoal-400: #97A3B5;
--charcoal-500: #7988A0;
--charcoal-600: #5D6C83;
--charcoal-700: #4A5668;
--charcoal-800: #353E4B;
--charcoal-900: #222730;
--charcoal-950: #15191E;
}