Magenta
#E830E2
PinkColor Codes
All color formats for development
HEX
#E830E2RGB
rgb(232, 48, 226)HSL
hsl(302, 80%, 55%)OKLCH
oklch(0.665 0.276 329.7)CMYK
cmyk(0%, 79%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E319DC
2#CA16C4
3#B114AB
4#971193
5#7E0E7A
6#650B62
7#4C0849
8#320631
9#190318
Tints
Lighter variations
1#EA45E5
2#ED5AE8
3#EF6EEB
4#F183EE
5#F498F0
6#F6ACF3
7#F8C1F6
8#FAD6F9
9#FDEAFC
Tones
Muted variations
1#DF3AD9
2#D643D1
3#CD4CC8
4#C355C0
5#BA5EB7
6#B168AF
7#A871A6
8#9F7A9D
9#958395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395F0 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1129C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490847 | 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: #FBDFFA;
--magenta-200: #F8C3F7;
--magenta-300: #F395F0;
--magenta-400: #ED5EE8;
--magenta-500: #E830E2;
--magenta-600: #CA16C4;
--magenta-700: #A1129C;
--magenta-800: #730D6F;
--magenta-900: #490847;
--magenta-950: #2E052D;
}