Charcoal
#3A4245
GrayColor Codes
All color formats for development
HEX
#3A4245RGB
rgb(58, 66, 69)HSL
hsl(196, 9%, 25%)OKLCH
oklch(0.373 0.012 222.3)CMYK
cmyk(16%, 4%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343C3F
2#2E3538
3#292E31
4#23282A
5#1D2123
6#171B1C
7#111415
8#0C0D0E
9#060707
Tints
Lighter variations
1#4B565A
2#5D6A6F
3#6E7E84
4#829197
5#97A3A8
6#ACB6B9
7#C0C8CB
8#D5DADC
9#EAEDEE
Tones
Muted variations
1#3B4245
2#3B4244
3#3C4244
4#3C4143
5#3D4143
6#3D4142
7#3E4141
8#3F4041
9#3F4040
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC7 #BFC7CA | BordersInactive statesPlaceholder text |
| 400 | 9EA9 #9EA9AE | Disabled statesSecondary iconsMuted text |
| 500 | 8291 #829197 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6675 #66757A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515D #515D61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A42 #3A4245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | 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: #ECEEEF;
--charcoal-200: #DBDFE1;
--charcoal-300: #BFC7CA;
--charcoal-400: #9EA9AE;
--charcoal-500: #829197;
--charcoal-600: #66757A;
--charcoal-700: #515D61;
--charcoal-800: #3A4245;
--charcoal-900: #252B2C;
--charcoal-950: #171B1C;
}