Magenta
#E51DFC
PinkColor Codes
All color formats for development
HEX
#E51DFCRGB
rgb(229, 29, 252)HSL
hsl(294, 97%, 55%)OKLCH
oklch(0.667 0.304 323)CMYK
cmyk(9%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E004F9
2#C703DD
3#AE03C1
4#9503A6
5#7D028A
6#64026F
7#4B0153
8#320137
9#19001C
Tints
Lighter variations
1#E834FC
2#EA4AFC
3#ED61FD
4#F077FD
5#F28EFD
6#F5A5FE
7#F7BBFE
8#FAD2FE
9#FCE8FF
Tones
Muted variations
1#DC28F0
2#D333E5
3#CB3EDA
4#C249CF
5#B955C4
6#B060B9
7#A76BAE
8#9E76A3
9#958197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BE #F8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F28B #F28BFD | BordersInactive statesPlaceholder text |
| 400 | EB4F #EB4FFC | Disabled statesSecondary iconsMuted text |
| 500 | E51D #E51DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C703 #C703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F03 #9F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7102 #71027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4801 #480150 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDCFE;
--magenta-200: #F8BEFE;
--magenta-300: #F28BFD;
--magenta-400: #EB4FFC;
--magenta-500: #E51DFC;
--magenta-600: #C703DD;
--magenta-700: #9F03B0;
--magenta-800: #71027E;
--magenta-900: #480150;
--magenta-950: #2D0132;
}