Charcoal
#3A4345
GrayColor Codes
All color formats for development
HEX
#3A4345RGB
rgb(58, 67, 69)HSL
hsl(191, 9%, 25%)OKLCH
oklch(0.375 0.012 212.6)CMYK
cmyk(16%, 3%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#343D3F
2#2E3638
3#292F31
4#23282A
5#1D2223
6#171B1C
7#111415
8#0C0D0E
9#060707
Tints
Lighter variations
1#4B585A
2#5D6C6F
3#6E8084
4#829397
5#97A5A8
6#ACB7B9
7#C0C9CB
8#D5DBDC
9#EAEDEE
Tones
Muted variations
1#3B4345
2#3B4344
3#3C4244
4#3C4243
5#3D4243
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC8 #BFC8CA | BordersInactive statesPlaceholder text |
| 400 | 9EAB #9EABAE | Disabled statesSecondary iconsMuted text |
| 500 | 8293 #829397 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6677 #66777A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515E #515E61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A43 #3A4345 | 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: #DBE0E1;
--charcoal-300: #BFC8CA;
--charcoal-400: #9EABAE;
--charcoal-500: #829397;
--charcoal-600: #66777A;
--charcoal-700: #515E61;
--charcoal-800: #3A4345;
--charcoal-900: #252B2C;
--charcoal-950: #171B1C;
}