Magenta

#C703DD

Pink

Color Codes

All color formats for development

HEX
#C703DD
RGB
rgb(199, 3, 221)
HSL
hsl(294, 97%, 44%)
OKLCH
oklch(0.597 0.281 322.7)
CMYK
cmyk(10%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.68:1

AA AAA

On Black Background

4.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDC
200
#F8BE
300
#F28B
400
#EB4F
500
#E51D
600
#C703
700
#9F03
800
#7102
900
#4801
950
#2D01

Shades

Darker variations

1#B303C7
2#9F03B1
3#8B029B
4#780285
5#64026F
6#500158
7#3C0142
8#28012C
9#140016

Tints

Lighter variations

1#E104F9
2#E51EFC
3#E93AFC
4#EC56FC
5#EF72FD
6#F28EFD
7#F5ABFE
8#F9C7FE
9#FCE3FF

Tones

Muted variations

1#BF0ED2
2#B619C7
3#AD24BC
4#A42FB2
5#9C3AA7
6#93459C
7#8A5091
8#825A86
9#79657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FBDC
#FBDCFE
Light backgroundsTable row hoverSkeleton loading
200
F8BE
#F8BEFE
Secondary backgroundsInput backgroundsDividers
300
F28B
#F28BFD
BordersInactive statesPlaceholder text
400
EB4F
#EB4FFC
Disabled statesSecondary iconsMuted text
500
E51D
#E51DFC
Primary brand colorCTAsActive elementsLinks
600
C703
#C703DD
Hover statesFocus ringsPrimary buttons hover
700
9F03
#9F03B0
Active/pressed statesDark mode accentsSecondary text
800
7102
#71027E
Text on light backgroundsHeadingsStrong borders
900
4801
#480150
Primary textHigh emphasis contentDark headings
950
2D01
#2D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF0FF;
  --magenta-100: #FBDCFE;
  --magenta-200: #F8BEFE;
  --magenta-300: #F28BFD;
  --magenta-400: #EB4FFC;
  --magenta-500: #E51DFC;
  --magenta-600: #C703DD;
  --magenta-700: #9F03B0;
  --magenta-800: #71027E;
  --magenta-900: #480150;
  --magenta-950: #2D0132;
}
Generate More ShadesCreate PaletteConvert Color