Magenta

#AD1EFA

Purple

Color Codes

All color formats for development

HEX
#AD1EFA
RGB
rgb(173, 30, 250)
HSL
hsl(279, 96%, 55%)
OKLCH
oklch(0.589 0.286 308.4)
CMYK
cmyk(31%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.84:1

AA AAA

On Black Background

4.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F2DC
200
#E7BE
300
#D58C
400
#BF50
500
#AD1E
600
#9104
700
#7304
800
#5203
900
#3502
950
#2101

Shades

Darker variations

1#A305F7
2#9104DC
3#7E04C0
4#6C03A5
5#5A0389
6#48026E
7#360252
8#240137
9#12011B

Tints

Lighter variations

1#B535FB
2#BE4BFB
3#C662FC
4#CE78FC
5#D68FFD
6#DEA5FD
7#E6BCFE
8#EFD2FE
9#F7E9FF

Tones

Muted variations

1#AA29EF
2#A734E4
3#A33FD9
4#A04ACE
5#9D55C3
6#9960B8
7#966BAD
8#9376A2
9#908197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F2DC
#F2DCFE
Light backgroundsTable row hoverSkeleton loading
200
E7BE
#E7BEFE
Secondary backgroundsInput backgroundsDividers
300
D58C
#D58CFD
BordersInactive statesPlaceholder text
400
BF50
#BF50FB
Disabled statesSecondary iconsMuted text
500
AD1E
#AD1EFA
Primary brand colorCTAsActive elementsLinks
600
9104
#9104DC
Hover statesFocus ringsPrimary buttons hover
700
7304
#7304AF
Active/pressed statesDark mode accentsSecondary text
800
5203
#52037D
Text on light backgroundsHeadingsStrong borders
900
3502
#350250
Primary textHigh emphasis contentDark headings
950
2101
#210132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FAF0FF;
  --magenta-100: #F2DCFE;
  --magenta-200: #E7BEFE;
  --magenta-300: #D58CFD;
  --magenta-400: #BF50FB;
  --magenta-500: #AD1EFA;
  --magenta-600: #9104DC;
  --magenta-700: #7304AF;
  --magenta-800: #52037D;
  --magenta-900: #350250;
  --magenta-950: #210132;
}
Generate More ShadesCreate PaletteConvert Color