Magenta

#B324F5

Purple

Color Codes

All color formats for development

HEX
#B324F5
RGB
rgb(179, 36, 245)
HSL
hsl(281, 91%, 55%)
OKLCH
oklch(0.596 0.28 311)
CMYK
cmyk(27%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.68:1

AA AAA

On Black Background

4.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F3DD
200
#E9C0
300
#D88F
400
#C455
500
#B324
600
#960A
700
#7708
800
#5506
900
#3604
950
#2202

Shades

Darker variations

1#A80BF1
2#960AD6
3#8309BC
4#7008A1
5#5E0686
6#4B056B
7#380450
8#250336
9#13011B

Tints

Lighter variations

1#BA3AF6
2#C250F7
3#C966F8
4#D17BF9
5#D991FA
6#E0A7FB
7#E8BDFC
8#F0D3FD
9#F7E9FE

Tones

Muted variations

1#AF2EEA
2#AB39E0
3#A743D5
4#A34ECB
5#9F58C0
6#9C62B6
7#986DAC
8#9477A1
9#908297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F3DD
#F3DDFD
Light backgroundsTable row hoverSkeleton loading
200
E9C0
#E9C0FC
Secondary backgroundsInput backgroundsDividers
300
D88F
#D88FFA
BordersInactive statesPlaceholder text
400
C455
#C455F7
Disabled statesSecondary iconsMuted text
500
B324
#B324F5
Primary brand colorCTAsActive elementsLinks
600
960A
#960AD6
Hover statesFocus ringsPrimary buttons hover
700
7708
#7708AA
Active/pressed statesDark mode accentsSecondary text
800
5506
#55067A
Text on light backgroundsHeadingsStrong borders
900
3604
#36044E
Primary textHigh emphasis contentDark headings
950
2202
#220231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FAF0FE;
  --magenta-100: #F3DDFD;
  --magenta-200: #E9C0FC;
  --magenta-300: #D88FFA;
  --magenta-400: #C455F7;
  --magenta-500: #B324F5;
  --magenta-600: #960AD6;
  --magenta-700: #7708AA;
  --magenta-800: #55067A;
  --magenta-900: #36044E;
  --magenta-950: #220231;
}
Generate More ShadesCreate PaletteConvert Color