Magenta

#B503DD

Pink

Color Codes

All color formats for development

HEX
#B503DD
RGB
rgb(181, 3, 221)
HSL
hsl(289, 97%, 44%)
OKLCH
oklch(0.57 0.276 317.7)
CMYK
cmyk(18%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

5.22:1

AA AAA

On Black Background

4.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DC
200
#F2BE
300
#E88B
400
#DD4F
500
#D31D
600
#B503
700
#9003
800
#6702
900
#4201
950
#2901

Shades

Darker variations

1#A303C7
2#9103B1
3#7F029B
4#6D0285
5#5B026F
6#480158
7#360142
8#24012C
9#120016

Tints

Lighter variations

1#CC04F9
2#D31EFC
3#D83AFC
4#DE56FC
5#E372FD
6#E98EFD
7#EEABFE
8#F4C7FE
9#F9E3FF

Tones

Muted variations

1#AE0ED2
2#A719C7
3#A024BC
4#9A2FB2
5#933AA7
6#8C459C
7#855091
8#7E5A86
9#77657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F8DC
#F8DCFE
Light backgroundsTable row hoverSkeleton loading
200
F2BE
#F2BEFE
Secondary backgroundsInput backgroundsDividers
300
E88B
#E88BFD
BordersInactive statesPlaceholder text
400
DD4F
#DD4FFC
Disabled statesSecondary iconsMuted text
500
D31D
#D31DFC
Primary brand colorCTAsActive elementsLinks
600
B503
#B503DD
Hover statesFocus ringsPrimary buttons hover
700
9003
#9003B0
Active/pressed statesDark mode accentsSecondary text
800
6702
#67027E
Text on light backgroundsHeadingsStrong borders
900
4201
#420150
Primary textHigh emphasis contentDark headings
950
2901
#290132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FF;
  --magenta-100: #F8DCFE;
  --magenta-200: #F2BEFE;
  --magenta-300: #E88BFD;
  --magenta-400: #DD4FFC;
  --magenta-500: #D31DFC;
  --magenta-600: #B503DD;
  --magenta-700: #9003B0;
  --magenta-800: #67027E;
  --magenta-900: #420150;
  --magenta-950: #290132;
}
Generate More ShadesCreate PaletteConvert Color