Magenta

#B40AD6

Pink

Color Codes

All color formats for development

HEX
#B40AD6
RGB
rgb(180, 10, 214)
HSL
hsl(290, 91%, 44%)
OKLCH
oklch(0.565 0.269 319)
CMYK
cmyk(16%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.31: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
#FCF0
100
#F8DD
200
#F2C0
300
#E88F
400
#DC55
500
#D224
600
#B40A
700
#8F08
800
#6606
900
#4204
950
#2902

Shades

Darker variations

1#A209C1
2#9008AB
3#7E0796
4#6C0681
5#5A056B
6#480456
7#360340
8#24022B
9#120115

Tints

Lighter variations

1#CB0BF2
2#D225F5
3#D840F6
4#DD5BF7
5#E377F9
6#E992FA
7#EEADFB
8#F4C8FC
9#F9E4FE

Tones

Muted variations

1#AD14CC
2#A71FC2
3#A029B8
4#9933AD
5#923DA3
6#8B4799
7#85528F
8#7E5C85
9#77667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F8DD
#F8DDFD
Light backgroundsTable row hoverSkeleton loading
200
F2C0
#F2C0FC
Secondary backgroundsInput backgroundsDividers
300
E88F
#E88FFA
BordersInactive statesPlaceholder text
400
DC55
#DC55F7
Disabled statesSecondary iconsMuted text
500
D224
#D224F5
Primary brand colorCTAsActive elementsLinks
600
B40A
#B40AD6
Hover statesFocus ringsPrimary buttons hover
700
8F08
#8F08AA
Active/pressed statesDark mode accentsSecondary text
800
6606
#66067A
Text on light backgroundsHeadingsStrong borders
900
4204
#42044E
Primary textHigh emphasis contentDark headings
950
2902
#290231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF0FE;
  --magenta-100: #F8DDFD;
  --magenta-200: #F2C0FC;
  --magenta-300: #E88FFA;
  --magenta-400: #DC55F7;
  --magenta-500: #D224F5;
  --magenta-600: #B40AD6;
  --magenta-700: #8F08AA;
  --magenta-800: #66067A;
  --magenta-900: #42044E;
  --magenta-950: #290231;
}
Generate More ShadesCreate PaletteConvert Color