Magenta

#AD06DB

Pink

Color Codes

All color formats for development

HEX
#AD06DB
RGB
rgb(173, 6, 219)
HSL
hsl(287, 95%, 44%)
OKLCH
oklch(0.558 0.271 315.8)
CMYK
cmyk(21%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

5.49:1

AA AAA

On Black Background

3.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F7DC
200
#F0BE
300
#E48D
400
#D651
500
#CA1F
600
#AD06
700
#8904
800
#6203
900
#3F02
950
#2701

Shades

Darker variations

1#9B05C5
2#8A04AF
3#790499
4#680383
5#56036D
6#450258
7#340242
8#23012C
9#110116

Tints

Lighter variations

1#C306F7
2#CA20F9
3#D13CFA
4#D758FB
5#DE74FB
6#E590FC
7#EBABFD
8#F2C7FE
9#F8E3FE

Tones

Muted variations

1#A710D0
2#A11BC5
3#9A26BB
4#9430B0
5#8E3BA5
6#88469B
7#825090
8#7C5B86
9#76667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F7DC
#F7DCFE
Light backgroundsTable row hoverSkeleton loading
200
F0BE
#F0BEFD
Secondary backgroundsInput backgroundsDividers
300
E48D
#E48DFC
BordersInactive statesPlaceholder text
400
D651
#D651FB
Disabled statesSecondary iconsMuted text
500
CA1F
#CA1FF9
Primary brand colorCTAsActive elementsLinks
600
AD06
#AD06DB
Hover statesFocus ringsPrimary buttons hover
700
8904
#8904AE
Active/pressed statesDark mode accentsSecondary text
800
6203
#62037C
Text on light backgroundsHeadingsStrong borders
900
3F02
#3F0250
Primary textHigh emphasis contentDark headings
950
2701
#270132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FBF0FF;
  --magenta-100: #F7DCFE;
  --magenta-200: #F0BEFD;
  --magenta-300: #E48DFC;
  --magenta-400: #D651FB;
  --magenta-500: #CA1FF9;
  --magenta-600: #AD06DB;
  --magenta-700: #8904AE;
  --magenta-800: #62037C;
  --magenta-900: #3F0250;
  --magenta-950: #270132;
}
Generate More ShadesCreate PaletteConvert Color