Charcoal
#490935
PinkColor Codes
All color formats for development
HEX
#490935RGB
rgb(73, 9, 53)HSL
hsl(319, 78%, 16%)OKLCH
oklch(0.279 0.105 344.1)CMYK
cmyk(0%, 88%, 27%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41082F
2#3A072A
3#330625
4#2C051F
5#24041A
6#1D0415
7#160310
8#0F020A
9#070105
Tints
Lighter variations
1#6F0E50
2#95126C
3#BB1787
4#E11CA3
5#E740B3
6#EC66C2
7#F18DD1
8#F6B3E0
9#FAD9F0
Tones
Muted variations
1#450C33
2#420F32
3#3F1331
4#3C1630
5#39192F
6#361C2D
7#321F2C
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 #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D5 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BF | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633AD | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490934 | 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: #FBDFF2;
--charcoal-200: #F8C4E7;
--charcoal-300: #F297D5;
--charcoal-400: #EB60BF;
--charcoal-500: #E633AD;
--charcoal-600: #C81990;
--charcoal-700: #9F1473;
--charcoal-800: #710E52;
--charcoal-900: #490934;
--charcoal-950: #2D0621;
}