Magenta
#EF2AEF
PinkColor Codes
All color formats for development
HEX
#EF2AEFRGB
rgb(239, 42, 239)HSL
hsl(300, 86%, 55%)OKLCH
oklch(0.679 0.292 328.2)CMYK
cmyk(0%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB12EB
2#D110D1
3#B70EB7
4#9D0C9D
5#820A82
6#680868
7#4E064E
8#340434
9#1A021A
Tints
Lighter variations
1#F13FF1
2#F254F2
3#F46AF4
4#F57FF5
5#F794F7
6#F9AAF9
7#FABFFA
8#FCD4FC
9#FDEAFD
Tones
Muted variations
1#E533E5
2#DB3DDB
3#D147D1
4#C751C7
5#BE5BBE
6#B465B4
7#AA6FAA
8#A079A0
9#968296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792F7 | BordersInactive statesPlaceholder text |
| 400 | F359 #F359F3 | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D110D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C064C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FDDEFD;
--magenta-200: #FAC1FA;
--magenta-300: #F792F7;
--magenta-400: #F359F3;
--magenta-500: #EF2AEF;
--magenta-600: #D110D1;
--magenta-700: #A60CA6;
--magenta-800: #770977;
--magenta-900: #4C064C;
--magenta-950: #2F042F;
}