Magenta
#EB2DD8
PinkColor Codes
All color formats for development
HEX
#EB2DD8RGB
rgb(235, 45, 216)HSL
hsl(306, 83%, 55%)OKLCH
oklch(0.662 0.273 333)CMYK
cmyk(0%, 81%, 8%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E715D2
2#CD13BB
3#B411A3
4#9A0E8C
5#800C75
6#670A5D
7#4D0746
8#33052F
9#1A0217
Tints
Lighter variations
1#ED42DC
2#EF57E0
3#F16CE4
4#F381E8
5#F596EC
6#F7ABF0
7#F9C0F3
8#FBD5F7
9#FDEAFB
Tones
Muted variations
1#E237D1
2#D840C9
3#CF4AC2
4#C553BA
5#BC5DB2
6#B266AB
7#A970A3
8#9F799B
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 | F9C2 #F9C2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594EB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CE1 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0744 | 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: #F9C2F4;
--magenta-300: #F594EB;
--magenta-400: #F05CE1;
--magenta-500: #EB2DD8;
--magenta-600: #CD13BB;
--magenta-700: #A30F95;
--magenta-800: #750B6A;
--magenta-900: #4B0744;
--magenta-950: #2F042A;
}