Charcoal
#4D5466
BlueColor Codes
All color formats for development
HEX
#4D5466RGB
rgb(77, 84, 102)HSL
hsl(223, 14%, 35%)OKLCH
oklch(0.447 0.031 268.4)CMYK
cmyk(25%, 18%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#454B5C
2#3D4351
3#363B47
4#2E323D
5#262A33
6#1F2229
7#17191F
8#0F1114
9#08080A
Tints
Lighter variations
1#5B6379
2#69738C
3#7B849B
4#8E96A9
5#A1A7B8
6#B3B9C6
7#C6CAD4
8#D9DCE2
9#ECEDF1
Tones
Muted variations
1#4E5464
2#4F5563
3#515562
4#525661
5#53575F
6#54575E
7#56585D
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 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 99A0 #99A0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C85 #7C859C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6069 #606980 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D54 #4D5466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F8;
--charcoal-100: #EBECF0;
--charcoal-200: #D9DCE2;
--charcoal-300: #BCC1CD;
--charcoal-400: #99A0B2;
--charcoal-500: #7C859C;
--charcoal-600: #606980;
--charcoal-700: #4D5466;
--charcoal-800: #373C49;
--charcoal-900: #23262F;
--charcoal-950: #16181D;
}