Charcoal
#3A3C45
GrayColor Codes
All color formats for development
HEX
#3A3C45RGB
rgb(58, 60, 69)HSL
hsl(229, 9%, 25%)OKLCH
oklch(0.358 0.016 275.6)CMYK
cmyk(16%, 13%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34363F
2#2E3038
3#292A31
4#23242A
5#1D1E23
6#17181C
7#111215
8#0C0C0E
9#060607
Tints
Lighter variations
1#4B4E5A
2#5D606F
3#6E7284
4#828697
5#979AA8
6#ACAEB9
7#C0C2CB
8#D5D7DC
9#EAEBEE
Tones
Muted variations
1#3B3C45
2#3B3D44
3#3C3D44
4#3C3E43
5#3D3E43
6#3D3E42
7#3E3F41
8#3F3F41
9#3F3F40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC1 #BFC1CA | BordersInactive statesPlaceholder text |
| 400 | 9EA1 #9EA1AE | Disabled statesSecondary iconsMuted text |
| 500 | 8286 #828697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666A #666A7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5154 #515461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F7F7F8;
--charcoal-100: #ECECEF;
--charcoal-200: #DBDCE1;
--charcoal-300: #BFC1CA;
--charcoal-400: #9EA1AE;
--charcoal-500: #828697;
--charcoal-600: #666A7A;
--charcoal-700: #515461;
--charcoal-800: #3A3C45;
--charcoal-900: #25262C;
--charcoal-950: #17181C;
}