Charcoal
#490936
PinkColor Codes
All color formats for development
HEX
#490936RGB
rgb(73, 9, 54)HSL
hsl(318, 78%, 16%)OKLCH
oklch(0.28 0.106 343.2)CMYK
cmyk(0%, 88%, 26%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410830
2#3A072B
3#330625
4#2C0520
5#24041B
6#1D0415
7#160310
8#0F020B
9#070105
Tints
Lighter variations
1#6F0E52
2#95126E
3#BB178A
4#E11CA6
5#E740B5
6#EC66C4
7#F18DD3
8#F6B3E2
9#FAD9F0
Tones
Muted variations
1#450C34
2#420F33
3#3F1332
4#3C1630
5#39192F
6#361C2E
7#321F2D
8#2F222B
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1475 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490936 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1FA;
--charcoal-100: #FBDFF3;
--charcoal-200: #F8C4E8;
--charcoal-300: #F297D7;
--charcoal-400: #EB60C2;
--charcoal-500: #E633B0;
--charcoal-600: #C81993;
--charcoal-700: #9F1475;
--charcoal-800: #710E54;
--charcoal-900: #490936;
--charcoal-950: #2D0621;
}