Magenta
#E32CED
PinkColor Codes
All color formats for development
HEX
#E32CEDRGB
rgb(227, 44, 237)HSL
hsl(297, 84%, 55%)OKLCH
oklch(0.662 0.285 325.8)CMYK
cmyk(4%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE14E8
2#C512CE
3#AC10B5
4#940D9B
5#7B0B81
6#630967
7#4A074D
8#310434
9#19021A
Tints
Lighter variations
1#E641EE
2#E956F0
3#EB6BF2
4#EE80F4
5#F195F6
6#F4ABF8
7#F7C0F9
8#F9D5FB
9#FCEAFD
Tones
Muted variations
1#DA35E3
2#D23FD9
3#C949D0
4#C052C6
5#B85CBC
6#AF66B3
7#A66FA9
8#9E79A0
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F193 #F193F6 | BordersInactive statesPlaceholder text |
| 400 | E95B #E95BF1 | Disabled statesSecondary iconsMuted text |
| 500 | E32C #E32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | C512 #C512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0E #9D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700A #700A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4807 #48074B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDEFC;
--magenta-200: #F7C2FA;
--magenta-300: #F193F6;
--magenta-400: #E95BF1;
--magenta-500: #E32CED;
--magenta-600: #C512CE;
--magenta-700: #9D0EA4;
--magenta-800: #700A75;
--magenta-900: #48074B;
--magenta-950: #2D042F;
}