Magenta
#E732E1
PinkColor Codes
All color formats for development
HEX
#E732E1RGB
rgb(231, 50, 225)HSL
hsl(302, 79%, 55%)OKLCH
oklch(0.664 0.273 329.6)CMYK
cmyk(0%, 78%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E21BDB
2#C918C3
3#B015AB
4#971292
5#7E0F7A
6#640C61
7#4B0949
8#320631
9#190318
Tints
Lighter variations
1#E946E4
2#EC5BE7
3#EE6FEA
4#F184ED
5#F398F0
6#F5ADF3
7#F8C1F6
8#FAD6F9
9#FDEAFC
Tones
Muted variations
1#DE3BD8
2#D544D0
3#CC4DC7
4#C356BF
5#BA5FB7
6#B168AE
7#A771A6
8#9E7A9D
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F0 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FE8 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0139B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490947 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FBDFFA;
--magenta-200: #F8C4F6;
--magenta-300: #F396F0;
--magenta-400: #EC5FE8;
--magenta-500: #E732E1;
--magenta-600: #C918C3;
--magenta-700: #A0139B;
--magenta-800: #720D6F;
--magenta-900: #490947;
--magenta-950: #2E052C;
}