Charcoal
#393C47
BlueColor Codes
All color formats for development
HEX
#393C47RGB
rgb(57, 60, 71)HSL
hsl(227, 11%, 25%)OKLCH
oklch(0.358 0.019 273.3)CMYK
cmyk(20%, 15%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333640
2#2D3039
3#282A32
4#22242A
5#1C1E23
6#17181C
7#111215
8#0B0C0E
9#060607
Tints
Lighter variations
1#4A4E5C
2#5B6071
3#6C7286
4#808599
5#9599AA
6#AAAEBB
7#BFC2CC
8#D5D6DD
9#EAEBEE
Tones
Muted variations
1#393C46
2#3A3D45
3#3B3D45
4#3C3D44
5#3C3E43
6#3D3E43
7#3E3F42
8#3E3F41
9#3F3F40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC1 #BEC1CB | BordersInactive statesPlaceholder text |
| 400 | 9CA0 #9CA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8085 #808599 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6469 #64697D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5463 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #EBECEF;
--charcoal-200: #DADCE1;
--charcoal-300: #BEC1CB;
--charcoal-400: #9CA0B0;
--charcoal-500: #808599;
--charcoal-600: #64697D;
--charcoal-700: #4F5463;
--charcoal-800: #393C47;
--charcoal-900: #24262D;
--charcoal-950: #17181C;
}