Magenta

#EA20F8

Pink

Color Codes

All color formats for development

HEX
#EA20F8
RGB
rgb(234, 32, 248)
HSL
hsl(296, 94%, 55%)
OKLCH
oklch(0.673 0.302 325.1)
CMYK
cmyk(6%, 87%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.47:1

AA AAA

On Black Background

6.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FCDC
200
#F9BF
300
#F48D
400
#EE52
500
#EA20
600
#CC07
700
#A205
800
#7404
900
#4A02
950
#2E02

Shades

Darker variations

1#E508F5
2#CC07DA
3#B206BE
4#9905A3
5#7F0488
6#66036D
7#4C0352
8#330236
9#19011B

Tints

Lighter variations

1#EC37F9
2#EE4DF9
3#F063FA
4#F279FB
5#F490FC
6#F6A6FC
7#F9BCFD
8#FBD2FE
9#FDE9FE

Tones

Muted variations

1#E02BED
2#D736E3
3#CE41D8
4#C44CCD
5#BB56C2
6#B261B7
7#A86CAD
8#9F77A2
9#968197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FCDC
#FCDCFE
Light backgroundsTable row hoverSkeleton loading
200
F9BF
#F9BFFD
Secondary backgroundsInput backgroundsDividers
300
F48D
#F48DFB
BordersInactive statesPlaceholder text
400
EE52
#EE52FA
Disabled statesSecondary iconsMuted text
500
EA20
#EA20F8
Primary brand colorCTAsActive elementsLinks
600
CC07
#CC07DA
Hover statesFocus ringsPrimary buttons hover
700
A205
#A205AD
Active/pressed statesDark mode accentsSecondary text
800
7404
#74047C
Text on light backgroundsHeadingsStrong borders
900
4A02
#4A024F
Primary textHigh emphasis contentDark headings
950
2E02
#2E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FEF0FF;
  --magenta-100: #FCDCFE;
  --magenta-200: #F9BFFD;
  --magenta-300: #F48DFB;
  --magenta-400: #EE52FA;
  --magenta-500: #EA20F8;
  --magenta-600: #CC07DA;
  --magenta-700: #A205AD;
  --magenta-800: #74047C;
  --magenta-900: #4A024F;
  --magenta-950: #2E0231;
}
Generate More ShadesCreate PaletteConvert Color