Charcoal
#4D0536
PinkColor Codes
All color formats for development
HEX
#4D0536RGB
rgb(77, 5, 54)HSL
hsl(319, 88%, 16%)OKLCH
oklch(0.284 0.113 345.4)CMYK
cmyk(0%, 94%, 30%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450431
2#3D042B
3#360326
4#2E0320
5#26021B
6#1F0216
7#170110
8#0F010B
9#080005
Tints
Lighter variations
1#750752
2#9D0A6F
3#C60D8B
4#EE0FA7
5#F236B6
6#F55EC5
7#F786D3
8#FAAEE2
9#FCD7F0
Tones
Muted variations
1#490835
2#460C33
3#421032
4#3E1331
5#3B172F
6#371A2E
7#341E2D
8#30222B
9#2C252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D7 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457C3 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0536 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FDDDF3;
--charcoal-200: #FBC1E9;
--charcoal-300: #F891D7;
--charcoal-400: #F457C3;
--charcoal-500: #F127B1;
--charcoal-600: #D30D94;
--charcoal-700: #A80B76;
--charcoal-800: #780854;
--charcoal-900: #4D0536;
--charcoal-950: #300322;
}