Magenta
#E830E8
PinkColor Codes
All color formats for development
HEX
#E830E8RGB
rgb(232, 48, 232)HSL
hsl(300, 80%, 55%)OKLCH
oklch(0.668 0.28 328.2)CMYK
cmyk(0%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E319E3
2#CA16CA
3#B114B1
4#971197
5#7E0E7E
6#650B65
7#4C084C
8#320632
9#190319
Tints
Lighter variations
1#EA45EA
2#ED5AED
3#EF6EEF
4#F183F1
5#F498F4
6#F6ACF6
7#F8C1F8
8#FAD6FA
9#FDEAFD
Tones
Muted variations
1#DF3ADF
2#D643D6
3#CD4CCD
4#C355C3
5#BA5EBA
6#B168B1
7#A871A8
8#9F7A9F
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 | F8C3 #F8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395F3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EED | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490849 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FBDFFB;
--magenta-200: #F8C3F8;
--magenta-300: #F395F3;
--magenta-400: #ED5EED;
--magenta-500: #E830E8;
--magenta-600: #CA16CA;
--magenta-700: #A112A1;
--magenta-800: #730D73;
--magenta-900: #490849;
--magenta-950: #2E052E;
}