Charcoal
#4A5F68
BlueColor Codes
All color formats for development
HEX
#4A5F68RGB
rgb(74, 95, 104)HSL
hsl(198, 17%, 35%)OKLCH
oklch(0.472 0.029 225.9)CMYK
cmyk(29%, 9%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43565E
2#3B4C54
3#344349
4#2C393F
5#253034
6#1E262A
7#161D1F
8#0F1315
9#070A0A
Tints
Lighter variations
1#58717C
2#66838F
3#77939F
4#8BA2AC
5#9EB2BA
6#B1C1C8
7#C5D1D6
8#D8E0E3
9#ECF0F1
Tones
Muted variations
1#4C5F67
2#4D5E65
3#4F5D64
4#505D62
5#525C61
6#535C5F
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 | 97AC #97ACB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7994 #7994A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D78 #5D7883 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5F #4A5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3544 #35444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C30 | 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: #97ACB5;
--charcoal-500: #7994A0;
--charcoal-600: #5D7883;
--charcoal-700: #4A5F68;
--charcoal-800: #35444B;
--charcoal-900: #222C30;
--charcoal-950: #151B1E;
}