Magenta
#E432E7
PinkColor Codes
All color formats for development
HEX
#E432E7RGB
rgb(228, 50, 231)HSL
hsl(299, 79%, 55%)OKLCH
oklch(0.663 0.276 327.4)CMYK
cmyk(1%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF1BE2
2#C618C9
3#AD15B0
4#941297
5#7C0F7E
6#630C64
7#4A094B
8#310632
9#190319
Tints
Lighter variations
1#E746E9
2#E95BEC
3#EC6FEE
4#EF84F1
5#F198F3
6#F4ADF5
7#F7C1F8
8#FAD6FA
9#FCEAFD
Tones
Muted variations
1#DB3BDE
2#D244D5
3#CA4DCC
4#C156C3
5#B85FBA
6#AF68B1
7#A771A7
8#9E7A9E
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F196 #F196F3 | BordersInactive statesPlaceholder text |
| 400 | EA5F #EA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | E432 #E432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C618 #C618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D13 #9D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700D #700D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | 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: #FDF1FD;
--magenta-100: #FBDFFB;
--magenta-200: #F7C4F8;
--magenta-300: #F196F3;
--magenta-400: #EA5FEC;
--magenta-500: #E432E7;
--magenta-600: #C618C9;
--magenta-700: #9D13A0;
--magenta-800: #700D72;
--magenta-900: #480949;
--magenta-950: #2D052E;
}