Magenta
#E027F1
PinkColor Codes
All color formats for development
HEX
#E027F1RGB
rgb(224, 39, 241)HSL
hsl(295, 88%, 55%)OKLCH
oklch(0.657 0.289 324.1)CMYK
cmyk(7%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB0FED
2#C20DD3
3#AA0CB9
4#920A9E
5#7A0884
6#610769
7#49054F
8#310335
9#18021A
Tints
Lighter variations
1#E33DF3
2#E752F4
3#EA68F5
4#ED7EF7
5#F093F8
6#F3A9F9
7#F6BEFB
8#F9D4FC
9#FCE9FE
Tones
Muted variations
1#D831E7
2#D03BDD
3#C746D3
4#BF50C9
5#B65ABF
6#AE64B5
7#A56EAB
8#9D78A0
9#958296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F8 | BordersInactive statesPlaceholder text |
| 400 | E757 #E757F4 | Disabled statesSecondary iconsMuted text |
| 500 | E027 #E027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20D #C20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0B #9B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F08 #6F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4705 #47054D | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADDFD;
--magenta-200: #F6C1FB;
--magenta-300: #EF91F8;
--magenta-400: #E757F4;
--magenta-500: #E027F1;
--magenta-600: #C20DD3;
--magenta-700: #9B0BA8;
--magenta-800: #6F0878;
--magenta-900: #47054D;
--magenta-950: #2C0330;
}