Charcoal
#490931
PinkColor Codes
All color formats for development
HEX
#490931RGB
rgb(73, 9, 49)HSL
hsl(323, 78%, 16%)OKLCH
oklch(0.277 0.103 347.9)CMYK
cmyk(0%, 88%, 33%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41082B
2#3A0727
3#330622
4#2C051D
5#240418
6#1D0413
7#16030E
8#0F020A
9#070105
Tints
Lighter variations
1#6F0E4A
2#951263
3#BB177C
4#E11C95
5#E740A7
6#EC66B9
7#F18DCA
8#F6B3DC
9#FAD9ED
Tones
Muted variations
1#450C2F
2#420F2F
3#3F132E
4#3C162D
5#39192D
6#361C2C
7#321F2B
8#2F222A
9#2C262A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CF | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490930 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF0;
--charcoal-200: #F8C4E4;
--charcoal-300: #F297CF;
--charcoal-400: #EB60B6;
--charcoal-500: #E633A1;
--charcoal-600: #C81985;
--charcoal-700: #9F1469;
--charcoal-800: #710E4B;
--charcoal-900: #490930;
--charcoal-950: #2D061E;
}