Magenta

#941EFA

Purple

Color Codes

All color formats for development

HEX
#941EFA
RGB
rgb(148, 30, 250)
HSL
hsl(272, 96%, 55%)
OKLCH
oklch(0.558 0.281 300.6)
CMYK
cmyk(41%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.49:1

AA AAA

On Black Background

3.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#E0BE
300
#C88C
400
#AB50
500
#941E
600
#7704
700
#5F04
800
#4403
900
#2B02
950
#1B01

Shades

Darker variations

1#8605F7
2#7704DC
3#6804C0
4#5A03A5
5#4B0389
6#3C026E
7#2D0252
8#1E0137
9#0F011B

Tints

Lighter variations

1#9E35FB
2#A94BFB
3#B462FC
4#BF78FC
5#C98FFD
6#D4A5FD
7#DFBCFE
8#EAD2FE
9#F4E9FF

Tones

Muted variations

1#9329EF
2#9234E4
3#913FD9
4#914ACE
5#9055C3
6#8F60B8
7#8E6BAD
8#8E76A2
9#8D8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDC
#EEDCFE
Light backgroundsTable row hoverSkeleton loading
200
E0BE
#E0BEFE
Secondary backgroundsInput backgroundsDividers
300
C88C
#C88CFD
BordersInactive statesPlaceholder text
400
AB50
#AB50FB
Disabled statesSecondary iconsMuted text
500
941E
#941EFA
Primary brand colorCTAsActive elementsLinks
600
7704
#7704DC
Hover statesFocus ringsPrimary buttons hover
700
5F04
#5F04AF
Active/pressed statesDark mode accentsSecondary text
800
4403
#44037D
Text on light backgroundsHeadingsStrong borders
900
2B02
#2B0250
Primary textHigh emphasis contentDark headings
950
1B01
#1B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F8F0FF;
  --magenta-100: #EEDCFE;
  --magenta-200: #E0BEFE;
  --magenta-300: #C88CFD;
  --magenta-400: #AB50FB;
  --magenta-500: #941EFA;
  --magenta-600: #7704DC;
  --magenta-700: #5F04AF;
  --magenta-800: #44037D;
  --magenta-900: #2B0250;
  --magenta-950: #1B0132;
}
Generate More ShadesCreate PaletteConvert Color