Charcoal
#4E4E65
BlueColor Codes
All color formats for development
HEX
#4E4E65RGB
rgb(78, 78, 101)HSL
hsl(240, 13%, 35%)OKLCH
oklch(0.433 0.038 284.7)CMYK
cmyk(23%, 23%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46465B
2#3E3E51
3#363647
4#2F2F3D
5#272732
6#1F1F28
7#17171E
8#101014
9#08080A
Tints
Lighter variations
1#5C5C78
2#6A6A8A
3#7C7C9A
4#8F8FA8
5#A1A1B7
6#B4B4C5
7#C7C7D4
8#DADAE2
9#ECECF1
Tones
Muted variations
1#4F4F64
2#505063
3#515161
4#525260
5#53535F
6#55555E
7#56565D
8#57575C
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 #BDBDCC | BordersInactive statesPlaceholder text |
| 400 | 9A9A #9A9AB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D7D #7D7D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6262 #62627F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E4E #4E4E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232E | 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: #BDBDCC;
--charcoal-400: #9A9AB1;
--charcoal-500: #7D7D9B;
--charcoal-600: #62627F;
--charcoal-700: #4E4E65;
--charcoal-800: #373748;
--charcoal-900: #23232E;
--charcoal-950: #16161D;
}