Charcoal
#4F4F64
BlueColor Codes
All color formats for development
HEX
#4F4F64RGB
rgb(79, 79, 100)HSL
hsl(240, 12%, 35%)OKLCH
oklch(0.436 0.034 284.9)CMYK
cmyk(21%, 21%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47475A
2#3F3F50
3#373746
4#2F2F3C
5#272732
6#1F1F28
7#18181E
8#101014
9#08080A
Tints
Lighter variations
1#5D5D77
2#6C6C89
3#7D7D99
4#9090A7
5#A2A2B6
6#B5B5C5
7#C7C7D3
8#DADAE2
9#ECECF0
Tones
Muted variations
1#505063
2#515162
3#525261
4#535360
5#54545F
6#55555E
7#56565C
8#57575B
9#58585A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F8;
--charcoal-100: #EBEBEF;
--charcoal-200: #DADAE2;
--charcoal-300: #BDBDCB;
--charcoal-400: #9B9BB0;
--charcoal-500: #7E7E9A;
--charcoal-600: #63637E;
--charcoal-700: #4F4F64;
--charcoal-800: #383847;
--charcoal-900: #24242E;
--charcoal-950: #16161D;
}