Magenta
#ED2CDD
PinkColor Codes
All color formats for development
HEX
#ED2CDDRGB
rgb(237, 44, 221)HSL
hsl(305, 84%, 55%)OKLCH
oklch(0.667 0.278 332.1)CMYK
cmyk(0%, 81%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E814D7
2#CE12BF
3#B510A7
4#9B0D8F
5#810B77
6#67095F
7#4D0748
8#340430
9#1A0218
Tints
Lighter variations
1#EE41E0
2#F056E3
3#F26BE7
4#F480EA
5#F695EE
6#F8ABF1
7#F9C0F5
8#FBD5F8
9#FDEAFC
Tones
Muted variations
1#E335D5
2#D93FCD
3#D049C4
4#C652BC
5#BC5CB4
6#B366AC
7#A96FA4
8#A0799C
9#968394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693ED | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BE4 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0745 | 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: #FEF1FD;
--magenta-100: #FCDEFA;
--magenta-200: #FAC2F5;
--magenta-300: #F693ED;
--magenta-400: #F15BE4;
--magenta-500: #ED2CDD;
--magenta-600: #CE12BF;
--magenta-700: #A40E98;
--magenta-800: #750A6C;
--magenta-900: #4B0745;
--magenta-950: #2F042B;
}