Magenta

#D21EFA

Pink

Color Codes

All color formats for development

HEX
#D21EFA
RGB
rgb(210, 30, 250)
HSL
hsl(289, 96%, 55%)
OKLCH
oklch(0.639 0.296 318.7)
CMYK
cmyk(16%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.96:1

AA AAA

On Black Background

5.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DC
200
#F2BE
300
#E88C
400
#DC50
500
#D21E
600
#B404
700
#9004
800
#6703
900
#4202
950
#2901

Shades

Darker variations

1#CB05F7
2#B404DC
3#9E04C0
4#8703A5
5#710389
6#5A026E
7#440252
8#2D0137
9#17011B

Tints

Lighter variations

1#D735FB
2#DB4BFB
3#E062FC
4#E478FC
5#E98FFD
6#EDA5FD
7#F2BCFE
8#F6D2FE
9#FBE9FF

Tones

Muted variations

1#CB29EF
2#C434E4
3#BD3FD9
4#B64ACE
5#AF55C3
6#A860B8
7#A16BAD
8#9A76A2
9#938197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F8DC
#F8DCFE
Light backgroundsTable row hoverSkeleton loading
200
F2BE
#F2BEFE
Secondary backgroundsInput backgroundsDividers
300
E88C
#E88CFD
BordersInactive statesPlaceholder text
400
DC50
#DC50FB
Disabled statesSecondary iconsMuted text
500
D21E
#D21EFA
Primary brand colorCTAsActive elementsLinks
600
B404
#B404DC
Hover statesFocus ringsPrimary buttons hover
700
9004
#9004AF
Active/pressed statesDark mode accentsSecondary text
800
6703
#67037D
Text on light backgroundsHeadingsStrong borders
900
4202
#420250
Primary textHigh emphasis contentDark headings
950
2901
#290132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FF;
  --magenta-100: #F8DCFE;
  --magenta-200: #F2BEFE;
  --magenta-300: #E88CFD;
  --magenta-400: #DC50FB;
  --magenta-500: #D21EFA;
  --magenta-600: #B404DC;
  --magenta-700: #9004AF;
  --magenta-800: #67037D;
  --magenta-900: #420250;
  --magenta-950: #290132;
}
Generate More ShadesCreate PaletteConvert Color