Charcoal
#4F5864
BlueColor Codes
All color formats for development
HEX
#4F5864RGB
rgb(79, 88, 100)HSL
hsl(214, 12%, 35%)OKLCH
oklch(0.457 0.023 255.6)CMYK
cmyk(21%, 12%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474F5A
2#3F4650
3#373D46
4#2F353C
5#272C32
6#1F2328
7#181A1E
8#101214
9#08090A
Tints
Lighter variations
1#5D6877
2#6C7889
3#7D8999
4#909AA7
5#A2ABB6
6#B5BCC5
7#C7CCD3
8#DADDE2
9#ECEEF0
Tones
Muted variations
1#505863
2#515862
3#525861
4#535860
5#54595F
6#55595E
7#56595C
8#57595B
9#58595A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC3 #BDC3CB | BordersInactive statesPlaceholder text |
| 400 | 9BA4 #9BA4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8A #7E8A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636E #636E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F58 #4F5864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383F #383F47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | 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: #EBEDEF;
--charcoal-200: #DADDE2;
--charcoal-300: #BDC3CB;
--charcoal-400: #9BA4B0;
--charcoal-500: #7E8A9A;
--charcoal-600: #636E7E;
--charcoal-700: #4F5864;
--charcoal-800: #383F47;
--charcoal-900: #24282E;
--charcoal-950: #16191D;
}