Magenta

#F127D3

Pink

Color Codes

All color formats for development

HEX
#F127D3
RGB
rgb(241, 39, 211)
HSL
hsl(309, 88%, 55%)
OKLCH
oklch(0.666 0.277 335.7)
CMYK
cmyk(0%, 84%, 12%, 5%)

Accessibility

WCAG contrast compliance

On White Background

3.52:1

AA AAA

On Black Background

5.97: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#ED0FCC
2#D30DB5
3#B90C9F
4#9E0A88
5#840871
6#69075B
7#4F0544
8#35032D
9#1A0217

Tints

Lighter variations

1#F33DD7
2#F452DC
3#F568E0
4#F77EE5
5#F893E9
6#F9A9ED
7#FBBEF2
8#FCD4F6
9#FEE9FB

Tones

Muted variations

1#E731CC
2#DD3BC5
3#D346BE
4#C950B7
5#BF5AB0
6#B564A9
7#AB6EA1
8#A0789A
9#968293

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDF8
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1F2
Secondary backgroundsInput backgroundsDividers
300
F891
#F891E8
BordersInactive statesPlaceholder text
400
F457
#F457DD
Disabled statesSecondary iconsMuted text
500
F127
#F127D3
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30DB5
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B90
Active/pressed statesDark mode accentsSecondary text
800
7808
#780867
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0542
Primary textHigh emphasis contentDark headings
950
3003
#300329
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FEF1FC;
  --magenta-100: #FDDDF8;
  --magenta-200: #FBC1F2;
  --magenta-300: #F891E8;
  --magenta-400: #F457DD;
  --magenta-500: #F127D3;
  --magenta-600: #D30DB5;
  --magenta-700: #A80B90;
  --magenta-800: #780867;
  --magenta-900: #4D0542;
  --magenta-950: #300329;
}
Generate More ShadesCreate PaletteConvert Color