Charcoal
#490933
PinkColor Codes
All color formats for development
HEX
#490933RGB
rgb(73, 9, 51)HSL
hsl(321, 78%, 16%)OKLCH
oklch(0.278 0.104 346)CMYK
cmyk(0%, 88%, 30%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41082D
2#3A0728
3#330623
4#2C051E
5#240419
6#1D0414
7#16030F
8#0F020A
9#070105
Tints
Lighter variations
1#6F0E4D
2#951267
3#BB1782
4#E11C9C
5#E740AD
6#EC66BD
7#F18DCE
8#F6B3DE
9#FAD9EF
Tones
Muted variations
1#450C31
2#420F30
3#3F132F
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 #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D2 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8198A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F146E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490932 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDF1F9;
--charcoal-100: #FBDFF1;
--charcoal-200: #F8C4E6;
--charcoal-300: #F297D2;
--charcoal-400: #EB60BB;
--charcoal-500: #E633A7;
--charcoal-600: #C8198A;
--charcoal-700: #9F146E;
--charcoal-800: #710E4F;
--charcoal-900: #490932;
--charcoal-950: #2D061F;
}