Magenta

#FD1CD3

Pink

Color Codes

All color formats for development

HEX
#FD1CD3
RGB
rgb(253, 28, 211)
HSL
hsl(311, 98%, 55%)
OKLCH
oklch(0.68 0.288 338.3)
CMYK
cmyk(0%, 89%, 17%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.34:1

AA AAA

On Black Background

6.28: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#FA03CD
2#DE02B6
3#C2029F
4#A70288
5#8B0172
6#6F015B
7#530144
8#38012D
9#1C0017

Tints

Lighter variations

1#FD33D8
2#FD49DC
3#FD60E1
4#FE77E5
5#FE8DE9
6#FEA4EE
7#FEBBF2
8#FFD2F6
9#FFE8FB

Tones

Muted variations

1#F127CC
2#E632C5
3#DB3EBE
4#D049B7
5#C454B0
6#B95FA9
7#AE6BA2
8#A3769A
9#978193

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FC
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCF8
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDF2
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BE9
BordersInactive statesPlaceholder text
400
FD4E
#FD4EDD
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CD3
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02B6
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10291
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0167
Text on light backgroundsHeadingsStrong borders
900
5101
#510142
Primary textHigh emphasis contentDark headings
950
3201
#320129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FFF0FC;
  --magenta-100: #FFDCF8;
  --magenta-200: #FEBDF2;
  --magenta-300: #FE8BE9;
  --magenta-400: #FD4EDD;
  --magenta-500: #FD1CD3;
  --magenta-600: #DE02B6;
  --magenta-700: #B10291;
  --magenta-800: #7E0167;
  --magenta-900: #510142;
  --magenta-950: #320129;
}
Generate More ShadesCreate PaletteConvert Color