Charcoal
#3A4145
GrayColor Codes
All color formats for development
HEX
#3A4145RGB
rgb(58, 65, 69)HSL
hsl(202, 9%, 25%)OKLCH
oklch(0.37 0.012 232.7)CMYK
cmyk(16%, 6%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343B3F
2#2E3438
3#292E31
4#23272A
5#1D2123
6#171A1C
7#111415
8#0C0D0E
9#060707
Tints
Lighter variations
1#4B555A
2#5D686F
3#6E7C84
4#828F97
5#97A2A8
6#ACB4B9
7#C0C7CB
8#D5DADC
9#EAECEE
Tones
Muted variations
1#3B4145
2#3B4144
3#3C4144
4#3C4143
5#3D4143
6#3D4042
7#3E4041
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 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA8 #9EA8AE | Disabled statesSecondary iconsMuted text |
| 500 | 828F #828F97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6673 #66737A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515B #515B61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A41 #3A4145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2C | 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: #ECEEEF;
--charcoal-200: #DBDFE1;
--charcoal-300: #BFC6CA;
--charcoal-400: #9EA8AE;
--charcoal-500: #828F97;
--charcoal-600: #66737A;
--charcoal-700: #515B61;
--charcoal-800: #3A4145;
--charcoal-900: #252A2C;
--charcoal-950: #171A1C;
}