Magenta

#C724F5

Pink

Color Codes

All color formats for development

HEX
#C724F5
RGB
rgb(199, 36, 245)
HSL
hsl(287, 91%, 55%)
OKLCH
oklch(0.623 0.286 316.7)
CMYK
cmyk(19%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.20:1

AA AAA

On Black Background

5.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F6DD
200
#EFC0
300
#E38F
400
#D455
500
#C724
600
#AA0A
700
#8708
800
#6106
900
#3E04
950
#2702

Shades

Darker variations

1#BF0BF1
2#AA0AD6
3#9509BC
4#8008A1
5#6A0686
6#55056B
7#400450
8#2B0336
9#15011B

Tints

Lighter variations

1#CD3AF6
2#D350F7
3#D866F8
4#DE7BF9
5#E391FA
6#E9A7FB
7#EEBDFC
8#F4D3FD
9#F9E9FE

Tones

Muted variations

1#C22EEA
2#BC39E0
3#B643D5
4#B04ECB
5#AA58C0
6#A462B6
7#9E6DAC
8#9877A1
9#928297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F6DD
#F6DDFD
Light backgroundsTable row hoverSkeleton loading
200
EFC0
#EFC0FC
Secondary backgroundsInput backgroundsDividers
300
E38F
#E38FFA
BordersInactive statesPlaceholder text
400
D455
#D455F7
Disabled statesSecondary iconsMuted text
500
C724
#C724F5
Primary brand colorCTAsActive elementsLinks
600
AA0A
#AA0AD6
Hover statesFocus ringsPrimary buttons hover
700
8708
#8708AA
Active/pressed statesDark mode accentsSecondary text
800
6106
#61067A
Text on light backgroundsHeadingsStrong borders
900
3E04
#3E044E
Primary textHigh emphasis contentDark headings
950
2702
#270231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FBF0FE;
  --magenta-100: #F6DDFD;
  --magenta-200: #EFC0FC;
  --magenta-300: #E38FFA;
  --magenta-400: #D455F7;
  --magenta-500: #C724F5;
  --magenta-600: #AA0AD6;
  --magenta-700: #8708AA;
  --magenta-800: #61067A;
  --magenta-900: #3E044E;
  --magenta-950: #270231;
}
Generate More ShadesCreate PaletteConvert Color