Charcoal
#4F4F63
BlueColor Codes
All color formats for development
HEX
#4F4F63RGB
rgb(79, 79, 99)HSL
hsl(240, 11%, 35%)OKLCH
oklch(0.435 0.033 285)CMYK
cmyk(20%, 20%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474759
2#40404F
3#383845
4#30303B
5#282832
6#202028
7#18181E
8#101014
9#08080A
Tints
Lighter variations
1#5E5E75
2#6D6D88
3#7E7E98
4#9191A6
5#A3A3B5
6#B5B5C4
7#C8C8D3
8#DADAE1
9#EDEDF0
Tones
Muted variations
1#505062
2#515161
3#525260
4#53535F
5#54545E
6#55555D
7#56565C
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 | DADA #DADAE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECB | BordersInactive statesPlaceholder text |
| 400 | 9C9C #9C9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8080 #808099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6464 #64647D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242D | 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: #DADAE1;
--charcoal-300: #BEBECB;
--charcoal-400: #9C9CB0;
--charcoal-500: #808099;
--charcoal-600: #64647D;
--charcoal-700: #4F4F63;
--charcoal-800: #393947;
--charcoal-900: #24242D;
--charcoal-950: #17171C;
}