Charcoal
#3A3B45
GrayColor Codes
All color formats for development
HEX
#3A3B45RGB
rgb(58, 59, 69)HSL
hsl(235, 9%, 25%)OKLCH
oklch(0.355 0.017 281)CMYK
cmyk(16%, 14%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34353F
2#2E2F38
3#292931
4#23232A
5#1D1D23
6#17181C
7#111215
8#0C0C0E
9#060607
Tints
Lighter variations
1#4B4D5A
2#5D5E6F
3#6E7084
4#828497
5#9798A8
6#ACADB9
7#C0C1CB
8#D5D6DC
9#EAEAEE
Tones
Muted variations
1#3B3B45
2#3B3C44
3#3C3C44
4#3C3D43
5#3D3D43
6#3D3E42
7#3E3E41
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 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC0 #BFC0CA | BordersInactive statesPlaceholder text |
| 400 | 9E9F #9E9FAE | Disabled statesSecondary iconsMuted text |
| 500 | 8284 #828497 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6668 #66687A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5153 #515361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3B #3A3B45 | 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: #DBDBE1;
--charcoal-300: #BFC0CA;
--charcoal-400: #9E9FAE;
--charcoal-500: #828497;
--charcoal-600: #66687A;
--charcoal-700: #515361;
--charcoal-800: #3A3B45;
--charcoal-900: #25262C;
--charcoal-950: #17181C;
}