Charcoal
#4F5464
BlueColor Codes
All color formats for development
HEX
#4F5464RGB
rgb(79, 84, 100)HSL
hsl(226, 12%, 35%)OKLCH
oklch(0.447 0.027 271.6)CMYK
cmyk(21%, 16%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474B5A
2#3F4350
3#373A46
4#2F323C
5#272A32
6#1F2128
7#18191E
8#101114
9#08080A
Tints
Lighter variations
1#5D6377
2#6C7389
3#7D8499
4#9095A7
5#A2A7B6
6#B5B8C5
7#C7CAD3
8#DADCE2
9#ECEDF0
Tones
Muted variations
1#505463
2#515562
3#525561
4#535660
5#54565F
6#55575E
7#56585C
8#57585B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC1 #BDC1CB | BordersInactive statesPlaceholder text |
| 400 | 9BA0 #9BA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E85 #7E859A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6369 #63697E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383C #383C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262E | 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: #EBECEF;
--charcoal-200: #DADCE2;
--charcoal-300: #BDC1CB;
--charcoal-400: #9BA0B0;
--charcoal-500: #7E859A;
--charcoal-600: #63697E;
--charcoal-700: #4F5464;
--charcoal-800: #383C47;
--charcoal-900: #24262E;
--charcoal-950: #16181D;
}