Magenta

#FC1DE5

Pink

Color Codes

All color formats for development

HEX
#FC1DE5
RGB
rgb(252, 29, 229)
HSL
hsl(306, 97%, 55%)
OKLCH
oklch(0.688 0.298 333.6)
CMYK
cmyk(0%, 88%, 9%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.45: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#F904E0
2#DD03C7
3#C103AE
4#A60395
5#8A027D
6#6F0264
7#53014B
8#370132
9#1C0019

Tints

Lighter variations

1#FC34E8
2#FC4AEA
3#FD61ED
4#FD77F0
5#FD8EF2
6#FEA5F5
7#FEBBF7
8#FED2FA
9#FFE8FC

Tones

Muted variations

1#F028DC
2#E533D3
3#DA3ECB
4#CF49C2
5#C455B9
6#B960B0
7#AE6BA7
8#A3769E
9#978195

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
FD8B
#FD8BF2
BordersInactive statesPlaceholder text
400
FC4F
#FC4FEB
Disabled statesSecondary iconsMuted text
500
FC1D
#FC1DE5
Primary brand colorCTAsActive elementsLinks
600
DD03
#DD03C7
Hover statesFocus ringsPrimary buttons hover
700
B003
#B0039F
Active/pressed statesDark mode accentsSecondary text
800
7E02
#7E0271
Text on light backgroundsHeadingsStrong borders
900
5001
#500148
Primary textHigh emphasis contentDark headings
950
3201
#32012D
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: #FD8BF2;
  --magenta-400: #FC4FEB;
  --magenta-500: #FC1DE5;
  --magenta-600: #DD03C7;
  --magenta-700: #B0039F;
  --magenta-800: #7E0271;
  --magenta-900: #500148;
  --magenta-950: #32012D;
}
Generate More ShadesCreate PaletteConvert Color