Magenta
#ED2CD9
PinkColor Codes
All color formats for development
HEX
#ED2CD9RGB
rgb(237, 44, 217)HSL
hsl(306, 84%, 55%)OKLCH
oklch(0.665 0.275 333.2)CMYK
cmyk(0%, 81%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E814D3
2#CE12BC
3#B510A4
4#9B0D8D
5#810B75
6#67095E
7#4D0746
8#34042F
9#1A0217
Tints
Lighter variations
1#EE41DD
2#F056E1
3#F26BE5
4#F480E8
5#F695EC
6#F8ABF0
7#F9C0F4
8#FBD5F7
9#FDEAFB
Tones
Muted variations
1#E335D2
2#D93FCA
3#D049C2
4#C652BB
5#BC5CB3
6#B366AB
7#A96FA3
8#A0799C
9#968394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693EC | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BE2 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0744 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FCDEF9;
--magenta-200: #FAC2F4;
--magenta-300: #F693EC;
--magenta-400: #F15BE2;
--magenta-500: #ED2CD9;
--magenta-600: #CE12BC;
--magenta-700: #A40E95;
--magenta-800: #750A6B;
--magenta-900: #4B0744;
--magenta-950: #2F042B;
}