Magenta
#EB2DE8
PinkColor Codes
All color formats for development
HEX
#EB2DE8RGB
rgb(235, 45, 232)HSL
hsl(301, 83%, 55%)OKLCH
oklch(0.671 0.284 328.9)CMYK
cmyk(0%, 81%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E715E3
2#CD13CA
3#B411B1
4#9A0E98
5#800C7E
6#670A65
7#4D074C
8#330533
9#1A0219
Tints
Lighter variations
1#ED42EB
2#EF57ED
3#F16CEF
4#F381F1
5#F596F4
6#F7ABF6
7#F9C0F8
8#FBD5FA
9#FDEAFD
Tones
Muted variations
1#E237DF
2#D840D6
3#CF4ACD
4#C553C3
5#BC5DBA
6#B266B1
7#A970A8
8#9F799F
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 #F594F3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CED | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B074A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042E | 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: #F594F3;
--magenta-400: #F05CED;
--magenta-500: #EB2DE8;
--magenta-600: #CD13CA;
--magenta-700: #A30FA1;
--magenta-800: #750B73;
--magenta-900: #4B074A;
--magenta-950: #2F042E;
}