Charcoal
#4D5D66
BlueColor Codes
All color formats for development
HEX
#4D5D66RGB
rgb(77, 93, 102)HSL
hsl(202, 14%, 35%)OKLCH
oklch(0.468 0.025 232.7)CMYK
cmyk(25%, 9%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45535C
2#3D4A51
3#364147
4#2E383D
5#262E33
6#1F2529
7#171C1F
8#0F1314
9#08090A
Tints
Lighter variations
1#5B6E79
2#697F8C
3#7B8F9B
4#8E9FA9
5#A1AFB8
6#B3BFC6
7#C6CFD4
8#D9DFE2
9#ECEFF1
Tones
Muted variations
1#4E5C64
2#4F5C63
3#515C62
4#525B61
5#535B5F
6#545B5E
7#565A5D
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 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 99A9 #99A9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C91 #7C919C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6074 #607480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5D #4D5D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F8;
--charcoal-100: #EBEEF0;
--charcoal-200: #D9DFE2;
--charcoal-300: #BCC7CD;
--charcoal-400: #99A9B2;
--charcoal-500: #7C919C;
--charcoal-600: #607480;
--charcoal-700: #4D5D66;
--charcoal-800: #374249;
--charcoal-900: #232A2F;
--charcoal-950: #161A1D;
}