Charcoal
#470A42
PinkColor Codes
All color formats for development
HEX
#470A42RGB
rgb(71, 10, 66)HSL
hsl(305, 75%, 16%)OKLCH
oklch(0.284 0.113 331.8)CMYK
cmyk(0%, 86%, 7%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40093C
2#390835
3#32072E
4#2B0628
5#240521
6#1D041B
7#150314
8#0E020D
9#070107
Tints
Lighter variations
1#6D1065
2#921588
3#B81AAB
4#DD20CE
5#E444D7
6#EA69DF
7#EF8FE7
8#F4B4EF
9#FADAF7
Tones
Muted variations
1#440D40
2#41103D
3#3E133B
4#3B1638
5#381A36
6#351D33
7#322030
8#2F232E
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E9 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963DE | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A42 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FC;
--charcoal-100: #FBE0F8;
--charcoal-200: #F7C5F3;
--charcoal-300: #F098E9;
--charcoal-400: #E963DE;
--charcoal-500: #E236D4;
--charcoal-600: #C41CB6;
--charcoal-700: #9C1691;
--charcoal-800: #701068;
--charcoal-900: #470A42;
--charcoal-950: #2D0629;
}