Magenta
#EB2BEE
PinkColor Codes
All color formats for development
HEX
#EB2BEERGB
rgb(235, 43, 238)HSL
hsl(299, 85%, 55%)OKLCH
oklch(0.673 0.289 327.5)CMYK
cmyk(1%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E613EA
2#CC11D0
3#B30FB6
4#990D9C
5#800B82
6#660868
7#4D064E
8#330434
9#1A021A
Tints
Lighter variations
1#ED40F0
2#EF55F1
3#F16AF3
4#F380F5
5#F595F6
6#F7AAF8
7#F9BFFA
8#FBD5FC
9#FDEAFD
Tones
Muted variations
1#E134E4
2#D83EDA
3#CE48D1
4#C552C7
5#BB5BBD
6#B265B3
7#A96FAA
8#9F79A0
9#968296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F592 #F592F6 | BordersInactive statesPlaceholder text |
| 400 | EF5A #EF5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | EB2B #EB2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | CC11 #CC11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30D #A30DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740A #740A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A06 #4A064B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #F9C2FA;
--magenta-300: #F592F6;
--magenta-400: #EF5AF2;
--magenta-500: #EB2BEE;
--magenta-600: #CC11D0;
--magenta-700: #A30DA5;
--magenta-800: #740A76;
--magenta-900: #4A064B;
--magenta-950: #2E042F;
}