Magenta
#E01FF9
PinkColor Codes
All color formats for development
HEX
#E01FF9RGB
rgb(224, 31, 249)HSL
hsl(293, 95%, 55%)OKLCH
oklch(0.659 0.299 322.4)CMYK
cmyk(10%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA06F6
2#C206DB
3#AA05BF
4#9104A4
5#790489
6#61036D
7#490252
8#300137
9#18011B
Tints
Lighter variations
1#E336FA
2#E64CFA
3#E962FB
4#EC79FC
5#EF8FFC
6#F3A5FD
7#F6BCFD
8#F9D2FE
9#FCE9FE
Tones
Muted variations
1#D72AEE
2#CF35E3
3#C740D9
4#BE4BCE
5#B656C3
6#AE61B8
7#A56CAD
8#9D76A2
9#958197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BE #F6BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8D #EF8DFC | BordersInactive statesPlaceholder text |
| 400 | E751 #E751FB | Disabled statesSecondary iconsMuted text |
| 500 | E01F #E01FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C206 #C206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A04 #9A04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E03 #6E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4702 #470250 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFE;
--magenta-200: #F6BEFD;
--magenta-300: #EF8DFC;
--magenta-400: #E751FB;
--magenta-500: #E01FF9;
--magenta-600: #C206DB;
--magenta-700: #9A04AE;
--magenta-800: #6E037C;
--magenta-900: #470250;
--magenta-950: #2C0132;
}