Magenta

#AE03DD

Pink

Color Codes

All color formats for development

HEX
#AE03DD
RGB
rgb(174, 3, 221)
HSL
hsl(287, 97%, 44%)
OKLCH
oklch(0.56 0.274 315.6)
CMYK
cmyk(21%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.44:1

AA AAA

On Black Background

3.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F7DC
200
#F0BE
300
#E58B
400
#D74F
500
#CB1D
600
#AE03
700
#8A03
800
#6302
900
#3F01
950
#2801

Shades

Darker variations

1#9C03C7
2#8B03B1
3#7A029B
4#680285
5#57026F
6#460158
7#340142
8#23012C
9#110016

Tints

Lighter variations

1#C404F9
2#CC1EFC
3#D23AFC
4#D856FC
5#DF72FD
6#E58EFD
7#ECABFE
8#F2C7FE
9#F9E3FF

Tones

Muted variations

1#A80ED2
2#A219C7
3#9B24BC
4#952FB2
5#8F3AA7
6#89459C
7#835091
8#7D5A86
9#76657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F7DC
#F7DCFE
Light backgroundsTable row hoverSkeleton loading
200
F0BE
#F0BEFE
Secondary backgroundsInput backgroundsDividers
300
E58B
#E58BFD
BordersInactive statesPlaceholder text
400
D74F
#D74FFC
Disabled statesSecondary iconsMuted text
500
CB1D
#CB1DFC
Primary brand colorCTAsActive elementsLinks
600
AE03
#AE03DD
Hover statesFocus ringsPrimary buttons hover
700
8A03
#8A03B0
Active/pressed statesDark mode accentsSecondary text
800
6302
#63027E
Text on light backgroundsHeadingsStrong borders
900
3F01
#3F0150
Primary textHigh emphasis contentDark headings
950
2801
#280132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FF;
  --magenta-100: #F7DCFE;
  --magenta-200: #F0BEFE;
  --magenta-300: #E58BFD;
  --magenta-400: #D74FFC;
  --magenta-500: #CB1DFC;
  --magenta-600: #AE03DD;
  --magenta-700: #8A03B0;
  --magenta-800: #63027E;
  --magenta-900: #3F0150;
  --magenta-950: #280132;
}
Generate More ShadesCreate PaletteConvert Color