Magenta
#E230E8
PinkColor Codes
All color formats for development
HEX
#E230E8RGB
rgb(226, 48, 232)HSL
hsl(298, 80%, 55%)OKLCH
oklch(0.659 0.278 326.7)CMYK
cmyk(3%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DC19E3
2#C416CA
3#AB14B1
4#931197
5#7A0E7E
6#620B65
7#49084C
8#310632
9#180319
Tints
Lighter variations
1#E545EA
2#E85AED
3#EB6EEF
4#EE83F1
5#F098F4
6#F3ACF6
7#F6C1F8
8#F9D6FA
9#FCEAFD
Tones
Muted variations
1#D93ADF
2#D143D6
3#C84CCD
4#C055C3
5#B75EBA
6#AF68B1
7#A671A8
8#9D7A9F
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F095 #F095F3 | BordersInactive statesPlaceholder text |
| 400 | E85E #E85EED | Disabled statesSecondary iconsMuted text |
| 500 | E230 #E230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C416 #C416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C12 #9C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0D #6F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4708 #470849 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FADFFB;
--magenta-200: #F7C3F8;
--magenta-300: #F095F3;
--magenta-400: #E85EED;
--magenta-500: #E230E8;
--magenta-600: #C416CA;
--magenta-700: #9C12A1;
--magenta-800: #6F0D73;
--magenta-900: #470849;
--magenta-950: #2D052E;
}