Charcoal
#4D5266
BlueColor Codes
All color formats for development
HEX
#4D5266RGB
rgb(77, 82, 102)HSL
hsl(228, 14%, 35%)OKLCH
oklch(0.442 0.034 274)CMYK
cmyk(25%, 20%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#454A5C
2#3D4151
3#363947
4#2E313D
5#262933
6#1F2129
7#17191F
8#0F1014
9#08080A
Tints
Lighter variations
1#5B6179
2#69708C
3#7B819B
4#8E93A9
5#A1A5B8
6#B3B7C6
7#C6C9D4
8#D9DBE2
9#ECEDF1
Tones
Muted variations
1#4E5364
2#4F5363
3#515462
4#525561
5#53565F
6#54565E
7#56575D
8#57585C
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 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 999E #999EB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C83 #7C839C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6067 #606780 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D52 #4D5266 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECF0;
--charcoal-200: #D9DBE2;
--charcoal-300: #BCBFCD;
--charcoal-400: #999EB2;
--charcoal-500: #7C839C;
--charcoal-600: #606780;
--charcoal-700: #4D5266;
--charcoal-800: #373A49;
--charcoal-900: #23252F;
--charcoal-950: #16171D;
}