Magenta
#ED2CE9
PinkColor Codes
All color formats for development
HEX
#ED2CE9RGB
rgb(237, 44, 233)HSL
hsl(301, 84%, 55%)OKLCH
oklch(0.674 0.286 329.2)CMYK
cmyk(0%, 81%, 2%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E814E5
2#CE12CB
3#B510B2
4#9B0D98
5#810B7F
6#670966
7#4D074C
8#340433
9#1A0219
Tints
Lighter variations
1#EE41EC
2#F056EE
3#F26BF0
4#F480F2
5#F695F4
6#F8ABF6
7#F9C0F9
8#FBD5FB
9#FDEAFD
Tones
Muted variations
1#E335E0
2#D93FD7
3#D049CD
4#C652C4
5#BC5CBB
6#B366B2
7#A96FA8
8#A0799F
9#968396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693F4 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BEE | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B074A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #FAC2F9;
--magenta-300: #F693F4;
--magenta-400: #F15BEE;
--magenta-500: #ED2CE9;
--magenta-600: #CE12CB;
--magenta-700: #A40EA2;
--magenta-800: #750A74;
--magenta-900: #4B074A;
--magenta-950: #2F042E;
}