Magenta
#E41AFF
PinkColor Codes
All color formats for development
HEX
#E41AFFRGB
rgb(228, 26, 255)HSL
hsl(293, 100%, 55%)OKLCH
oklch(0.667 0.307 322.1)CMYK
cmyk(11%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF00FC
2#C600E0
3#AD00C4
4#9500A8
5#7C008C
6#630070
7#4A0054
8#320038
9#19001C
Tints
Lighter variations
1#E730FF
2#EA47FF
3#EC5EFF
4#EF75FF
5#F28CFF
6#F4A3FF
7#F7BAFF
8#FAD1FF
9#FCE8FF
Tones
Muted variations
1#DB25F4
2#D330E8
3#CA3CDD
4#C147D1
5#B853C6
6#AF5EBA
7#A76AAF
8#9E75A3
9#958198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDB #FBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BD #F7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F18A #F18AFF | BordersInactive statesPlaceholder text |
| 400 | EA4D #EA4DFF | Disabled statesSecondary iconsMuted text |
| 500 | E41A #E41AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C600 #C600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E00 #9E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7100 #710080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4800 #480052 | Primary textHigh emphasis contentDark headings |
| 950 | 2D00 #2D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FBDBFF;
--magenta-200: #F7BDFF;
--magenta-300: #F18AFF;
--magenta-400: #EA4DFF;
--magenta-500: #E41AFF;
--magenta-600: #C600E0;
--magenta-700: #9E00B3;
--magenta-800: #710080;
--magenta-900: #480052;
--magenta-950: #2D0033;
}