Magenta
#E92CED
PinkColor Codes
All color formats for development
HEX
#E92CEDRGB
rgb(233, 44, 237)HSL
hsl(299, 84%, 55%)OKLCH
oklch(0.67 0.287 327.2)CMYK
cmyk(2%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E514E8
2#CB12CE
3#B210B5
4#980D9B
5#7F0B81
6#660967
7#4C074D
8#330434
9#19021A
Tints
Lighter variations
1#EC41EE
2#EE56F0
3#F06BF2
4#F280F4
5#F495F6
6#F6ABF8
7#F9C0F9
8#FBD5FB
9#FDEAFD
Tones
Muted variations
1#E035E3
2#D73FD9
3#CD49D0
4#C452C6
5#BB5CBC
6#B266B3
7#A86FA9
8#9F79A0
9#968396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F493 #F493F6 | BordersInactive statesPlaceholder text |
| 400 | EE5B #EE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | E92C #E92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | CB12 #CB12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A20E #A20EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740A #740A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #F9C2FA;
--magenta-300: #F493F6;
--magenta-400: #EE5BF1;
--magenta-500: #E92CED;
--magenta-600: #CB12CE;
--magenta-700: #A20EA4;
--magenta-800: #740A75;
--magenta-900: #4A074B;
--magenta-950: #2E042F;
}