Magenta
#EB2DEB
PinkColor Codes
All color formats for development
HEX
#EB2DEBRGB
rgb(235, 45, 235)HSL
hsl(300, 83%, 55%)OKLCH
oklch(0.673 0.286 328.2)CMYK
cmyk(0%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E715E7
2#CD13CD
3#B411B4
4#9A0E9A
5#800C80
6#670A67
7#4D074D
8#330533
9#1A021A
Tints
Lighter variations
1#ED42ED
2#EF57EF
3#F16CF1
4#F381F3
5#F596F5
6#F7ABF7
7#F9C0F9
8#FBD5FB
9#FDEAFD
Tones
Muted variations
1#E237E2
2#D840D8
3#CF4ACF
4#C553C5
5#BC5DBC
6#B266B2
7#A970A9
8#9F799F
9#968396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594F5 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #F9C2F9;
--magenta-300: #F594F5;
--magenta-400: #F05CF0;
--magenta-500: #EB2DEB;
--magenta-600: #CD13CD;
--magenta-700: #A30FA3;
--magenta-800: #750B75;
--magenta-900: #4B074B;
--magenta-950: #2F042F;
}