Magenta

#B624F5

Purple

Color Codes

All color formats for development

HEX
#B624F5
RGB
rgb(182, 36, 245)
HSL
hsl(282, 91%, 55%)
OKLCH
oklch(0.6 0.281 311.9)
CMYK
cmyk(26%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.61:1

AA AAA

On Black Background

4.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DD
200
#EAC0
300
#DA8F
400
#C655
500
#B624
600
#990A
700
#7A08
800
#5706
900
#3804
950
#2302

Shades

Darker variations

1#AC0BF1
2#990AD6
3#8609BC
4#7308A1
5#600686
6#4D056B
7#390450
8#260336
9#13011B

Tints

Lighter variations

1#BD3AF6
2#C550F7
3#CC66F8
4#D37BF9
5#DB91FA
6#E2A7FB
7#E9BDFC
8#F0D3FD
9#F8E9FE

Tones

Muted variations

1#B22EEA
2#AE39E0
3#A943D5
4#A54ECB
5#A158C0
6#9D62B6
7#996DAC
8#9577A1
9#908297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F4DD
#F4DDFD
Light backgroundsTable row hoverSkeleton loading
200
EAC0
#EAC0FC
Secondary backgroundsInput backgroundsDividers
300
DA8F
#DA8FFA
BordersInactive statesPlaceholder text
400
C655
#C655F7
Disabled statesSecondary iconsMuted text
500
B624
#B624F5
Primary brand colorCTAsActive elementsLinks
600
990A
#990AD6
Hover statesFocus ringsPrimary buttons hover
700
7A08
#7A08AA
Active/pressed statesDark mode accentsSecondary text
800
5706
#57067A
Text on light backgroundsHeadingsStrong borders
900
3804
#38044E
Primary textHigh emphasis contentDark headings
950
2302
#230231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FAF0FE;
  --magenta-100: #F4DDFD;
  --magenta-200: #EAC0FC;
  --magenta-300: #DA8FFA;
  --magenta-400: #C655F7;
  --magenta-500: #B624F5;
  --magenta-600: #990AD6;
  --magenta-700: #7A08AA;
  --magenta-800: #57067A;
  --magenta-900: #38044E;
  --magenta-950: #230231;
}
Generate More ShadesCreate PaletteConvert Color