Magenta
#E42BEE
PinkColor Codes
All color formats for development
HEX
#E42BEERGB
rgb(228, 43, 238)HSL
hsl(297, 85%, 55%)OKLCH
oklch(0.663 0.286 325.8)CMYK
cmyk(4%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF13EA
2#C611D0
3#AD0FB6
4#950D9C
5#7C0B82
6#630868
7#4A064E
8#320434
9#19021A
Tints
Lighter variations
1#E740F0
2#E955F1
3#EC6AF3
4#EF80F5
5#F295F6
6#F4AAF8
7#F7BFFA
8#FAD5FC
9#FCEAFD
Tones
Muted variations
1#DB34E4
2#D23EDA
3#CA48D1
4#C152C7
5#B85BBD
6#AF65B3
7#A76FAA
8#9E79A0
9#958296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F192 #F192F6 | BordersInactive statesPlaceholder text |
| 400 | EA5A #EA5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | E42B #E42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C611 #C611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0D #9E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710A #710A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4806 #48064B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FBDEFC;
--magenta-200: #F7C2FA;
--magenta-300: #F192F6;
--magenta-400: #EA5AF2;
--magenta-500: #E42BEE;
--magenta-600: #C611D0;
--magenta-700: #9E0DA5;
--magenta-800: #710A76;
--magenta-900: #48064B;
--magenta-950: #2D042F;
}