Magenta

#B81EFA

Purple

Color Codes

All color formats for development

HEX
#B81EFA
RGB
rgb(184, 30, 250)
HSL
hsl(282, 96%, 55%)
OKLCH
oklch(0.604 0.289 311.6)
CMYK
cmyk(26%, 88%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

4.56:1

AA AAA

On Black Background

4.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DC
200
#EBBE
300
#DB8C
400
#C850
500
#B81E
600
#9B04
700
#7C04
800
#5803
900
#3802
950
#2301

Shades

Darker variations

1#AF05F7
2#9B04DC
3#8804C0
4#7403A5
5#610389
6#4E026E
7#3A0252
8#270137
9#13011B

Tints

Lighter variations

1#BF35FB
2#C64BFB
3#CE62FC
4#D578FC
5#DC8FFD
6#E3A5FD
7#EABCFE
8#F1D2FE
9#F8E9FF

Tones

Muted variations

1#B429EF
2#B034E4
3#AB3FD9
4#A74ACE
5#A255C3
6#9E60B8
7#996BAD
8#9576A2
9#918197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F4DC
#F4DCFE
Light backgroundsTable row hoverSkeleton loading
200
EBBE
#EBBEFE
Secondary backgroundsInput backgroundsDividers
300
DB8C
#DB8CFD
BordersInactive statesPlaceholder text
400
C850
#C850FB
Disabled statesSecondary iconsMuted text
500
B81E
#B81EFA
Primary brand colorCTAsActive elementsLinks
600
9B04
#9B04DC
Hover statesFocus ringsPrimary buttons hover
700
7C04
#7C04AF
Active/pressed statesDark mode accentsSecondary text
800
5803
#58037D
Text on light backgroundsHeadingsStrong borders
900
3802
#380250
Primary textHigh emphasis contentDark headings
950
2301
#230132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FAF0FF;
  --magenta-100: #F4DCFE;
  --magenta-200: #EBBEFE;
  --magenta-300: #DB8CFD;
  --magenta-400: #C850FB;
  --magenta-500: #B81EFA;
  --magenta-600: #9B04DC;
  --magenta-700: #7C04AF;
  --magenta-800: #58037D;
  --magenta-900: #380250;
  --magenta-950: #230132;
}
Generate More ShadesCreate PaletteConvert Color