Charcoal
#4A5E68
BlueColor Codes
All color formats for development
HEX
#4A5E68RGB
rgb(74, 94, 104)HSL
hsl(200, 17%, 35%)OKLCH
oklch(0.469 0.029 229.8)CMYK
cmyk(29%, 10%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43555E
2#3B4B54
3#344249
4#2C393F
5#252F34
6#1E262A
7#161C1F
8#0F1315
9#07090A
Tints
Lighter variations
1#58707C
2#66818F
3#77929F
4#8BA1AC
5#9EB1BA
6#B1C0C8
7#C5D0D6
8#D8E0E3
9#ECEFF1
Tones
Muted variations
1#4C5E67
2#4D5D65
3#4F5D64
4#505C62
5#525C61
6#535B5F
7#555B5E
8#565A5C
9#585A5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7993 #7993A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D77 #5D7783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5E #4A5E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3543 #35434B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF0;
--charcoal-200: #D8E0E3;
--charcoal-300: #BAC8CE;
--charcoal-400: #97ABB5;
--charcoal-500: #7993A0;
--charcoal-600: #5D7783;
--charcoal-700: #4A5E68;
--charcoal-800: #35434B;
--charcoal-900: #222B30;
--charcoal-950: #151B1E;
}