Magenta

#DC04CA

Pink

Color Codes

All color formats for development

HEX
#DC04CA
RGB
rgb(220, 4, 202)
HSL
hsl(305, 96%, 44%)
OKLCH
oklch(0.618 0.276 333)
CMYK
cmyk(0%, 98%, 8%, 14%)

Accessibility

WCAG contrast compliance

On White Background

4.27:1

AA AAA

On Black Background

4.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#C604B6
2#B004A2
3#9A038D
4#840379
5#6E0265
6#580251
7#42013D
8#2C0128
9#160014

Tints

Lighter variations

1#F805E4
2#FA1FE8
3#FB3BEB
4#FC57EE
5#FC73F1
6#FD8FF4
7#FDABF6
8#FEC7F9
9#FEE3FC

Tones

Muted variations

1#D10FC1
2#C61AB8
3#BC25AF
4#B130A6
5#A63A9D
6#9B4594
7#91508B
8#865B82
9#7B6579

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCFB
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEF8
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CF3
BordersInactive statesPlaceholder text
400
FB50
#FB50ED
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1EE8
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC04CA
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF04A1
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0373
Text on light backgroundsHeadingsStrong borders
900
5002
#500249
Primary textHigh emphasis contentDark headings
950
3201
#32012E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FFF0FD;
  --magenta-100: #FEDCFB;
  --magenta-200: #FEBEF8;
  --magenta-300: #FD8CF3;
  --magenta-400: #FB50ED;
  --magenta-500: #FA1EE8;
  --magenta-600: #DC04CA;
  --magenta-700: #AF04A1;
  --magenta-800: #7D0373;
  --magenta-900: #500249;
  --magenta-950: #32012E;
}
Generate More ShadesCreate PaletteConvert Color