Magenta

#FD1CE2

Pink

Color Codes

All color formats for development

HEX
#FD1CE2
RGB
rgb(253, 28, 226)
HSL
hsl(307, 98%, 55%)
OKLCH
oklch(0.688 0.297 334.5)
CMYK
cmyk(0%, 89%, 11%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.44: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#FA03DD
2#DE02C4
3#C202AC
4#A70293
5#8B017B
6#6F0162
7#53014A
8#380131
9#1C0019

Tints

Lighter variations

1#FD33E5
2#FD49E8
3#FD60EB
4#FE77EE
5#FE8DF1
6#FEA4F4
7#FEBBF6
8#FFD2F9
9#FFE8FC

Tones

Muted variations

1#F127DA
2#E632D1
3#DB3EC9
4#D049C0
5#C454B7
6#B95FAF
7#AE6BA6
8#A3769D
9#978195

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCFB
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDF7
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BF0
BordersInactive statesPlaceholder text
400
FD4E
#FD4EE9
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CE2
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02C4
Hover statesFocus ringsPrimary buttons hover
700
B102
#B1029C
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0170
Text on light backgroundsHeadingsStrong borders
900
5101
#510147
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: #FFDCFB;
  --magenta-200: #FEBDF7;
  --magenta-300: #FE8BF0;
  --magenta-400: #FD4EE9;
  --magenta-500: #FD1CE2;
  --magenta-600: #DE02C4;
  --magenta-700: #B1029C;
  --magenta-800: #7E0170;
  --magenta-900: #510147;
  --magenta-950: #32012D;
}
Generate More ShadesCreate PaletteConvert Color