Charcoal
#394246
BlueColor Codes
All color formats for development
HEX
#394246RGB
rgb(57, 66, 70)HSL
hsl(198, 10%, 25%)OKLCH
oklch(0.372 0.014 226.3)CMYK
cmyk(19%, 6%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343C3F
2#2E3538
3#282E31
4#22282A
5#1D2123
6#171B1C
7#111415
8#0B0D0E
9#060707
Tints
Lighter variations
1#4B565B
2#5C6A70
3#6D7E85
4#819198
5#96A3A9
6#ABB6BA
7#C0C8CB
8#D5DADD
9#EAEDEE
Tones
Muted variations
1#3A4245
2#3B4245
3#3B4244
4#3C4144
5#3D4143
6#3D4142
7#3E4142
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 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DA9 #9DA9AF | Disabled statesSecondary iconsMuted text |
| 500 | 8191 #819198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6575 #65757B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505D #505D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394246 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #BEC7CA;
--charcoal-400: #9DA9AF;
--charcoal-500: #819198;
--charcoal-600: #65757B;
--charcoal-700: #505D62;
--charcoal-800: #394246;
--charcoal-900: #252A2D;
--charcoal-950: #171B1C;
}