Magenta
#E000E0
PinkColor Codes
All color formats for development
HEX
#E000E0RGB
rgb(224, 0, 224)HSL
hsl(300, 100%, 44%)OKLCH
oklch(0.636 0.292 328.4)CMYK
cmyk(0%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA00CA
2#B400B4
3#9D009D
4#870087
5#700070
6#5A005A
7#430043
8#2D002D
9#160016
Tints
Lighter variations
1#FD00FD
2#FF1BFF
3#FF37FF
4#FF54FF
5#FF70FF
6#FF8DFF
7#FFA9FF
8#FFC6FF
9#FFE2FF
Tones
Muted variations
1#D50BD5
2#CA16CA
3#BF22BF
4#B42DB4
5#A838A8
6#9D439D
7#924F92
8#875A87
9#7B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AFF | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520052 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FFDBFF;
--magenta-200: #FFBDFF;
--magenta-300: #FF8AFF;
--magenta-400: #FF4DFF;
--magenta-500: #FF1AFF;
--magenta-600: #E000E0;
--magenta-700: #B300B3;
--magenta-800: #800080;
--magenta-900: #520052;
--magenta-950: #330033;
}