Magenta
#E633E3
PinkColor Codes
All color formats for development
HEX
#E633E3RGB
rgb(230, 51, 227)HSL
hsl(301, 78%, 55%)OKLCH
oklch(0.664 0.274 328.9)CMYK
cmyk(0%, 78%, 1%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11CDD
2#C819C5
3#AF16AC
4#961394
5#7D0F7B
6#640C62
7#4B094A
8#320631
9#190319
Tints
Lighter variations
1#E847E6
2#EB5CE8
3#ED70EB
4#F084EE
5#F299F1
6#F5ADF4
7#F7C2F7
8#FAD6F9
9#FCEBFC
Tones
Muted variations
1#DD3CDA
2#D445D1
3#CB4EC9
4#C257C0
5#B95FB8
6#B068AF
7#A771A6
8#9E7A9E
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 | F8C4 #F8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60E9 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F149D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490948 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FBDFFB;
--magenta-200: #F8C4F7;
--magenta-300: #F297F1;
--magenta-400: #EB60E9;
--magenta-500: #E633E3;
--magenta-600: #C819C5;
--magenta-700: #9F149D;
--magenta-800: #710E70;
--magenta-900: #490948;
--magenta-950: #2D062D;
}