Magenta

#AB02DE

Pink

Color Codes

All color formats for development

HEX
#AB02DE
RGB
rgb(171, 2, 222)
HSL
hsl(286, 98%, 44%)
OKLCH
oklch(0.556 0.274 314.5)
CMYK
cmyk(23%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.53:1

AA AAA

On Black Background

3.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F6DC
200
#EFBD
300
#E38B
400
#D44E
500
#C81C
600
#AB02
700
#8802
800
#6101
900
#3E01
950
#2701

Shades

Darker variations

1#9A02C8
2#8902B2
3#78029C
4#670185
5#55016F
6#440159
7#330143
8#22002C
9#110016

Tints

Lighter variations

1#C103FA
2#C81DFD
3#CF39FD
4#D655FD
5#DD72FE
6#E48EFE
7#EBAAFE
8#F1C6FE
9#F8E3FF

Tones

Muted variations

1#A50DD3
2#9F18C8
3#9923BD
4#932EB2
5#8E39A7
6#88449C
7#824F91
8#7C5A86
9#76657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F6DC
#F6DCFF
Light backgroundsTable row hoverSkeleton loading
200
EFBD
#EFBDFE
Secondary backgroundsInput backgroundsDividers
300
E38B
#E38BFE
BordersInactive statesPlaceholder text
400
D44E
#D44EFD
Disabled statesSecondary iconsMuted text
500
C81C
#C81CFD
Primary brand colorCTAsActive elementsLinks
600
AB02
#AB02DE
Hover statesFocus ringsPrimary buttons hover
700
8802
#8802B1
Active/pressed statesDark mode accentsSecondary text
800
6101
#61017E
Text on light backgroundsHeadingsStrong borders
900
3E01
#3E0151
Primary textHigh emphasis contentDark headings
950
2701
#270132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FBF0FF;
  --magenta-100: #F6DCFF;
  --magenta-200: #EFBDFE;
  --magenta-300: #E38BFE;
  --magenta-400: #D44EFD;
  --magenta-500: #C81CFD;
  --magenta-600: #AB02DE;
  --magenta-700: #8802B1;
  --magenta-800: #61017E;
  --magenta-900: #3E0151;
  --magenta-950: #270132;
}
Generate More ShadesCreate PaletteConvert Color