Magenta
#E732E7
PinkColor Codes
All color formats for development
HEX
#E732E7RGB
rgb(231, 50, 231)HSL
hsl(300, 79%, 55%)OKLCH
oklch(0.667 0.278 328.1)CMYK
cmyk(0%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E21BE2
2#C918C9
3#B015B0
4#971297
5#7E0F7E
6#640C64
7#4B094B
8#320632
9#190319
Tints
Lighter variations
1#E946E9
2#EC5BEC
3#EE6FEE
4#F184F1
5#F398F3
6#F5ADF5
7#F8C1F8
8#FAD6FA
9#FDEAFD
Tones
Muted variations
1#DE3BDE
2#D544D5
3#CC4DCC
4#C356C3
5#BA5FBA
6#B168B1
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 #F8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F3 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FEC | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490949 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FBDFFB;
--magenta-200: #F8C4F8;
--magenta-300: #F396F3;
--magenta-400: #EC5FEC;
--magenta-500: #E732E7;
--magenta-600: #C918C9;
--magenta-700: #A013A0;
--magenta-800: #720D72;
--magenta-900: #490949;
--magenta-950: #2E052E;
}