Charcoal
#4B5F68
BlueColor Codes
All color formats for development
HEX
#4B5F68RGB
rgb(75, 95, 104)HSL
hsl(199, 16%, 35%)OKLCH
oklch(0.472 0.028 227.1)CMYK
cmyk(28%, 9%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43555D
2#3C4C53
3#344248
4#2D393E
5#252F34
6#1E2629
7#161C1F
8#0F1315
9#07090A
Tints
Lighter variations
1#59707B
2#67828E
3#78929E
4#8CA1AB
5#9FB1B9
6#B2C1C7
7#C5D0D5
8#D9E0E3
9#ECEFF1
Tones
Muted variations
1#4C5E66
2#4E5D65
3#4F5D63
4#515C62
5#525C60
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 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC8 #BBC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A93 #7A939F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E77 #5E7782 | 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: #D9E0E3;
--charcoal-300: #BBC8CE;
--charcoal-400: #97ABB4;
--charcoal-500: #7A939F;
--charcoal-600: #5E7782;
--charcoal-700: #4B5E68;
--charcoal-800: #36434A;
--charcoal-900: #222B2F;
--charcoal-950: #151B1E;
}