Magenta
#EB2DDC
PinkColor Codes
All color formats for development
HEX
#EB2DDCRGB
rgb(235, 45, 220)HSL
hsl(305, 83%, 55%)OKLCH
oklch(0.664 0.276 331.9)CMYK
cmyk(0%, 81%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E715D6
2#CD13BE
3#B411A6
4#9A0E8E
5#800C77
6#670A5F
7#4D0747
8#33052F
9#1A0218
Tints
Lighter variations
1#ED42DF
2#EF57E3
3#F16CE6
4#F381EA
5#F596ED
6#F7ABF1
7#F9C0F4
8#FBD5F8
9#FDEAFB
Tones
Muted variations
1#E237D4
2#D840CC
3#CF4AC4
4#C553BC
5#BC5DB4
6#B266AC
7#A970A4
8#9F799C
9#968394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594ED | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CE3 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DDC | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B6C | 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: #FCDEF9;
--magenta-200: #F9C2F5;
--magenta-300: #F594ED;
--magenta-400: #F05CE3;
--magenta-500: #EB2DDC;
--magenta-600: #CD13BE;
--magenta-700: #A30F97;
--magenta-800: #750B6C;
--magenta-900: #4B0745;
--magenta-950: #2F042B;
}