Magenta
#EF2ADE
PinkColor Codes
All color formats for development
HEX
#EF2ADERGB
rgb(239, 42, 222)HSL
hsl(305, 86%, 55%)OKLCH
oklch(0.67 0.281 332.4)CMYK
cmyk(0%, 82%, 7%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB12D9
2#D110C1
3#B70EA9
4#9D0C90
5#820A78
6#680860
7#4E0648
8#340430
9#1A0218
Tints
Lighter variations
1#F13FE2
2#F254E5
3#F46AE8
4#F57FEB
5#F794EF
6#F9AAF2
7#FABFF5
8#FCD4F8
9#FDEAFC
Tones
Muted variations
1#E533D6
2#DB3DCE
3#D147C6
4#C751BE
5#BE5BB5
6#B465AD
7#AA6FA5
8#A0799D
9#968294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792EE | BordersInactive statesPlaceholder text |
| 400 | F359 #F359E6 | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2ADE | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D110C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60C99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #77096D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C0646 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FD;
--magenta-100: #FDDEFA;
--magenta-200: #FAC1F6;
--magenta-300: #F792EE;
--magenta-400: #F359E6;
--magenta-500: #EF2ADE;
--magenta-600: #D110C1;
--magenta-700: #A60C99;
--magenta-800: #77096D;
--magenta-900: #4C0646;
--magenta-950: #2F042C;
}