Charcoal
#480937
PinkColor Codes
All color formats for development
HEX
#480937RGB
rgb(72, 9, 55)HSL
hsl(316, 78%, 16%)OKLCH
oklch(0.279 0.106 341.6)CMYK
cmyk(0%, 88%, 24%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410832
2#3A072D
3#330627
4#2C0521
5#24041C
6#1D0416
7#160311
8#0F020B
9#070106
Tints
Lighter variations
1#6F0E55
2#951272
3#BB178F
4#E11CAD
5#E740BB
6#EC66C9
7#F18DD6
8#F6B3E4
9#FAD9F1
Tones
Muted variations
1#450C36
2#420F35
3#3F1333
4#3C1632
5#391930
6#361C2F
7#321F2D
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 #F8C4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DA | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490938 | 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: #F8C4EA;
--charcoal-300: #F297DA;
--charcoal-400: #EB60C6;
--charcoal-500: #E633B6;
--charcoal-600: #C81999;
--charcoal-700: #9F147A;
--charcoal-800: #710E57;
--charcoal-900: #490938;
--charcoal-950: #2D0623;
}