Charcoal
#4A6468
CyanColor Codes
All color formats for development
HEX
#4A6468RGB
rgb(74, 100, 104)HSL
hsl(188, 17%, 35%)OKLCH
oklch(0.484 0.031 207.9)CMYK
cmyk(29%, 4%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#435A5E
2#3B5054
3#344649
4#2C3C3F
5#253234
6#1E282A
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#58777C
2#668A8F
3#77999F
4#8BA8AC
5#9EB6BA
6#B1C5C8
7#C5D3D6
8#D8E2E3
9#ECF0F1
Tones
Muted variations
1#4C6367
2#4D6265
3#4F6164
4#506062
5#525F61
6#535E5F
7#555D5E
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 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCE | BordersInactive statesPlaceholder text |
| 400 | 97B1 #97B1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 799B #799BA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7E #5D7E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A64 #4A6468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3548 #35484B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222E #222E30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D8E2E3;
--charcoal-300: #BACCCE;
--charcoal-400: #97B1B5;
--charcoal-500: #799BA0;
--charcoal-600: #5D7E83;
--charcoal-700: #4A6468;
--charcoal-800: #35484B;
--charcoal-900: #222E30;
--charcoal-950: #151D1E;
}