Charcoal
#4D5F66
BlueColor Codes
All color formats for development
HEX
#4D5F66RGB
rgb(77, 95, 102)HSL
hsl(197, 14%, 35%)OKLCH
oklch(0.473 0.025 223.4)CMYK
cmyk(25%, 7%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45555C
2#3D4C51
3#364247
4#2E393D
5#262F33
6#1F2629
7#171C1F
8#0F1314
9#08090A
Tints
Lighter variations
1#5B7079
2#69828C
3#7B929B
4#8EA2A9
5#A1B1B8
6#B3C1C6
7#C6D0D4
8#D9E0E2
9#ECEFF1
Tones
Muted variations
1#4E5E64
2#4F5E63
3#515D62
4#525C61
5#535C5F
6#545B5E
7#565B5D
8#575A5C
9#585A5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 99AB #99ABB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C93 #7C939C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6077 #607780 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5F #4D5F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEF0;
--charcoal-200: #D9E0E2;
--charcoal-300: #BCC8CD;
--charcoal-400: #99ABB2;
--charcoal-500: #7C939C;
--charcoal-600: #607780;
--charcoal-700: #4D5F66;
--charcoal-800: #374449;
--charcoal-900: #232B2F;
--charcoal-950: #161B1D;
}