Magenta
#E52DEB
PinkColor Codes
All color formats for development
HEX
#E52DEBRGB
rgb(229, 45, 235)HSL
hsl(298, 83%, 55%)OKLCH
oklch(0.664 0.283 326.7)CMYK
cmyk(3%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E015E7
2#C713CD
3#AE11B4
4#950E9A
5#7C0C80
6#640A67
7#4B074D
8#320533
9#19021A
Tints
Lighter variations
1#E842ED
2#EA57EF
3#ED6CF1
4#EF81F3
5#F296F5
6#F5ABF7
7#F7C0F9
8#FAD5FB
9#FCEAFD
Tones
Muted variations
1#DC37E2
2#D340D8
3#CA4ACF
4#C253C5
5#B95DBC
6#B066B2
7#A770A9
8#9E799F
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C2 #F8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F294 #F294F5 | BordersInactive statesPlaceholder text |
| 400 | EB5C #EB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E52D #E52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C713 #C713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0F #9E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710B #710B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDEFC;
--magenta-200: #F8C2F9;
--magenta-300: #F294F5;
--magenta-400: #EB5CF0;
--magenta-500: #E52DEB;
--magenta-600: #C713CD;
--magenta-700: #9E0FA3;
--magenta-800: #710B75;
--magenta-900: #48074B;
--magenta-950: #2D042F;
}