Magenta

#FD1CEE

Pink

Color Codes

All color formats for development

HEX
#FD1CEE
RGB
rgb(253, 28, 238)
HSL
hsl(304, 98%, 55%)
OKLCH
oklch(0.694 0.304 331.7)
CMYK
cmyk(0%, 89%, 6%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.58: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#FA03E9
2#DE02CF
3#C202B6
4#A7029C
5#8B0182
6#6F0168
7#53014E
8#380134
9#1C001A

Tints

Lighter variations

1#FD33EF
2#FD49F1
3#FD60F3
4#FE77F5
5#FE8DF6
6#FEA4F8
7#FEBBFA
8#FFD2FC
9#FFE8FD

Tones

Muted variations

1#F127E4
2#E632DA
3#DB3ED0
4#D049C7
5#C454BD
6#B95FB3
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
FFDC
#FFDCFC
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDFA
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BF6
BordersInactive statesPlaceholder text
400
FD4E
#FD4EF2
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CEE
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02CF
Hover statesFocus ringsPrimary buttons hover
700
B102
#B102A5
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0176
Text on light backgroundsHeadingsStrong borders
900
5101
#51014B
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: #FFDCFC;
  --magenta-200: #FEBDFA;
  --magenta-300: #FE8BF6;
  --magenta-400: #FD4EF2;
  --magenta-500: #FD1CEE;
  --magenta-600: #DE02CF;
  --magenta-700: #B102A5;
  --magenta-800: #7E0176;
  --magenta-900: #51014B;
  --magenta-950: #32012F;
}
Generate More ShadesCreate PaletteConvert Color