Charcoal
#470A38
PinkColor Codes
All color formats for development
HEX
#470A38RGB
rgb(71, 10, 56)HSL
hsl(315, 75%, 16%)OKLCH
oklch(0.278 0.105 340.1)CMYK
cmyk(0%, 86%, 21%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400932
2#39082D
3#320727
4#2B0622
5#24051C
6#1D0416
7#150311
8#0E020B
9#070106
Tints
Lighter variations
1#6D1056
2#921573
3#B81A90
4#DD20AE
5#E444BC
6#EA69C9
7#EF8FD7
8#F4B4E4
9#FADAF2
Tones
Muted variations
1#440D37
2#411035
3#3E1334
4#3B1632
5#381A30
6#351D2F
7#32202D
8#2F232C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098DA | BordersInactive statesPlaceholder text |
| 400 | E963 #E963C7 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C167B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2FA;
--charcoal-100: #FBE0F4;
--charcoal-200: #F7C5EA;
--charcoal-300: #F098DA;
--charcoal-400: #E963C7;
--charcoal-500: #E236B7;
--charcoal-600: #C41C9A;
--charcoal-700: #9C167B;
--charcoal-800: #701058;
--charcoal-900: #470A38;
--charcoal-950: #2D0623;
}