Charcoal
#4D0535
PinkColor Codes
All color formats for development
HEX
#4D0535RGB
rgb(77, 5, 53)HSL
hsl(320, 88%, 16%)OKLCH
oklch(0.284 0.113 346.3)CMYK
cmyk(0%, 94%, 31%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45042F
2#3D042A
3#360325
4#2E0320
5#26021A
6#1F0215
7#170110
8#0F010B
9#080005
Tints
Lighter variations
1#750750
2#9D0A6C
3#C60D88
4#EE0FA4
5#F236B3
6#F55EC2
7#F786D2
8#FAAEE1
9#FCD7F0
Tones
Muted variations
1#490834
2#460C32
3#421031
4#3E1330
5#3B172F
6#371A2E
7#341E2C
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 #FDDDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D6 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457C0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127AE | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0535 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF1FA;
--charcoal-100: #FDDDF2;
--charcoal-200: #FBC1E8;
--charcoal-300: #F891D6;
--charcoal-400: #F457C0;
--charcoal-500: #F127AE;
--charcoal-600: #D30D91;
--charcoal-700: #A80B73;
--charcoal-800: #780852;
--charcoal-900: #4D0535;
--charcoal-950: #300321;
}