Charcoal
#470A3D
PinkColor Codes
All color formats for development
HEX
#470A3DRGB
rgb(71, 10, 61)HSL
hsl(310, 75%, 16%)OKLCH
oklch(0.281 0.109 335.8)CMYK
cmyk(0%, 86%, 14%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400937
2#390831
3#32072B
4#2B0625
5#24051F
6#1D0418
7#150312
8#0E020C
9#070106
Tints
Lighter variations
1#6D105D
2#92157D
3#B81A9E
4#DD20BE
5#E444C9
6#EA69D4
7#EF8FDF
8#F4B4EA
9#FADAF4
Tones
Muted variations
1#440D3B
2#411039
3#3E1337
4#3B1635
5#381A33
6#351D31
7#32202F
8#2F232D
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E2 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963D2 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A3D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FB;
--charcoal-100: #FBE0F6;
--charcoal-200: #F7C5EE;
--charcoal-300: #F098E2;
--charcoal-400: #E963D2;
--charcoal-500: #E236C6;
--charcoal-600: #C41CA8;
--charcoal-700: #9C1686;
--charcoal-800: #701060;
--charcoal-900: #470A3D;
--charcoal-950: #2D0626;
}