Magenta

#F722E5

Pink

Color Codes

All color formats for development

HEX
#F722E5
RGB
rgb(247, 34, 229)
HSL
hsl(305, 93%, 55%)
OKLCH
oklch(0.682 0.293 332.5)
CMYK
cmyk(0%, 86%, 7%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.33:1

AA AAA

On Black Background

6.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#F409E0
2#D908C7
3#BD07AE
4#A20695
5#87057C
6#6C0464
7#51034B
8#360232
9#1B0119

Tints

Lighter variations

1#F838E8
2#F94EEA
3#F964ED
4#FA7AF0
5#FB90F2
6#FCA6F5
7#FDBDF7
8#FDD3FA
9#FEE9FC

Tones

Muted variations

1#EC2CDC
2#E237D3
3#D742CB
4#CC4CC2
5#C257B9
6#B762B0
7#AC6CA7
8#A2779E
9#978295

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDFB
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFF8
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EF2
BordersInactive statesPlaceholder text
400
F953
#F953EB
Disabled statesSecondary iconsMuted text
500
F722
#F722E5
Primary brand colorCTAsActive elementsLinks
600
D908
#D908C7
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC069E
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0471
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0348
Primary textHigh emphasis contentDark headings
950
3102
#31022D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FEF0FD;
  --magenta-100: #FEDDFB;
  --magenta-200: #FDBFF8;
  --magenta-300: #FB8EF2;
  --magenta-400: #F953EB;
  --magenta-500: #F722E5;
  --magenta-600: #D908C7;
  --magenta-700: #AC069E;
  --magenta-800: #7B0471;
  --magenta-900: #4F0348;
  --magenta-950: #31022D;
}
Generate More ShadesCreate PaletteConvert Color