Magenta
#E830E5
PinkColor Codes
All color formats for development
HEX
#E830E5RGB
rgb(232, 48, 229)HSL
hsl(301, 80%, 55%)OKLCH
oklch(0.666 0.278 328.9)CMYK
cmyk(0%, 79%, 1%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E319E0
2#CA16C7
3#B114AE
4#971195
5#7E0E7C
6#650B63
7#4C084B
8#320632
9#190319
Tints
Lighter variations
1#EA45E8
2#ED5AEA
3#EF6EED
4#F183EF
5#F498F2
6#F6ACF5
7#F8C1F7
8#FAD6FA
9#FDEAFC
Tones
Muted variations
1#DF3ADC
2#D643D3
3#CD4CCA
4#C355C1
5#BA5EB9
6#B168B0
7#A871A7
8#9F7A9E
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 #F8C3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395F2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EEB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1129E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490848 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FD;
--magenta-100: #FBDFFB;
--magenta-200: #F8C3F7;
--magenta-300: #F395F2;
--magenta-400: #ED5EEB;
--magenta-500: #E830E5;
--magenta-600: #CA16C7;
--magenta-700: #A1129E;
--magenta-800: #730D71;
--magenta-900: #490848;
--magenta-950: #2E052D;
}