Charcoal
#4D0537
PinkColor Codes
All color formats for development
HEX
#4D0537RGB
rgb(77, 5, 55)HSL
hsl(318, 88%, 16%)OKLCH
oklch(0.285 0.114 344.6)CMYK
cmyk(0%, 94%, 29%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450432
2#3D042C
3#360327
4#2E0321
5#26021C
6#1F0216
7#170111
8#0F010B
9#080006
Tints
Lighter variations
1#750754
2#9D0A71
3#C60D8E
4#EE0FAB
5#F236BA
6#F55EC7
7#F786D5
8#FAAEE3
9#FCD7F1
Tones
Muted variations
1#490836
2#460C34
3#421033
4#3E1331
5#3B1730
6#371A2F
7#341E2D
8#30222C
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 #FBC1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D9 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457C5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780856 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0537 | 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: #FBC1EA;
--charcoal-300: #F891D9;
--charcoal-400: #F457C5;
--charcoal-500: #F127B5;
--charcoal-600: #D30D98;
--charcoal-700: #A80B79;
--charcoal-800: #780856;
--charcoal-900: #4D0537;
--charcoal-950: #300322;
}