Charcoal
#4D5666
BlueColor Codes
All color formats for development
HEX
#4D5666RGB
rgb(77, 86, 102)HSL
hsl(218, 14%, 35%)OKLCH
oklch(0.451 0.029 262)CMYK
cmyk(25%, 16%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#454D5C
2#3D4551
3#363C47
4#2E343D
5#262B33
6#1F2229
7#171A1F
8#0F1114
9#08090A
Tints
Lighter variations
1#5B6679
2#69768C
3#7B879B
4#8E98A9
5#A1A9B8
6#B3BAC6
7#C6CBD4
8#D9DDE2
9#ECEEF1
Tones
Muted variations
1#4E5664
2#4F5763
3#515762
4#525761
5#53585F
6#54585E
7#56585D
8#57595C
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 99A2 #99A2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C88 #7C889C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606C #606C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D56 #4D5666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373D #373D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECF0;
--charcoal-200: #D9DDE2;
--charcoal-300: #BCC2CD;
--charcoal-400: #99A2B2;
--charcoal-500: #7C889C;
--charcoal-600: #606C80;
--charcoal-700: #4D5666;
--charcoal-800: #373D49;
--charcoal-900: #23272F;
--charcoal-950: #16191D;
}