Magenta
#E132E7
PinkColor Codes
All color formats for development
HEX
#E132E7RGB
rgb(225, 50, 231)HSL
hsl(298, 79%, 55%)OKLCH
oklch(0.659 0.275 326.6)CMYK
cmyk(3%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB1BE2
2#C318C9
3#AB15B0
4#921297
5#7A0F7E
6#610C64
7#49094B
8#310632
9#180319
Tints
Lighter variations
1#E446E9
2#E75BEC
3#EA6FEE
4#ED84F1
5#F098F3
6#F3ADF5
7#F6C1F8
8#F9D6FA
9#FCEAFD
Tones
Muted variations
1#D83BDE
2#D044D5
3#C74DCC
4#BF56C3
5#B75FBA
6#AE68B1
7#A671A7
8#9D7A9E
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C4 #F6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F096 #F096F3 | BordersInactive statesPlaceholder text |
| 400 | E85F #E85FEC | Disabled statesSecondary iconsMuted text |
| 500 | E132 #E132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C318 #C318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B13 #9B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0D #6F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4709 #470949 | Primary textHigh emphasis contentDark headings |
| 950 | 2C05 #2C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FADFFB;
--magenta-200: #F6C4F8;
--magenta-300: #F096F3;
--magenta-400: #E85FEC;
--magenta-500: #E132E7;
--magenta-600: #C318C9;
--magenta-700: #9B13A0;
--magenta-800: #6F0D72;
--magenta-900: #470949;
--magenta-950: #2C052E;
}