Magenta
#E526F2
PinkColor Codes
All color formats for development
HEX
#E526F2RGB
rgb(229, 38, 242)HSL
hsl(296, 89%, 55%)OKLCH
oklch(0.665 0.293 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#E00EEF
2#C70CD4
3#AE0BBA
4#95099F
5#7C0885
6#63066A
7#4B0550
8#320335
9#19021B
Tints
Lighter variations
1#E73CF4
2#EA51F5
3#ED67F6
4#EF7DF7
5#F293F9
6#F5A8FA
7#F7BEFB
8#FAD4FC
9#FCE9FE
Tones
Muted variations
1#DC30E8
2#D33BDE
3#CA45D4
4#C14FCA
5#B959BF
6#B063B5
7#A76EAB
8#9E78A1
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 | F7C0 #F7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB56 #EB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | E526 #E526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C70C #C70CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0A #9E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7107 #710778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4804 #48044D | 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: #F7C0FB;
--magenta-300: #F290F9;
--magenta-400: #EB56F5;
--magenta-500: #E526F2;
--magenta-600: #C70CD4;
--magenta-700: #9E0AA9;
--magenta-800: #710778;
--magenta-900: #48044D;
--magenta-950: #2D0330;
}