Charcoal
#4A6568
CyanColor Codes
All color formats for development
HEX
#4A6568RGB
rgb(74, 101, 104)HSL
hsl(186, 17%, 35%)OKLCH
oklch(0.486 0.032 204.7)CMYK
cmyk(29%, 3%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#435B5E
2#3B5154
3#344749
4#2C3D3F
5#253334
6#1E292A
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#58787C
2#668B8F
3#779B9F
4#8BA9AC
5#9EB7BA
6#B1C6C8
7#C5D4D6
8#D8E2E3
9#ECF1F1
Tones
Muted variations
1#4C6467
2#4D6365
3#4F6264
4#506162
5#525F61
6#535E5F
7#555D5E
8#565C5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACC #BACCCE | BordersInactive statesPlaceholder text |
| 400 | 97B2 #97B2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 799C #799CA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7F #5D7F83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A65 #4A6568 | 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: #EAF0F0;
--charcoal-200: #D8E2E3;
--charcoal-300: #BACCCE;
--charcoal-400: #97B2B5;
--charcoal-500: #799CA0;
--charcoal-600: #5D7F83;
--charcoal-700: #4A6568;
--charcoal-800: #35484B;
--charcoal-900: #222E30;
--charcoal-950: #151D1E;
}