Charcoal
#470A27
PinkColor Codes
All color formats for development
HEX
#470A27RGB
rgb(71, 10, 39)HSL
hsl(331, 75%, 16%)OKLCH
oklch(0.27 0.094 357)CMYK
cmyk(0%, 86%, 45%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400924
2#390820
3#32071C
4#2B0618
5#240514
6#1D0410
7#15030C
8#0E0208
9#070104
Tints
Lighter variations
1#6D103D
2#921552
3#B81A66
4#DD207B
5#E44491
6#EA69A7
7#EF8FBD
8#F4B4D3
9#FADAE9
Tones
Muted variations
1#440D28
2#411028
3#3E1328
4#3B1628
5#381A28
6#351D28
7#322028
8#2F2329
9#2C2629
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C3 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963A4 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23689 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C6D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1657 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A28 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0619 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FBE0ED;
--charcoal-200: #F7C5DD;
--charcoal-300: #F098C3;
--charcoal-400: #E963A4;
--charcoal-500: #E23689;
--charcoal-600: #C41C6D;
--charcoal-700: #9C1657;
--charcoal-800: #70103E;
--charcoal-900: #470A28;
--charcoal-950: #2D0619;
}