Magenta

#AA03DD

Pink

Color Codes

All color formats for development

HEX
#AA03DD
RGB
rgb(170, 3, 221)
HSL
hsl(286, 97%, 44%)
OKLCH
oklch(0.554 0.273 314.4)
CMYK
cmyk(23%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.58:1

AA AAA

On Black Background

3.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F6DC
200
#EFBE
300
#E38B
400
#D44F
500
#C81D
600
#AA03
700
#8703
800
#6102
900
#3E01
950
#2701

Shades

Darker variations

1#9903C7
2#8803B1
3#77029B
4#660285
5#55026F
6#440158
7#330142
8#22012C
9#110016

Tints

Lighter variations

1#C004F9
2#C81EFC
3#CF3AFC
4#D656FC
5#DD72FD
6#E38EFD
7#EAABFE
8#F1C7FE
9#F8E3FF

Tones

Muted variations

1#A40ED2
2#9F19C7
3#9924BC
4#932FB2
5#8D3AA7
6#87459C
7#825091
8#7C5A86
9#76657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F6DC
#F6DCFE
Light backgroundsTable row hoverSkeleton loading
200
EFBE
#EFBEFE
Secondary backgroundsInput backgroundsDividers
300
E38B
#E38BFD
BordersInactive statesPlaceholder text
400
D44F
#D44FFC
Disabled statesSecondary iconsMuted text
500
C81D
#C81DFC
Primary brand colorCTAsActive elementsLinks
600
AA03
#AA03DD
Hover statesFocus ringsPrimary buttons hover
700
8703
#8703B0
Active/pressed statesDark mode accentsSecondary text
800
6102
#61027E
Text on light backgroundsHeadingsStrong borders
900
3E01
#3E0150
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: #F6DCFE;
  --magenta-200: #EFBEFE;
  --magenta-300: #E38BFD;
  --magenta-400: #D44FFC;
  --magenta-500: #C81DFC;
  --magenta-600: #AA03DD;
  --magenta-700: #8703B0;
  --magenta-800: #61027E;
  --magenta-900: #3E0150;
  --magenta-950: #270132;
}
Generate More ShadesCreate PaletteConvert Color