Magenta
#EB2DE5
PinkColor Codes
All color formats for development
HEX
#EB2DE5RGB
rgb(235, 45, 229)HSL
hsl(302, 83%, 55%)OKLCH
oklch(0.669 0.282 329.7)CMYK
cmyk(0%, 81%, 3%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E715E0
2#CD13C7
3#B411AE
4#9A0E95
5#800C7C
6#670A64
7#4D074B
8#330532
9#1A0219
Tints
Lighter variations
1#ED42E8
2#EF57EA
3#F16CED
4#F381EF
5#F596F2
6#F7ABF5
7#F9C0F7
8#FBD5FA
9#FDEAFC
Tones
Muted variations
1#E237DC
2#D840D3
3#CF4ACA
4#C553C2
5#BC5DB9
6#B266B0
7#A970A7
8#9F799E
9#968395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594F2 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CEB | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0748 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FD;
--magenta-100: #FCDEFB;
--magenta-200: #F9C2F8;
--magenta-300: #F594F2;
--magenta-400: #F05CEB;
--magenta-500: #EB2DE5;
--magenta-600: #CD13C7;
--magenta-700: #A30F9E;
--magenta-800: #750B71;
--magenta-900: #4B0748;
--magenta-950: #2F042D;
}