Charcoal
#470A29
PinkColor Codes
All color formats for development
HEX
#470A29RGB
rgb(71, 10, 41)HSL
hsl(330, 75%, 16%)OKLCH
oklch(0.271 0.095 354.8)CMYK
cmyk(0%, 86%, 42%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400925
2#390821
3#32071D
4#2B0618
5#240514
6#1D0410
7#15030C
8#0E0208
9#070104
Tints
Lighter variations
1#6D103E
2#921554
3#B81A69
4#DD207E
5#E44494
6#EA69A9
7#EF8FBF
8#F4B4D4
9#FADAEA
Tones
Muted variations
1#440D29
2#411029
3#3E1329
4#3B1629
5#381A29
6#351D29
7#322029
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 #F7C5DE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C4 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963A6 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2368C | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1659 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A29 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF2F7;
--charcoal-100: #FBE0ED;
--charcoal-200: #F7C5DE;
--charcoal-300: #F098C4;
--charcoal-400: #E963A6;
--charcoal-500: #E2368C;
--charcoal-600: #C41C70;
--charcoal-700: #9C1659;
--charcoal-800: #701040;
--charcoal-900: #470A29;
--charcoal-950: #2D061A;
}