Charcoal
#4A6368
CyanColor Codes
All color formats for development
HEX
#4A6368RGB
rgb(74, 99, 104)HSL
hsl(190, 17%, 35%)OKLCH
oklch(0.482 0.031 211.2)CMYK
cmyk(29%, 5%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43595E
2#3B4F54
3#344649
4#2C3C3F
5#253234
6#1E282A
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#58767C
2#66888F
3#77989F
4#8BA7AC
5#9EB6BA
6#B1C4C8
7#C5D3D6
8#D8E2E3
9#ECF0F1
Tones
Muted variations
1#4C6267
2#4D6165
3#4F6064
4#505F62
5#525E61
6#535D5F
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 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCE | BordersInactive statesPlaceholder text |
| 400 | 97B0 #97B0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7999 #7999A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7D #5D7D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A63 #4A6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3547 #35474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D30 | 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: #D8E2E3;
--charcoal-300: #BACBCE;
--charcoal-400: #97B0B5;
--charcoal-500: #7999A0;
--charcoal-600: #5D7D83;
--charcoal-700: #4A6368;
--charcoal-800: #35474B;
--charcoal-900: #222D30;
--charcoal-950: #151C1E;
}