Charcoal
#3A3D45
GrayColor Codes
All color formats for development
HEX
#3A3D45RGB
rgb(58, 61, 69)HSL
hsl(224, 9%, 25%)OKLCH
oklch(0.36 0.014 269.3)CMYK
cmyk(16%, 12%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34373F
2#2E3138
3#292B31
4#23252A
5#1D1F23
6#17181C
7#111215
8#0C0C0E
9#060607
Tints
Lighter variations
1#4B4F5A
2#5D626F
3#6E7484
4#828797
5#979BA8
6#ACAFB9
7#C0C3CB
8#D5D7DC
9#EAEBEE
Tones
Muted variations
1#3B3D45
2#3B3E44
3#3C3E44
4#3C3E43
5#3D3E43
6#3D3F42
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 | BFC2 #BFC2CA | BordersInactive statesPlaceholder text |
| 400 | 9EA2 #9EA2AE | Disabled statesSecondary iconsMuted text |
| 500 | 8287 #828797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666B #666B7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5156 #515661 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3D #3A3D45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272C | 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: #BFC2CA;
--charcoal-400: #9EA2AE;
--charcoal-500: #828797;
--charcoal-600: #666B7A;
--charcoal-700: #515661;
--charcoal-800: #3A3D45;
--charcoal-900: #25272C;
--charcoal-950: #17181C;
}