Magenta
#E82DEB
PinkColor Codes
All color formats for development
HEX
#E82DEBRGB
rgb(232, 45, 235)HSL
hsl(299, 83%, 55%)OKLCH
oklch(0.668 0.284 327.5)CMYK
cmyk(1%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E315E7
2#CA13CD
3#B111B4
4#980E9A
5#7E0C80
6#650A67
7#4C074D
8#330533
9#19021A
Tints
Lighter variations
1#EB42ED
2#ED57EF
3#EF6CF1
4#F181F3
5#F496F5
6#F6ABF7
7#F8C0F9
8#FAD5FB
9#FDEAFD
Tones
Muted variations
1#DF37E2
2#D640D8
3#CD4ACF
4#C353C5
5#BA5DBC
6#B166B2
7#A870A9
8#9F799F
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C2 #F8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F394 #F394F5 | BordersInactive statesPlaceholder text |
| 400 | ED5C #ED5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | E82D #E82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | CA13 #CA13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A10F #A10FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730B #730B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDEFC;
--magenta-200: #F8C2F9;
--magenta-300: #F394F5;
--magenta-400: #ED5CF0;
--magenta-500: #E82DEB;
--magenta-600: #CA13CD;
--magenta-700: #A10FA3;
--magenta-800: #730B75;
--magenta-900: #4A074B;
--magenta-950: #2E042F;
}