Magenta

#A31CFD

Purple

Color Codes

All color formats for development

HEX
#A31CFD
RGB
rgb(163, 28, 253)
HSL
hsl(276, 98%, 55%)
OKLCH
oklch(0.578 0.287 304.8)
CMYK
cmyk(36%, 89%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

5.07:1

AA AAA

On Black Background

4.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DC
200
#E4BD
300
#D08B
400
#B74E
500
#A31C
600
#8602
700
#6B02
800
#4C01
900
#3101
950
#1E01

Shades

Darker variations

1#9703FA
2#8602DE
3#7502C2
4#6502A7
5#54018B
6#43016F
7#320153
8#220138
9#11001C

Tints

Lighter variations

1#AC33FD
2#B549FD
3#BE60FD
4#C877FE
5#D18DFE
6#DAA4FE
7#E3BBFE
8#EDD2FF
9#F6E8FF

Tones

Muted variations

1#A027F1
2#9E32E6
3#9C3EDB
4#9A49D0
5#9754C4
6#955FB9
7#936BAE
8#9176A3
9#8E8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DC
#F1DCFF
Light backgroundsTable row hoverSkeleton loading
200
E4BD
#E4BDFE
Secondary backgroundsInput backgroundsDividers
300
D08B
#D08BFE
BordersInactive statesPlaceholder text
400
B74E
#B74EFD
Disabled statesSecondary iconsMuted text
500
A31C
#A31CFD
Primary brand colorCTAsActive elementsLinks
600
8602
#8602DE
Hover statesFocus ringsPrimary buttons hover
700
6B02
#6B02B1
Active/pressed statesDark mode accentsSecondary text
800
4C01
#4C017E
Text on light backgroundsHeadingsStrong borders
900
3101
#310151
Primary textHigh emphasis contentDark headings
950
1E01
#1E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F9F0FF;
  --magenta-100: #F1DCFF;
  --magenta-200: #E4BDFE;
  --magenta-300: #D08BFE;
  --magenta-400: #B74EFD;
  --magenta-500: #A31CFD;
  --magenta-600: #8602DE;
  --magenta-700: #6B02B1;
  --magenta-800: #4C017E;
  --magenta-900: #310151;
  --magenta-950: #1E0132;
}
Generate More ShadesCreate PaletteConvert Color