Magenta

#FC1DED

Pink

Color Codes

All color formats for development

HEX
#FC1DED
RGB
rgb(252, 29, 237)
HSL
hsl(304, 97%, 55%)
OKLCH
oklch(0.693 0.303 331.7)
CMYK
cmyk(0%, 88%, 6%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.21:1

AA AAA

On Black Background

6.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8B
400
#FC4F
500
#FC1D
600
#DD03
700
#B003
800
#7E02
900
#5001
950
#3201

Shades

Darker variations

1#F904E8
2#DD03CF
3#C103B5
4#A6039B
5#8A0281
6#6F0267
7#53014D
8#370134
9#1C001A

Tints

Lighter variations

1#FC34EF
2#FC4AF0
3#FD61F2
4#FD77F4
5#FD8EF6
6#FEA5F8
7#FEBBFA
8#FED2FB
9#FFE8FD

Tones

Muted variations

1#F028E3
2#E533D9
3#DA3ED0
4#CF49C6
5#C455BC
6#B960B3
7#AE6BA9
8#A376A0
9#978196

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCFC
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEFA
Secondary backgroundsInput backgroundsDividers
300
FD8B
#FD8BF6
BordersInactive statesPlaceholder text
400
FC4F
#FC4FF1
Disabled statesSecondary iconsMuted text
500
FC1D
#FC1DED
Primary brand colorCTAsActive elementsLinks
600
DD03
#DD03CF
Hover statesFocus ringsPrimary buttons hover
700
B003
#B003A4
Active/pressed statesDark mode accentsSecondary text
800
7E02
#7E0275
Text on light backgroundsHeadingsStrong borders
900
5001
#50014B
Primary textHigh emphasis contentDark headings
950
3201
#32012F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FFF0FE;
  --magenta-100: #FEDCFC;
  --magenta-200: #FEBEFA;
  --magenta-300: #FD8BF6;
  --magenta-400: #FC4FF1;
  --magenta-500: #FC1DED;
  --magenta-600: #DD03CF;
  --magenta-700: #B003A4;
  --magenta-800: #7E0275;
  --magenta-900: #50014B;
  --magenta-950: #32012F;
}
Generate More ShadesCreate PaletteConvert Color