Magenta
#E71FF9
PinkColor Codes
All color formats for development
HEX
#E71FF9RGB
rgb(231, 31, 249)HSL
hsl(295, 95%, 55%)OKLCH
oklch(0.669 0.302 324.1)CMYK
cmyk(7%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E206F6
2#C906DB
3#B005BF
4#9704A4
5#7E0489
6#65036D
7#4B0252
8#320137
9#19011B
Tints
Lighter variations
1#E936FA
2#EC4CFA
3#EE62FB
4#F179FC
5#F38FFC
6#F5A5FD
7#F8BCFD
8#FAD2FE
9#FDE9FE
Tones
Muted variations
1#DE2AEE
2#D535E3
3#CC40D9
4#C34BCE
5#BA56C3
6#B161B8
7#A86CAD
8#9E76A2
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 #F8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F38D #F38DFC | BordersInactive statesPlaceholder text |
| 400 | EC51 #EC51FB | Disabled statesSecondary iconsMuted text |
| 500 | E71F #E71FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C906 #C906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A004 #A004AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7203 #72037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4902 #490250 | Primary textHigh emphasis contentDark headings |
| 950 | 2E01 #2E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDCFE;
--magenta-200: #F8BEFD;
--magenta-300: #F38DFC;
--magenta-400: #EC51FB;
--magenta-500: #E71FF9;
--magenta-600: #C906DB;
--magenta-700: #A004AE;
--magenta-800: #72037C;
--magenta-900: #490250;
--magenta-950: #2E0132;
}