Charcoal
#4B5E68
BlueColor Codes
All color formats for development
HEX
#4B5E68RGB
rgb(75, 94, 104)HSL
hsl(201, 16%, 35%)OKLCH
oklch(0.47 0.028 231.1)CMYK
cmyk(28%, 10%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43545D
2#3C4B53
3#344148
4#2D383E
5#252F34
6#1E2529
7#161C1F
8#0F1315
9#07090A
Tints
Lighter variations
1#596F7B
2#67808E
3#78919E
4#8CA0AB
5#9FB0B9
6#B2C0C7
7#C5D0D5
8#D9DFE3
9#ECEFF1
Tones
Muted variations
1#4C5D66
2#4E5D65
3#4F5C63
4#515C62
5#525B60
6#545B5F
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 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC7 #BBC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AA #97AAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A92 #7A929F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E76 #5E7682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5E #4B5E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #36434A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B2F | 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: #D9DFE3;
--charcoal-300: #BBC7CE;
--charcoal-400: #97AAB4;
--charcoal-500: #7A929F;
--charcoal-600: #5E7682;
--charcoal-700: #4B5E68;
--charcoal-800: #36434A;
--charcoal-900: #222B2F;
--charcoal-950: #151B1E;
}