Charcoal
#470A24
PinkColor Codes
All color formats for development
HEX
#470A24RGB
rgb(71, 10, 36)HSL
hsl(334, 75%, 16%)OKLCH
oklch(0.269 0.093 0.2)CMYK
cmyk(0%, 86%, 49%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400921
2#39081D
3#32071A
4#2B0616
5#240512
6#1D040F
7#15030B
8#0E0207
9#070104
Tints
Lighter variations
1#6D1038
2#92154B
3#B81A5F
4#DD2072
5#E44489
6#EA69A1
7#EF8FB8
8#F4B4D0
9#FADAE7
Tones
Muted variations
1#440D25
2#411026
3#3E1326
4#3B1626
5#381A27
6#351D27
7#322028
8#2F2328
9#2C2628
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098BE | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639D | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23681 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1650 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A25 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0617 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FBE0EB;
--charcoal-200: #F7C5DB;
--charcoal-300: #F098BE;
--charcoal-400: #E9639D;
--charcoal-500: #E23681;
--charcoal-600: #C41C65;
--charcoal-700: #9C1650;
--charcoal-800: #701039;
--charcoal-900: #470A25;
--charcoal-950: #2D0617;
}