Magenta
#EA2EE7
PinkColor Codes
All color formats for development
HEX
#EA2EE7RGB
rgb(234, 46, 231)HSL
hsl(301, 82%, 55%)OKLCH
oklch(0.669 0.282 328.9)CMYK
cmyk(0%, 80%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E617E2
2#CC14C9
3#B312B0
4#990F97
5#800D7E
6#660A65
7#4D084B
8#330532
9#1A0319
Tints
Lighter variations
1#EC43EA
2#EE58EC
3#F16DEE
4#F382F1
5#F597F3
6#F7ABF5
7#F9C0F8
8#FBD5FA
9#FDEAFD
Tones
Muted variations
1#E138DE
2#D841D5
3#CE4ACC
4#C554C3
5#BB5DBA
6#B267B1
7#A870A8
8#9F799E
9#968395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494F3 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DEC | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC14C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A210A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0749 | 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: #FEF1FD;
--magenta-100: #FCDFFB;
--magenta-200: #F9C3F8;
--magenta-300: #F494F3;
--magenta-400: #EF5DEC;
--magenta-500: #EA2EE7;
--magenta-600: #CC14C9;
--magenta-700: #A210A0;
--magenta-800: #740B72;
--magenta-900: #4A0749;
--magenta-950: #2E052E;
}