Magenta

#D11FF9

Pink

Color Codes

All color formats for development

HEX
#D11FF9
RGB
rgb(209, 31, 249)
HSL
hsl(289, 95%, 55%)
OKLCH
oklch(0.638 0.295 318.6)
CMYK
cmyk(16%, 88%, 0%, 2%)

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
#F2BE
300
#E88D
400
#DB51
500
#D11F
600
#B406
700
#8F04
800
#6603
900
#4102
950
#2901

Shades

Darker variations

1#CA06F6
2#B406DB
3#9D05BF
4#8704A4
5#700489
6#5A036D
7#430252
8#2D0137
9#16011B

Tints

Lighter variations

1#D636FA
2#DA4CFA
3#DF62FB
4#E479FC
5#E88FFC
6#EDA5FD
7#F1BCFD
8#F6D2FE
9#FAE9FE

Tones

Muted variations

1#CA2AEE
2#C335E3
3#BD40D9
4#B64BCE
5#AF56C3
6#A861B8
7#A16CAD
8#9A76A2
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
F2BE
#F2BEFD
Secondary backgroundsInput backgroundsDividers
300
E88D
#E88DFC
BordersInactive statesPlaceholder text
400
DB51
#DB51FB
Disabled statesSecondary iconsMuted text
500
D11F
#D11FF9
Primary brand colorCTAsActive elementsLinks
600
B406
#B406DB
Hover statesFocus ringsPrimary buttons hover
700
8F04
#8F04AE
Active/pressed statesDark mode accentsSecondary text
800
6603
#66037C
Text on light backgroundsHeadingsStrong borders
900
4102
#410250
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: #F2BEFD;
  --magenta-300: #E88DFC;
  --magenta-400: #DB51FB;
  --magenta-500: #D11FF9;
  --magenta-600: #B406DB;
  --magenta-700: #8F04AE;
  --magenta-800: #66037C;
  --magenta-900: #410250;
  --magenta-950: #290132;
}
Generate More ShadesCreate PaletteConvert Color