Magenta

#D50BD5

Pink

Color Codes

All color formats for development

HEX
#D50BD5
RGB
rgb(213, 11, 213)
HSL
hsl(300, 90%, 44%)
OKLCH
oklch(0.615 0.279 328.3)
CMYK
cmyk(0%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#C00AC0
2#AB09AB
3#950895
4#800780
5#6B066B
6#550455
7#400340
8#2B022B
9#150115

Tints

Lighter variations

1#F00DF0
2#F426F4
3#F541F5
4#F65CF6
5#F877F8
6#F992F9
7#FBAEFB
8#FCC9FC
9#FEE4FE

Tones

Muted variations

1#CB15CB
2#C11FC1
3#B72AB7
4#AD34AD
5#A33EA3
6#994899
7#8E528E
8#845C84
9#7A667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDFD
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0FC
Secondary backgroundsInput backgroundsDividers
300
F990
#F990F9
BordersInactive statesPlaceholder text
400
F655
#F655F6
Disabled statesSecondary iconsMuted text
500
F425
#F425F4
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50BD5
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA09AA
Active/pressed statesDark mode accentsSecondary text
800
7906
#790679
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E044E
Primary textHigh emphasis contentDark headings
950
3003
#300330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FEF0FE;
  --magenta-100: #FDDDFD;
  --magenta-200: #FCC0FC;
  --magenta-300: #F990F9;
  --magenta-400: #F655F6;
  --magenta-500: #F425F4;
  --magenta-600: #D50BD5;
  --magenta-700: #AA09AA;
  --magenta-800: #790679;
  --magenta-900: #4E044E;
  --magenta-950: #300330;
}
Generate More ShadesCreate PaletteConvert Color