Charcoal
#4D0439
PinkColor Codes
All color formats for development
HEX
#4D0439RGB
rgb(77, 4, 57)HSL
hsl(316, 90%, 16%)OKLCH
oklch(0.285 0.116 342.8)CMYK
cmyk(0%, 95%, 26%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460434
2#3E032E
3#360329
4#2F0223
5#27021D
6#1F0217
7#170111
8#10010C
9#080006
Tints
Lighter variations
1#760658
2#9F0877
3#C80B95
4#F00DB4
5#F434C1
6#F65CCD
7#F985DA
8#FBAEE6
9#FDD6F3
Tones
Muted variations
1#4A0838
2#460B37
3#430F35
4#3F1333
5#3B1631
6#371A30
7#341E2E
8#30212C
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990DD | BordersInactive statesPlaceholder text |
| 400 | F655 #F655CB | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425BC | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA097F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79065B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E043A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF0FB;
--charcoal-100: #FDDDF5;
--charcoal-200: #FCC0EC;
--charcoal-300: #F990DD;
--charcoal-400: #F655CB;
--charcoal-500: #F425BC;
--charcoal-600: #D50B9F;
--charcoal-700: #AA097F;
--charcoal-800: #79065B;
--charcoal-900: #4E043A;
--charcoal-950: #300324;
}