Magenta
#E72EEA
PinkColor Codes
All color formats for development
HEX
#E72EEARGB
rgb(231, 46, 234)HSL
hsl(299, 82%, 55%)OKLCH
oklch(0.667 0.283 327.4)CMYK
cmyk(1%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E217E6
2#C914CC
3#B012B3
4#970F99
5#7E0D80
6#650A66
7#4B084D
8#320533
9#19031A
Tints
Lighter variations
1#EA43EC
2#EC58EE
3#EE6DF1
4#F182F3
5#F397F5
6#F5ABF7
7#F8C0F9
8#FAD5FB
9#FDEAFD
Tones
Muted variations
1#DE38E1
2#D541D8
3#CC4ACE
4#C354C5
5#BA5DBB
6#B167B2
7#A870A8
8#9E799F
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F394 #F394F4 | BordersInactive statesPlaceholder text |
| 400 | EC5D #EC5DEF | Disabled statesSecondary iconsMuted text |
| 500 | E72E #E72EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | C914 #C914CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A010 #A010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720B #720B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4907 #49074A | 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: #FDF1FE;
--magenta-100: #FBDFFC;
--magenta-200: #F8C3F9;
--magenta-300: #F394F4;
--magenta-400: #EC5DEF;
--magenta-500: #E72EEA;
--magenta-600: #C914CC;
--magenta-700: #A010A2;
--magenta-800: #720B74;
--magenta-900: #49074A;
--magenta-950: #2E052E;
}