Charcoal
#4A6168
CyanColor Codes
All color formats for development
HEX
#4A6168RGB
rgb(74, 97, 104)HSL
hsl(194, 17%, 35%)OKLCH
oklch(0.477 0.03 218.4)CMYK
cmyk(29%, 7%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43585E
2#3B4E54
3#344449
4#2C3A3F
5#253134
6#1E272A
7#161D1F
8#0F1315
9#070A0A
Tints
Lighter variations
1#58737C
2#66858F
3#77959F
4#8BA5AC
5#9EB4BA
6#B1C3C8
7#C5D2D6
8#D8E1E3
9#ECF0F1
Tones
Muted variations
1#4C6167
2#4D6065
3#4F5F64
4#505E62
5#525D61
6#535C5F
7#555C5E
8#565B5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACE | BordersInactive statesPlaceholder text |
| 400 | 97AE #97AEB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7997 #7997A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7A #5D7A83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A61 #4A6168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3546 #35464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E1E3;
--charcoal-300: #BACACE;
--charcoal-400: #97AEB5;
--charcoal-500: #7997A0;
--charcoal-600: #5D7A83;
--charcoal-700: #4A6168;
--charcoal-800: #35464B;
--charcoal-900: #222C30;
--charcoal-950: #151C1E;
}