Magenta
#ED2CD3
PinkColor Codes
All color formats for development
HEX
#ED2CD3RGB
rgb(237, 44, 211)HSL
hsl(308, 84%, 55%)OKLCH
oklch(0.662 0.271 334.8)CMYK
cmyk(0%, 81%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E814CC
2#CE12B5
3#B5109F
4#9B0D88
5#810B71
6#67095B
7#4D0744
8#34042D
9#1A0217
Tints
Lighter variations
1#EE41D7
2#F056DC
3#F26BE0
4#F480E5
5#F695E9
6#F8ABED
7#F9C0F2
8#FBD5F6
9#FDEAFB
Tones
Muted variations
1#E335CC
2#D93FC5
3#D049BE
4#C652B7
5#BC5CB0
6#B366A9
7#A96FA1
8#A0799A
9#968393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E8 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDD | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0742 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FCDEF8;
--magenta-200: #FAC2F2;
--magenta-300: #F693E8;
--magenta-400: #F15BDD;
--magenta-500: #ED2CD3;
--magenta-600: #CE12B5;
--magenta-700: #A40E90;
--magenta-800: #750A67;
--magenta-900: #4B0742;
--magenta-950: #2F0429;
}