Magenta
#E427F1
PinkColor Codes
All color formats for development
HEX
#E427F1RGB
rgb(228, 39, 241)HSL
hsl(296, 88%, 55%)OKLCH
oklch(0.663 0.291 325.1)CMYK
cmyk(5%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE0FED
2#C60DD3
3#AD0CB9
4#940A9E
5#7C0884
6#630769
7#4A054F
8#310335
9#19021A
Tints
Lighter variations
1#E63DF3
2#E952F4
3#EC68F5
4#EF7EF7
5#F193F8
6#F4A9F9
7#F7BEFB
8#FAD4FC
9#FCE9FE
Tones
Muted variations
1#DB31E7
2#D23BDD
3#CA46D3
4#C150C9
5#B85ABF
6#AF64B5
7#A76EAB
8#9E78A0
9#958296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDDFD;
--magenta-200: #F7C1FB;
--magenta-300: #F191F8;
--magenta-400: #EA57F4;
--magenta-500: #E427F1;
--magenta-600: #C60DD3;
--magenta-700: #9D0BA8;
--magenta-800: #700878;
--magenta-900: #48054D;
--magenta-950: #2D0330;
}