Magenta

#EA2EEA

Pink

Color Codes

All color formats for development

HEX
#EA2EEA
RGB
rgb(234, 46, 234)
HSL
hsl(300, 82%, 55%)
OKLCH
oklch(0.671 0.284 328.2)
CMYK
cmyk(0%, 80%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.46:1

AA AAA

On Black Background

6.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FCDF
200
#F9C3
300
#F494
400
#EF5D
500
#EA2E
600
#CC14
700
#A210
800
#740B
900
#4A07
950
#2E05

Shades

Darker variations

1#E617E6
2#CC14CC
3#B312B3
4#990F99
5#800D80
6#660A66
7#4D084D
8#330533
9#1A031A

Tints

Lighter variations

1#EC43EC
2#EE58EE
3#F16DF1
4#F382F3
5#F597F5
6#F7ABF7
7#F9C0F9
8#FBD5FB
9#FDEAFD

Tones

Muted variations

1#E138E1
2#D841D8
3#CE4ACE
4#C554C5
5#BB5DBB
6#B267B2
7#A870A8
8#9F799F
9#968396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FCDF
#FCDFFC
Light backgroundsTable row hoverSkeleton loading
200
F9C3
#F9C3F9
Secondary backgroundsInput backgroundsDividers
300
F494
#F494F4
BordersInactive statesPlaceholder text
400
EF5D
#EF5DEF
Disabled statesSecondary iconsMuted text
500
EA2E
#EA2EEA
Primary brand colorCTAsActive elementsLinks
600
CC14
#CC14CC
Hover statesFocus ringsPrimary buttons hover
700
A210
#A210A2
Active/pressed statesDark mode accentsSecondary text
800
740B
#740B74
Text on light backgroundsHeadingsStrong borders
900
4A07
#4A074A
Primary textHigh emphasis contentDark headings
950
2E05
#2E052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FEF1FE;
  --magenta-100: #FCDFFC;
  --magenta-200: #F9C3F9;
  --magenta-300: #F494F4;
  --magenta-400: #EF5DEF;
  --magenta-500: #EA2EEA;
  --magenta-600: #CC14CC;
  --magenta-700: #A210A2;
  --magenta-800: #740B74;
  --magenta-900: #4A074A;
  --magenta-950: #2E052E;
}
Generate More ShadesCreate PaletteConvert Color