Charcoal
#470A22
PinkColor Codes
All color formats for development
HEX
#470A22RGB
rgb(71, 10, 34)HSL
hsl(336, 75%, 16%)OKLCH
oklch(0.268 0.092 2.4)CMYK
cmyk(0%, 86%, 52%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40091F
2#39081C
3#320718
4#2B0615
5#240511
6#1D040E
7#15030A
8#0E0207
9#070103
Tints
Lighter variations
1#6D1035
2#921547
3#B81A59
4#DD206C
5#E44484
6#EA699C
7#EF8FB5
8#F4B4CE
9#FADAE6
Tones
Muted variations
1#440D23
2#411024
3#3E1325
4#3B1625
5#381A26
6#351D26
7#322027
8#2F2328
9#2C2628
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098BC | BordersInactive statesPlaceholder text |
| 400 | E963 #E96398 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2367B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C164C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A23 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F6;
--charcoal-100: #FBE0EA;
--charcoal-200: #F7C5D9;
--charcoal-300: #F098BC;
--charcoal-400: #E96398;
--charcoal-500: #E2367B;
--charcoal-600: #C41C5F;
--charcoal-700: #9C164C;
--charcoal-800: #701036;
--charcoal-900: #470A23;
--charcoal-950: #2D0616;
}