Charcoal
#4A6268
CyanColor Codes
All color formats for development
HEX
#4A6268RGB
rgb(74, 98, 104)HSL
hsl(192, 17%, 35%)OKLCH
oklch(0.479 0.03 214.7)CMYK
cmyk(29%, 6%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43595E
2#3B4F54
3#344549
4#2C3B3F
5#253134
6#1E272A
7#161E1F
8#0F1415
9#070A0A
Tints
Lighter variations
1#58757C
2#66878F
3#77979F
4#8BA6AC
5#9EB5BA
6#B1C3C8
7#C5D2D6
8#D8E1E3
9#ECF0F1
Tones
Muted variations
1#4C6167
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 | D8E1 #D8E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACE | BordersInactive statesPlaceholder text |
| 400 | 97AF #97AFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7998 #7998A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7C #5D7C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A62 #4A6268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3546 #35464B | 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: #D8E1E3;
--charcoal-300: #BACACE;
--charcoal-400: #97AFB5;
--charcoal-500: #7998A0;
--charcoal-600: #5D7C83;
--charcoal-700: #4A6268;
--charcoal-800: #35464B;
--charcoal-900: #222D30;
--charcoal-950: #151C1E;
}