Charcoal
#4F5364
BlueColor Codes
All color formats for development
HEX
#4F5364RGB
rgb(79, 83, 100)HSL
hsl(229, 12%, 35%)OKLCH
oklch(0.445 0.028 274.8)CMYK
cmyk(21%, 17%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474A5A
2#3F4250
3#373A46
4#2F313C
5#272932
6#1F2128
7#18191E
8#101014
9#08080A
Tints
Lighter variations
1#5D6277
2#6C7189
3#7D8299
4#9094A7
5#A2A6B6
6#B5B8C5
7#C7C9D3
8#DADBE2
9#ECEDF0
Tones
Muted variations
1#505363
2#515462
3#525561
4#535560
5#54565F
6#55575E
7#56575C
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 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CB | BordersInactive statesPlaceholder text |
| 400 | 9B9F #9B9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E84 #7E849A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6368 #63687E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383B #383B47 | 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: #DADBE2;
--charcoal-300: #BDC0CB;
--charcoal-400: #9B9FB0;
--charcoal-500: #7E849A;
--charcoal-600: #63687E;
--charcoal-700: #4F5264;
--charcoal-800: #383B47;
--charcoal-900: #24262E;
--charcoal-950: #16181D;
}