Charcoal
#394146
BlueColor Codes
All color formats for development
HEX
#394146RGB
rgb(57, 65, 70)HSL
hsl(203, 10%, 25%)OKLCH
oklch(0.37 0.014 235.2)CMYK
cmyk(19%, 7%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343B3F
2#2E3438
3#282E31
4#22272A
5#1D2123
6#171A1C
7#111415
8#0B0D0E
9#060707
Tints
Lighter variations
1#4B555B
2#5C6870
3#6D7C85
4#818F98
5#96A2A9
6#ABB4BA
7#C0C7CB
8#D5DADD
9#EAECEE
Tones
Muted variations
1#3A4145
2#3B4145
3#3B4144
4#3C4144
5#3D4043
6#3D4042
7#3E4042
8#3E4041
9#3F4040
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA8 #9DA8AF | Disabled statesSecondary iconsMuted text |
| 500 | 818F #818F98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6573 #65737B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505B #505B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F8F8;
--charcoal-100: #EBEEEF;
--charcoal-200: #DBDFE1;
--charcoal-300: #BEC6CA;
--charcoal-400: #9DA8AF;
--charcoal-500: #818F98;
--charcoal-600: #65737B;
--charcoal-700: #505B62;
--charcoal-800: #394146;
--charcoal-900: #252A2D;
--charcoal-950: #171A1C;
}