Magenta

#F127D6

Pink

Color Codes

All color formats for development

HEX
#F127D6
RGB
rgb(241, 39, 214)
HSL
hsl(308, 88%, 55%)
OKLCH
oklch(0.667 0.278 334.9)
CMYK
cmyk(0%, 84%, 11%, 5%)

Accessibility

WCAG contrast compliance

On White Background

3.50:1

AA AAA

On Black Background

6.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#ED0FD0
2#D30DB9
3#B90CA2
4#9E0A8A
5#840873
6#69075C
7#4F0545
8#35032E
9#1A0217

Tints

Lighter variations

1#F33DDA
2#F452DE
3#F568E3
4#F77EE7
5#F893EB
6#F9A9EF
7#FBBEF3
8#FCD4F7
9#FEE9FB

Tones

Muted variations

1#E731CF
2#DD3BC7
3#D346C0
4#C950B9
5#BF5AB1
6#B564AA
7#AB6EA2
8#A0789B
9#968294

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDF9
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1F3
Secondary backgroundsInput backgroundsDividers
300
F891
#F891EA
BordersInactive statesPlaceholder text
400
F457
#F457DF
Disabled statesSecondary iconsMuted text
500
F127
#F127D6
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30DB9
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B93
Active/pressed statesDark mode accentsSecondary text
800
7808
#780869
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0543
Primary textHigh emphasis contentDark headings
950
3003
#30032A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FEF1FC;
  --magenta-100: #FDDDF9;
  --magenta-200: #FBC1F3;
  --magenta-300: #F891EA;
  --magenta-400: #F457DF;
  --magenta-500: #F127D6;
  --magenta-600: #D30DB9;
  --magenta-700: #A80B93;
  --magenta-800: #780869;
  --magenta-900: #4D0543;
  --magenta-950: #30032A;
}
Generate More ShadesCreate PaletteConvert Color