Magenta
#E12BEE
PinkColor Codes
All color formats for development
HEX
#E12BEERGB
rgb(225, 43, 238)HSL
hsl(296, 85%, 55%)OKLCH
oklch(0.659 0.285 325)CMYK
cmyk(5%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB13EA
2#C311D0
3#AA0FB6
4#920D9C
5#7A0B82
6#610868
7#49064E
8#310434
9#18021A
Tints
Lighter variations
1#E440F0
2#E755F1
3#EA6AF3
4#ED80F5
5#F095F6
6#F3AAF8
7#F6BFFA
8#F9D5FC
9#FCEAFD
Tones
Muted variations
1#D834E4
2#D03EDA
3#C748D1
4#BF52C7
5#B75BBD
6#AE65B3
7#A66FAA
8#9D79A0
9#958296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C2 #F6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F092 #F092F6 | BordersInactive statesPlaceholder text |
| 400 | E75A #E75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | E12B #E12BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C311 #C311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0D #9B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0A #6F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4706 #47064B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADEFC;
--magenta-200: #F6C2FA;
--magenta-300: #F092F6;
--magenta-400: #E75AF2;
--magenta-500: #E12BEE;
--magenta-600: #C311D0;
--magenta-700: #9B0DA5;
--magenta-800: #6F0A76;
--magenta-900: #47064B;
--magenta-950: #2C042F;
}