Magenta
#EA2EE1
PinkColor Codes
All color formats for development
HEX
#EA2EE1RGB
rgb(234, 46, 225)HSL
hsl(303, 82%, 55%)OKLCH
oklch(0.666 0.278 330.4)CMYK
cmyk(0%, 80%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E617DB
2#CC14C3
3#B312AB
4#990F92
5#800D7A
6#660A62
7#4D0849
8#330531
9#1A0318
Tints
Lighter variations
1#EC43E4
2#EE58E7
3#F16DEA
4#F382ED
5#F597F0
6#F7ABF3
7#F9C0F6
8#FBD5F9
9#FDEAFC
Tones
Muted variations
1#E138D8
2#D841D0
3#CE4AC8
4#C554BF
5#BB5DB7
6#B267AE
7#A870A6
8#9F799D
9#968395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494F0 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DE8 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC14C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A2109B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0747 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FD;
--magenta-100: #FCDFFA;
--magenta-200: #F9C3F6;
--magenta-300: #F494F0;
--magenta-400: #EF5DE8;
--magenta-500: #EA2EE1;
--magenta-600: #CC14C3;
--magenta-700: #A2109B;
--magenta-800: #740B6F;
--magenta-900: #4A0747;
--magenta-950: #2E052C;
}