Charcoal
#470A33
PinkColor Codes
All color formats for development
HEX
#470A33RGB
rgb(71, 10, 51)HSL
hsl(320, 75%, 16%)OKLCH
oklch(0.275 0.101 344.7)CMYK
cmyk(0%, 86%, 28%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40092E
2#390829
3#320724
4#2B061F
5#240519
6#1D0414
7#15030F
8#0E020A
9#070105
Tints
Lighter variations
1#6D104E
2#921569
3#B81A83
4#DD209E
5#E444AF
6#EA69BF
7#EF8FCF
8#F4B4DF
9#FADAEF
Tones
Muted variations
1#440D32
2#411031
3#3E1330
4#3B162F
5#381A2E
6#351D2D
7#32202C
8#2F232B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098D3 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963BC | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A33 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F9;
--charcoal-100: #FBE0F2;
--charcoal-200: #F7C5E6;
--charcoal-300: #F098D3;
--charcoal-400: #E963BC;
--charcoal-500: #E236A9;
--charcoal-600: #C41C8C;
--charcoal-700: #9C1670;
--charcoal-800: #701050;
--charcoal-900: #470A33;
--charcoal-950: #2D0620;
}