Magenta

#C403DD

Pink

Color Codes

All color formats for development

HEX
#C403DD
RGB
rgb(196, 3, 221)
HSL
hsl(293, 97%, 44%)
OKLCH
oklch(0.592 0.28 321.9)
CMYK
cmyk(11%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

4.77:1

AA AAA

On Black Background

4.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FADC
200
#F7BE
300
#F08B
400
#E84F
500
#E21D
600
#C403
700
#9C03
800
#6F02
900
#4701
950
#2C01

Shades

Darker variations

1#B003C7
2#9D03B1
3#89029B
4#750285
5#62026F
6#4E0158
7#3B0142
8#27012C
9#140016

Tints

Lighter variations

1#DD04F9
2#E21EFC
3#E53AFC
4#E956FC
5#ED72FD
6#F08EFD
7#F4ABFE
8#F8C7FE
9#FBE3FF

Tones

Muted variations

1#BB0ED2
2#B319C7
3#AB24BC
4#A22FB2
5#9A3AA7
6#92459C
7#895091
8#815A86
9#79657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FADC
#FADCFE
Light backgroundsTable row hoverSkeleton loading
200
F7BE
#F7BEFE
Secondary backgroundsInput backgroundsDividers
300
F08B
#F08BFD
BordersInactive statesPlaceholder text
400
E84F
#E84FFC
Disabled statesSecondary iconsMuted text
500
E21D
#E21DFC
Primary brand colorCTAsActive elementsLinks
600
C403
#C403DD
Hover statesFocus ringsPrimary buttons hover
700
9C03
#9C03B0
Active/pressed statesDark mode accentsSecondary text
800
6F02
#6F027E
Text on light backgroundsHeadingsStrong borders
900
4701
#470150
Primary textHigh emphasis contentDark headings
950
2C01
#2C0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF0FF;
  --magenta-100: #FADCFE;
  --magenta-200: #F7BEFE;
  --magenta-300: #F08BFD;
  --magenta-400: #E84FFC;
  --magenta-500: #E21DFC;
  --magenta-600: #C403DD;
  --magenta-700: #9C03B0;
  --magenta-800: #6F027E;
  --magenta-900: #470150;
  --magenta-950: #2C0132;
}
Generate More ShadesCreate PaletteConvert Color