Magenta
#ED2CD6
PinkColor Codes
All color formats for development
HEX
#ED2CD6RGB
rgb(237, 44, 214)HSL
hsl(307, 84%, 55%)OKLCH
oklch(0.664 0.273 334)CMYK
cmyk(0%, 81%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E814D0
2#CE12B8
3#B510A1
4#9B0D8A
5#810B73
6#67095C
7#4D0745
8#34042E
9#1A0217
Tints
Lighter variations
1#EE41DA
2#F056DE
3#F26BE2
4#F480E6
5#F695EB
6#F8ABEF
7#F9C0F3
8#FBD5F7
9#FDEAFB
Tones
Muted variations
1#E335CF
2#D93FC7
3#D049C0
4#C652B9
5#BC5CB1
6#B366AA
7#A96FA2
8#A0799B
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 #FAC2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693EA | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDF | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0743 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FCDEF9;
--magenta-200: #FAC2F3;
--magenta-300: #F693EA;
--magenta-400: #F15BDF;
--magenta-500: #ED2CD6;
--magenta-600: #CE12B8;
--magenta-700: #A40E93;
--magenta-800: #750A69;
--magenta-900: #4B0743;
--magenta-950: #2F042A;
}