Magenta

#D120F8

Pink

Color Codes

All color formats for development

HEX
#D120F8
RGB
rgb(209, 32, 248)
HSL
hsl(289, 94%, 55%)
OKLCH
oklch(0.637 0.293 318.8)
CMYK
cmyk(16%, 87%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.98:1

AA AAA

On Black Background

5.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DC
200
#F2BF
300
#E78D
400
#DB52
500
#D120
600
#B307
700
#8E05
800
#6604
900
#4102
950
#2902

Shades

Darker variations

1#C908F5
2#B307DA
3#9D06BE
4#8605A3
5#700488
6#59036D
7#430352
8#2D0236
9#16011B

Tints

Lighter variations

1#D537F9
2#DA4DF9
3#DE63FA
4#E379FB
5#E890FC
6#ECA6FC
7#F1BCFD
8#F6D2FE
9#FAE9FE

Tones

Muted variations

1#CA2BED
2#C336E3
3#BC41D8
4#B54CCD
5#AE56C2
6#A861B7
7#A16CAD
8#9A77A2
9#938197

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
F2BF
#F2BFFD
Secondary backgroundsInput backgroundsDividers
300
E78D
#E78DFB
BordersInactive statesPlaceholder text
400
DB52
#DB52FA
Disabled statesSecondary iconsMuted text
500
D120
#D120F8
Primary brand colorCTAsActive elementsLinks
600
B307
#B307DA
Hover statesFocus ringsPrimary buttons hover
700
8E05
#8E05AD
Active/pressed statesDark mode accentsSecondary text
800
6604
#66047C
Text on light backgroundsHeadingsStrong borders
900
4102
#41024F
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: #FCF0FF;
  --magenta-100: #F8DCFE;
  --magenta-200: #F2BFFD;
  --magenta-300: #E78DFB;
  --magenta-400: #DB52FA;
  --magenta-500: #D120F8;
  --magenta-600: #B307DA;
  --magenta-700: #8E05AD;
  --magenta-800: #66047C;
  --magenta-900: #41024F;
  --magenta-950: #290231;
}
Generate More ShadesCreate PaletteConvert Color