Charcoal
#393946
BlueColor Codes
All color formats for development
HEX
#393946RGB
rgb(57, 57, 70)HSL
hsl(240, 10%, 25%)OKLCH
oklch(0.35 0.022 285.2)CMYK
cmyk(19%, 19%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34343F
2#2E2E38
3#282831
4#22222A
5#1D1D23
6#17171C
7#111115
8#0B0B0E
9#060607
Tints
Lighter variations
1#4B4B5B
2#5C5C70
3#6D6D85
4#818198
5#9696A9
6#ABABBA
7#C0C0CB
8#D5D5DD
9#EAEAEE
Tones
Muted variations
1#3A3A45
2#3B3B45
3#3B3B44
4#3C3C44
5#3D3D43
6#3D3D42
7#3E3E42
8#3E3E41
9#3F3F40
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 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECA | BordersInactive statesPlaceholder text |
| 400 | 9D9D #9D9DAF | Disabled statesSecondary iconsMuted text |
| 500 | 8181 #818198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6565 #65657B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5050 #505062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393946 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | 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: #DBDBE1;
--charcoal-300: #BEBECA;
--charcoal-400: #9D9DAF;
--charcoal-500: #818198;
--charcoal-600: #65657B;
--charcoal-700: #505062;
--charcoal-800: #393946;
--charcoal-900: #25252D;
--charcoal-950: #17171C;
}