Magenta
#E32FE9
PinkColor Codes
All color formats for development
HEX
#E32FE9RGB
rgb(227, 47, 233)HSL
hsl(298, 81%, 55%)OKLCH
oklch(0.661 0.28 326.7)CMYK
cmyk(3%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE18E4
2#C515CB
3#AC13B2
4#941098
5#7B0D7F
6#630B66
7#4A084C
8#310533
9#190319
Tints
Lighter variations
1#E644EB
2#E959EE
3#EB6EF0
4#EE82F2
5#F197F4
6#F4ACF6
7#F7C1F8
8#F9D5FB
9#FCEAFD
Tones
Muted variations
1#DA39E0
2#D242D7
3#C94BCD
4#C054C4
5#B85EBB
6#AF67B1
7#A670A8
8#9E7A9F
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F195 #F195F4 | BordersInactive statesPlaceholder text |
| 400 | E95D #E95DEE | Disabled statesSecondary iconsMuted text |
| 500 | E32F #E32FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C515 #C515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D11 #9D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700C #700C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #48084A | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDFFC;
--magenta-200: #F7C3F9;
--magenta-300: #F195F4;
--magenta-400: #E95DEE;
--magenta-500: #E32FE9;
--magenta-600: #C515CB;
--magenta-700: #9D11A2;
--magenta-800: #700C73;
--magenta-900: #48084A;
--magenta-950: #2D052E;
}