Magenta
#E530E8
PinkColor Codes
All color formats for development
HEX
#E530E8RGB
rgb(229, 48, 232)HSL
hsl(299, 80%, 55%)OKLCH
oklch(0.664 0.279 327.4)CMYK
cmyk(1%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E019E3
2#C716CA
3#AE14B1
4#951197
5#7C0E7E
6#630B65
7#4B084C
8#320632
9#190319
Tints
Lighter variations
1#E845EA
2#EA5AED
3#ED6EEF
4#EF83F1
5#F298F4
6#F5ACF6
7#F7C1F8
8#FAD6FA
9#FCEAFD
Tones
Muted variations
1#DC3ADF
2#D343D6
3#CA4CCD
4#C155C3
5#B95EBA
6#B068B1
7#A771A8
8#9E7A9F
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 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F3 | BordersInactive statesPlaceholder text |
| 400 | EB5E #EB5EED | Disabled statesSecondary iconsMuted text |
| 500 | E530 #E530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C716 #C716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E12 #9E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710D #710D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #480849 | 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: #F7C3F8;
--magenta-300: #F295F3;
--magenta-400: #EB5EED;
--magenta-500: #E530E8;
--magenta-600: #C716CA;
--magenta-700: #9E12A1;
--magenta-800: #710D73;
--magenta-900: #480849;
--magenta-950: #2D052E;
}