Magenta

#9B1EFA

Purple

Color Codes

All color formats for development

HEX
#9B1EFA
RGB
rgb(155, 30, 250)
HSL
hsl(274, 96%, 55%)
OKLCH
oklch(0.567 0.283 302.8)
CMYK
cmyk(38%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

5.30:1

AA AAA

On Black Background

3.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BE
300
#CC8C
400
#B150
500
#9B1E
600
#7F04
700
#6504
800
#4803
900
#2E02
950
#1D01

Shades

Darker variations

1#8E05F7
2#7F04DC
3#6F04C0
4#5F03A5
5#4F0389
6#3F026E
7#2F0252
8#200137
9#10011B

Tints

Lighter variations

1#A535FB
2#AF4BFB
3#B962FC
4#C378FC
5#CD8FFD
6#D7A5FD
7#E1BCFE
8#EBD2FE
9#F5E9FF

Tones

Muted variations

1#9929EF
2#9834E4
3#973FD9
4#954ACE
5#9455C3
6#9260B8
7#916BAD
8#8F76A2
9#8E8197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EFDC
#EFDCFE
Light backgroundsTable row hoverSkeleton loading
200
E2BE
#E2BEFE
Secondary backgroundsInput backgroundsDividers
300
CC8C
#CC8CFD
BordersInactive statesPlaceholder text
400
B150
#B150FB
Disabled statesSecondary iconsMuted text
500
9B1E
#9B1EFA
Primary brand colorCTAsActive elementsLinks
600
7F04
#7F04DC
Hover statesFocus ringsPrimary buttons hover
700
6504
#6504AF
Active/pressed statesDark mode accentsSecondary text
800
4803
#48037D
Text on light backgroundsHeadingsStrong borders
900
2E02
#2E0250
Primary textHigh emphasis contentDark headings
950
1D01
#1D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #F8F0FF;
  --magenta-100: #EFDCFE;
  --magenta-200: #E2BEFE;
  --magenta-300: #CC8CFD;
  --magenta-400: #B150FB;
  --magenta-500: #9B1EFA;
  --magenta-600: #7F04DC;
  --magenta-700: #6504AF;
  --magenta-800: #48037D;
  --magenta-900: #2E0250;
  --magenta-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color