Purple

#A80B98

Pink

Color Codes

All color formats for development

HEX
#A80B98
RGB
rgb(168, 11, 152)
HSL
hsl(306, 88%, 35%)
OKLCH
oklch(0.507 0.221 333.7)
CMYK
cmyk(0%, 93%, 10%, 34%)

Accessibility

WCAG contrast compliance

On White Background

6.63:1

AA AAA

On Black Background

3.17: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#970A89
2#86097A
3#75076A
4#65065B
5#54054C
6#43043D
7#32032E
8#22021E
9#11010F

Tints

Lighter variations

1#C70DB4
2#E60FD1
3#F125DD
4#F344E2
5#F563E6
6#F782EB
7#F9A2F0
8#FBC1F5
9#FDE0FA

Tones

Muted variations

1#A01392
2#981A8C
3#902285
4#882A7F
5#813279
6#793A72
7#71426C
8#694A66
9#615160

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FD
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDFA
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1F5
Secondary backgroundsInput backgroundsDividers
300
F891
#F891EE
BordersInactive statesPlaceholder text
400
F457
#F457E5
Disabled statesSecondary iconsMuted text
500
F127
#F127DD
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30DBF
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B98
Active/pressed statesDark mode accentsSecondary text
800
7808
#78086D
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0546
Primary textHigh emphasis contentDark headings
950
3003
#30032B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FEF1FD;
  --purple-100: #FDDDFA;
  --purple-200: #FBC1F5;
  --purple-300: #F891EE;
  --purple-400: #F457E5;
  --purple-500: #F127DD;
  --purple-600: #D30DBF;
  --purple-700: #A80B98;
  --purple-800: #78086D;
  --purple-900: #4D0546;
  --purple-950: #30032B;
}
Generate More ShadesCreate PaletteConvert Color