Magenta
#E522F7
PinkColor Codes
All color formats for development
HEX
#E522F7RGB
rgb(229, 34, 247)HSL
hsl(295, 93%, 55%)OKLCH
oklch(0.666 0.298 324.1)CMYK
cmyk(7%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E009F4
2#C708D9
3#AE07BD
4#9506A2
5#7C0587
6#64046C
7#4B0351
8#320236
9#19011B
Tints
Lighter variations
1#E838F8
2#EA4EF9
3#ED64F9
4#F07AFA
5#F290FB
6#F5A6FC
7#F7BDFD
8#FAD3FD
9#FCE9FE
Tones
Muted variations
1#DC2CEC
2#D337E2
3#CB42D7
4#C24CCC
5#B957C2
6#B062B7
7#A76CAC
8#9E77A2
9#958297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BF #F8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F28E #F28EFB | BordersInactive statesPlaceholder text |
| 400 | EB53 #EB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | E522 #E522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C708 #C708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E06 #9E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7104 #71047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4803 #48034F | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FBDDFE;
--magenta-200: #F8BFFD;
--magenta-300: #F28EFB;
--magenta-400: #EB53F9;
--magenta-500: #E522F7;
--magenta-600: #C708D9;
--magenta-700: #9E06AC;
--magenta-800: #71047B;
--magenta-900: #48034F;
--magenta-950: #2D0231;
}