Magenta

#C611D0

Pink

Color Codes

All color formats for development

HEX
#C611D0
RGB
rgb(198, 17, 208)
HSL
hsl(297, 85%, 44%)
OKLCH
oklch(0.59 0.268 325.6)
CMYK
cmyk(5%, 92%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

4.78:1

AA AAA

On Black Background

4.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDE
200
#F7C2
300
#F192
400
#EA5A
500
#E42B
600
#C611
700
#9E0D
800
#710A
900
#4806
950
#2D04

Shades

Darker variations

1#B20FBB
2#9E0DA6
3#8B0C91
4#770A7D
5#630868
6#4F0753
7#3B053E
8#28032A
9#140215

Tints

Lighter variations

1#DF13EA
2#E42CEE
3#E846F0
4#EB60F2
5#EE7BF4
6#F295F6
7#F5B0F9
8#F8CAFB
9#FCE5FD

Tones

Muted variations

1#BD1AC6
2#B524BC
3#AC2DB3
4#A437A9
5#9B41A0
6#934A96
7#8A548D
8#815D83
9#79677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDE
#FBDEFC
Light backgroundsTable row hoverSkeleton loading
200
F7C2
#F7C2FA
Secondary backgroundsInput backgroundsDividers
300
F192
#F192F6
BordersInactive statesPlaceholder text
400
EA5A
#EA5AF2
Disabled statesSecondary iconsMuted text
500
E42B
#E42BEE
Primary brand colorCTAsActive elementsLinks
600
C611
#C611D0
Hover statesFocus ringsPrimary buttons hover
700
9E0D
#9E0DA5
Active/pressed statesDark mode accentsSecondary text
800
710A
#710A76
Text on light backgroundsHeadingsStrong borders
900
4806
#48064B
Primary textHigh emphasis contentDark headings
950
2D04
#2D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FDF1FE;
  --magenta-100: #FBDEFC;
  --magenta-200: #F7C2FA;
  --magenta-300: #F192F6;
  --magenta-400: #EA5AF2;
  --magenta-500: #E42BEE;
  --magenta-600: #C611D0;
  --magenta-700: #9E0DA5;
  --magenta-800: #710A76;
  --magenta-900: #48064B;
  --magenta-950: #2D042F;
}
Generate More ShadesCreate PaletteConvert Color