Magenta
#ED2CED
PinkColor Codes
All color formats for development
HEX
#ED2CEDRGB
rgb(237, 44, 237)HSL
hsl(300, 84%, 55%)OKLCH
oklch(0.676 0.288 328.2)CMYK
cmyk(0%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E814E8
2#CE12CE
3#B510B5
4#9B0D9B
5#810B81
6#670967
7#4D074D
8#340434
9#1A021A
Tints
Lighter variations
1#EE41EE
2#F056F0
3#F26BF2
4#F480F4
5#F695F6
6#F8ABF8
7#F9C0F9
8#FBD5FB
9#FDEAFD
Tones
Muted variations
1#E335E3
2#D93FD9
3#D049D0
4#C652C6
5#BC5CBC
6#B366B3
7#A96FA9
8#A079A0
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 #FAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693F6 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BF1 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #FAC2FA;
--magenta-300: #F693F6;
--magenta-400: #F15BF1;
--magenta-500: #ED2CED;
--magenta-600: #CE12CE;
--magenta-700: #A40EA4;
--magenta-800: #750A75;
--magenta-900: #4B074B;
--magenta-950: #2F042F;
}