Magenta
#E732E4
PinkColor Codes
All color formats for development
HEX
#E732E4RGB
rgb(231, 50, 228)HSL
hsl(301, 79%, 55%)OKLCH
oklch(0.666 0.275 328.9)CMYK
cmyk(0%, 78%, 1%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E21BDF
2#C918C6
3#B015AD
4#971294
5#7E0F7C
6#640C63
7#4B094A
8#320631
9#190319
Tints
Lighter variations
1#E946E7
2#EC5BE9
3#EE6FEC
4#F184EF
5#F398F1
6#F5ADF4
7#F8C1F7
8#FAD6FA
9#FDEAFC
Tones
Muted variations
1#DE3BDB
2#D544D2
3#CC4DCA
4#C356C1
5#BA5FB8
6#B168AF
7#A771A7
8#9E7A9E
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F1 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FEA | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0139D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490948 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FBDFFB;
--magenta-200: #F8C4F7;
--magenta-300: #F396F1;
--magenta-400: #EC5FEA;
--magenta-500: #E732E4;
--magenta-600: #C918C6;
--magenta-700: #A0139D;
--magenta-800: #720D70;
--magenta-900: #490948;
--magenta-950: #2E052D;
}