Charcoal
#490939
PinkColor Codes
All color formats for development
HEX
#490939RGB
rgb(73, 9, 57)HSL
hsl(315, 78%, 16%)OKLCH
oklch(0.282 0.108 340.6)CMYK
cmyk(0%, 88%, 22%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410833
2#3A072D
3#330628
4#2C0522
5#24041C
6#1D0417
7#160311
8#0F020B
9#070106
Tints
Lighter variations
1#6F0E56
2#951274
3#BB1792
4#E11CB0
5#E740BE
6#EC66CB
7#F18DD8
8#F6B3E5
9#FAD9F2
Tones
Muted variations
1#450C37
2#420F36
3#3F1334
4#3C1632
5#391931
6#361C2F
7#321F2E
8#2F222C
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C9 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8199C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | 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: #FDF1FA;
--charcoal-100: #FBDFF4;
--charcoal-200: #F8C4EB;
--charcoal-300: #F297DB;
--charcoal-400: #EB60C9;
--charcoal-500: #E633B9;
--charcoal-600: #C8199C;
--charcoal-700: #9F147C;
--charcoal-800: #710E59;
--charcoal-900: #490939;
--charcoal-950: #2D0623;
}