Magenta

#FD1CEA

Pink

Color Codes

All color formats for development

HEX
#FD1CEA
RGB
rgb(253, 28, 234)
HSL
hsl(305, 98%, 55%)
OKLCH
oklch(0.692 0.302 332.6)
CMYK
cmyk(0%, 89%, 8%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.22:1

AA AAA

On Black Background

6.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#FA03E5
2#DE02CC
3#C202B2
4#A70299
5#8B017F
6#6F0166
7#53014C
8#380133
9#1C0019

Tints

Lighter variations

1#FD33EC
2#FD49EE
3#FD60F0
4#FE77F2
5#FE8DF4
6#FEA4F7
7#FEBBF9
8#FFD2FB
9#FFE8FD

Tones

Muted variations

1#F127E1
2#E632D7
3#DB3ECE
4#D049C4
5#C454BB
6#B95FB2
7#AE6BA8
8#A3769F
9#978196

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCFC
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDF9
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BF4
BordersInactive statesPlaceholder text
400
FD4E
#FD4EEF
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CEA
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02CC
Hover statesFocus ringsPrimary buttons hover
700
B102
#B102A2
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0174
Text on light backgroundsHeadingsStrong borders
900
5101
#51014A
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: #FFF0FE;
  --magenta-100: #FFDCFC;
  --magenta-200: #FEBDF9;
  --magenta-300: #FE8BF4;
  --magenta-400: #FD4EEF;
  --magenta-500: #FD1CEA;
  --magenta-600: #DE02CC;
  --magenta-700: #B102A2;
  --magenta-800: #7E0174;
  --magenta-900: #51014A;
  --magenta-950: #32012E;
}
Generate More ShadesCreate PaletteConvert Color