Magenta

#FC1DDE

Pink

Color Codes

All color formats for development

HEX
#FC1DDE
RGB
rgb(252, 29, 222)
HSL
hsl(308, 97%, 55%)
OKLCH
oklch(0.685 0.293 335.3)
CMYK
cmyk(0%, 88%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.30:1

AA AAA

On Black Background

6.37: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#F904D8
2#DD03C0
3#C103A8
4#A60390
5#8A0278
6#6F0260
7#530148
8#370130
9#1C0018

Tints

Lighter variations

1#FC34E1
2#FC4AE5
3#FD61E8
4#FD77EB
5#FD8EEE
6#FEA5F2
7#FEBBF5
8#FED2F8
9#FFE8FC

Tones

Muted variations

1#F028D6
2#E533CE
3#DA3EC5
4#CF49BD
5#C455B5
6#B960AD
7#AE6BA5
8#A3769D
9#978194

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCFA
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEF5
Secondary backgroundsInput backgroundsDividers
300
FD8B
#FD8BEE
BordersInactive statesPlaceholder text
400
FC4F
#FC4FE5
Disabled statesSecondary iconsMuted text
500
FC1D
#FC1DDE
Primary brand colorCTAsActive elementsLinks
600
DD03
#DD03C0
Hover statesFocus ringsPrimary buttons hover
700
B003
#B00399
Active/pressed statesDark mode accentsSecondary text
800
7E02
#7E026D
Text on light backgroundsHeadingsStrong borders
900
5001
#500146
Primary textHigh emphasis contentDark headings
950
3201
#32012C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FFF0FD;
  --magenta-100: #FEDCFA;
  --magenta-200: #FEBEF5;
  --magenta-300: #FD8BEE;
  --magenta-400: #FC4FE5;
  --magenta-500: #FC1DDE;
  --magenta-600: #DD03C0;
  --magenta-700: #B00399;
  --magenta-800: #7E026D;
  --magenta-900: #500146;
  --magenta-950: #32012C;
}
Generate More ShadesCreate PaletteConvert Color