Magenta
#E61CFD
PinkColor Codes
All color formats for development
HEX
#E61CFDRGB
rgb(230, 28, 253)HSL
hsl(294, 98%, 55%)OKLCH
oklch(0.669 0.305 323)CMYK
cmyk(9%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E103FA
2#C802DE
3#AF02C2
4#9602A7
5#7D018B
6#64016F
7#4B0153
8#320138
9#19001C
Tints
Lighter variations
1#E933FD
2#EB49FD
3#EE60FD
4#F077FE
5#F38DFE
6#F5A4FE
7#F8BBFE
8#FAD2FF
9#FDE8FF
Tones
Muted variations
1#DD27F1
2#D432E6
3#CB3EDB
4#C249D0
5#B954C4
6#B05FB9
7#A76BAE
8#9E76A3
9#958197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BD #F8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F28B #F28BFE | BordersInactive statesPlaceholder text |
| 400 | EC4E #EC4EFD | Disabled statesSecondary iconsMuted text |
| 500 | E61C #E61CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C802 #C802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F02 #9F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7201 #72017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4901 #490151 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDCFF;
--magenta-200: #F8BDFE;
--magenta-300: #F28BFE;
--magenta-400: #EC4EFD;
--magenta-500: #E61CFD;
--magenta-600: #C802DE;
--magenta-700: #9F02B1;
--magenta-800: #72017E;
--magenta-900: #490151;
--magenta-950: #2D0132;
}