Charcoal
#4F5063
BlueColor Codes
All color formats for development
HEX
#4F5063RGB
rgb(79, 80, 99)HSL
hsl(237, 11%, 35%)OKLCH
oklch(0.438 0.031 282.7)CMYK
cmyk(20%, 19%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474859
2#40404F
3#383845
4#30303B
5#282832
6#202028
7#18181E
8#101014
9#08080A
Tints
Lighter variations
1#5E5F75
2#6D6E88
3#7E7F98
4#9192A6
5#A3A4B5
6#B5B6C4
7#C8C8D3
8#DADBE1
9#EDEDF0
Tones
Muted variations
1#505162
2#515261
3#525360
4#53545F
5#54555E
6#55565D
7#56575C
8#57575B
9#58585A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCB | BordersInactive statesPlaceholder text |
| 400 | 9C9D #9C9DB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8081 #808199 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6465 #64657D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5063 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBEBEF;
--charcoal-200: #DADBE1;
--charcoal-300: #BEBFCB;
--charcoal-400: #9C9DB0;
--charcoal-500: #808199;
--charcoal-600: #64657D;
--charcoal-700: #4F5063;
--charcoal-800: #393947;
--charcoal-900: #24252D;
--charcoal-950: #17171C;
}