Charcoal
#480933
PinkColor Codes
All color formats for development
HEX
#480933RGB
rgb(72, 9, 51)HSL
hsl(320, 78%, 16%)OKLCH
oklch(0.276 0.103 345.3)CMYK
cmyk(0%, 88%, 29%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41082E
2#3A0729
3#330624
4#2C051F
5#24041A
6#1D0415
7#16030F
8#0F020A
9#070105
Tints
Lighter variations
1#6F0E4E
2#951269
3#BB1784
4#E11C9F
5#E740B0
6#EC66C0
7#F18DCF
8#F6B3DF
9#FAD9EF
Tones
Muted variations
1#450C32
2#420F31
3#3F1330
4#3C162F
5#39192E
6#361C2D
7#321F2C
8#2F222B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633AA | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8198D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490933 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF2;
--charcoal-200: #F8C4E6;
--charcoal-300: #F297D4;
--charcoal-400: #EB60BD;
--charcoal-500: #E633AA;
--charcoal-600: #C8198D;
--charcoal-700: #9F1470;
--charcoal-800: #710E50;
--charcoal-900: #490933;
--charcoal-950: #2D0620;
}