Magenta
#EF2AD1
PinkColor Codes
All color formats for development
HEX
#EF2AD1RGB
rgb(239, 42, 209)HSL
hsl(309, 86%, 55%)OKLCH
oklch(0.663 0.272 335.8)CMYK
cmyk(0%, 82%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB12CA
2#D110B4
3#B70E9D
4#9D0C87
5#820A70
6#68085A
7#4E0643
8#34042D
9#1A0216
Tints
Lighter variations
1#F13FD6
2#F254DA
3#F46ADF
4#F57FE4
5#F794E8
6#F9AAED
7#FABFF1
8#FCD4F6
9#FDEAFA
Tones
Muted variations
1#E533CA
2#DB3DC4
3#D147BD
4#C751B6
5#BE5BAF
6#B465A8
7#AA6FA1
8#A0799A
9#968293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F792E8 | BordersInactive statesPlaceholder text |
| 400 | F359 #F359DB | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2AD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D110B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60C8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C0641 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FDDEF8;
--magenta-200: #FAC1F2;
--magenta-300: #F792E8;
--magenta-400: #F359DB;
--magenta-500: #EF2AD1;
--magenta-600: #D110B4;
--magenta-700: #A60C8F;
--magenta-800: #770966;
--magenta-900: #4C0641;
--magenta-950: #2F0429;
}