Magenta
#E01AFF
PinkColor Codes
All color formats for development
HEX
#E01AFFRGB
rgb(224, 26, 255)HSL
hsl(292, 100%, 55%)OKLCH
oklch(0.661 0.306 321.2)CMYK
cmyk(12%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB00FC
2#C200E0
3#AA00C4
4#9200A8
5#7A008C
6#610070
7#490054
8#310038
9#18001C
Tints
Lighter variations
1#E330FF
2#E747FF
3#EA5EFF
4#ED75FF
5#F08CFF
6#F3A3FF
7#F6BAFF
8#F9D1FF
9#FCE8FF
Tones
Muted variations
1#D825F4
2#D030E8
3#C73CDD
4#BF47D1
5#B653C6
6#AE5EBA
7#A56AAF
8#9D75A3
9#958198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADB #FADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8A #EF8AFF | BordersInactive statesPlaceholder text |
| 400 | E74D #E74DFF | Disabled statesSecondary iconsMuted text |
| 500 | E01A #E01AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C200 #C200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B00 #9B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E00 #6E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4700 #470052 | Primary textHigh emphasis contentDark headings |
| 950 | 2C00 #2C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADBFF;
--magenta-200: #F6BDFF;
--magenta-300: #EF8AFF;
--magenta-400: #E74DFF;
--magenta-500: #E01AFF;
--magenta-600: #C200E0;
--magenta-700: #9B00B3;
--magenta-800: #6E0080;
--magenta-900: #470052;
--magenta-950: #2C0033;
}