Charcoal
#394247
BlueColor Codes
All color formats for development
HEX
#394247RGB
rgb(57, 66, 71)HSL
hsl(201, 11%, 25%)OKLCH
oklch(0.373 0.015 232.1)CMYK
cmyk(20%, 7%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333B40
2#2D3539
3#282E32
4#22282A
5#1C2123
6#171A1C
7#111415
8#0B0D0E
9#060707
Tints
Lighter variations
1#4A565C
2#5B6971
3#6C7D86
4#809099
5#95A3AA
6#AAB5BB
7#BFC8CC
8#D5DADD
9#EAEDEE
Tones
Muted variations
1#394246
2#3A4145
3#3B4145
4#3C4144
5#3C4143
6#3D4143
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 | DADF #DADFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CB | BordersInactive statesPlaceholder text |
| 400 | 9CA9 #9CA9B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8090 #809099 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6474 #64747D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5C #4F5C63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394247 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2D | 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: #DADFE1;
--charcoal-300: #BEC6CB;
--charcoal-400: #9CA9B0;
--charcoal-500: #809099;
--charcoal-600: #64747D;
--charcoal-700: #4F5C63;
--charcoal-800: #394247;
--charcoal-900: #242A2D;
--charcoal-950: #171A1C;
}