Magenta

#A61DFC

Purple

Color Codes

All color formats for development

HEX
#A61DFC
RGB
rgb(166, 29, 252)
HSL
hsl(277, 97%, 55%)
OKLCH
oklch(0.582 0.287 305.9)
CMYK
cmyk(34%, 88%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

5.00:1

AA AAA

On Black Background

4.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DC
200
#E5BE
300
#D28B
400
#BA4F
500
#A61D
600
#8A03
700
#6D03
800
#4E02
900
#3201
950
#1F01

Shades

Darker variations

1#9B04F9
2#8A03DD
3#7803C1
4#6703A6
5#56028A
6#45026F
7#340153
8#220137
9#11001C

Tints

Lighter variations

1#AF34FC
2#B84AFC
3#C161FD
4#CA77FD
5#D38EFD
6#DBA5FE
7#E4BBFE
8#EDD2FE
9#F6E8FF

Tones

Muted variations

1#A428F0
2#A133E5
3#9E3EDA
4#9C49CF
5#9955C4
6#9760B9
7#946BAE
8#9176A3
9#8F8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DC
#F1DCFE
Light backgroundsTable row hoverSkeleton loading
200
E5BE
#E5BEFE
Secondary backgroundsInput backgroundsDividers
300
D28B
#D28BFD
BordersInactive statesPlaceholder text
400
BA4F
#BA4FFC
Disabled statesSecondary iconsMuted text
500
A61D
#A61DFC
Primary brand colorCTAsActive elementsLinks
600
8A03
#8A03DD
Hover statesFocus ringsPrimary buttons hover
700
6D03
#6D03B0
Active/pressed statesDark mode accentsSecondary text
800
4E02
#4E027E
Text on light backgroundsHeadingsStrong borders
900
3201
#320150
Primary textHigh emphasis contentDark headings
950
1F01
#1F0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F9F0FF;
  --magenta-100: #F1DCFE;
  --magenta-200: #E5BEFE;
  --magenta-300: #D28BFD;
  --magenta-400: #BA4FFC;
  --magenta-500: #A61DFC;
  --magenta-600: #8A03DD;
  --magenta-700: #6D03B0;
  --magenta-800: #4E027E;
  --magenta-900: #320150;
  --magenta-950: #1F0132;
}
Generate More ShadesCreate PaletteConvert Color