Magenta
#E633E6
PinkColor Codes
All color formats for development
HEX
#E633E6RGB
rgb(230, 51, 230)HSL
hsl(300, 78%, 55%)OKLCH
oklch(0.666 0.276 328.1)CMYK
cmyk(0%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11CE1
2#C819C8
3#AF16AF
4#961396
5#7D0F7D
6#640C64
7#4B094B
8#320632
9#190319
Tints
Lighter variations
1#E847E8
2#EB5CEB
3#ED70ED
4#F084F0
5#F299F2
6#F5ADF5
7#F7C2F7
8#FAD6FA
9#FCEBFC
Tones
Muted variations
1#DD3CDD
2#D445D4
3#CB4ECB
4#C257C2
5#B95FB9
6#B068B0
7#A771A7
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 #F8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297F2 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60EB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490949 | 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: #F8C4F8;
--magenta-300: #F297F2;
--magenta-400: #EB60EB;
--magenta-500: #E633E6;
--magenta-600: #C819C8;
--magenta-700: #9F149F;
--magenta-800: #710E71;
--magenta-900: #490949;
--magenta-950: #2D062D;
}