Charcoal
#4A6068
BlueColor Codes
All color formats for development
HEX
#4A6068RGB
rgb(74, 96, 104)HSL
hsl(196, 17%, 35%)OKLCH
oklch(0.474 0.029 222.1)CMYK
cmyk(29%, 8%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43575E
2#3B4D54
3#344349
4#2C3A3F
5#253034
6#1E272A
7#161D1F
8#0F1315
9#070A0A
Tints
Lighter variations
1#58727C
2#66848F
3#77949F
4#8BA3AC
5#9EB3BA
6#B1C2C8
7#C5D1D6
8#D8E0E3
9#ECF0F1
Tones
Muted variations
1#4C6067
2#4D5F65
3#4F5E64
4#505D62
5#525D61
6#535C5F
7#555B5E
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 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC9 #BAC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7995 #7995A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D79 #5D7983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A60 #4A6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3545 #35454B | 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: #D8E0E3;
--charcoal-300: #BAC9CE;
--charcoal-400: #97ADB5;
--charcoal-500: #7995A0;
--charcoal-600: #5D7983;
--charcoal-700: #4A6068;
--charcoal-800: #35454B;
--charcoal-900: #222C30;
--charcoal-950: #151C1E;
}