Purple

#A007AB

Pink

Color Codes

All color formats for development

HEX
#A007AB
RGB
rgb(160, 7, 171)
HSL
hsl(296, 92%, 35%)
OKLCH
oklch(0.504 0.233 324.8)
CMYK
cmyk(6%, 96%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

6.75:1

AA AAA

On Black Background

3.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDD
200
#F8BF
300
#F38E
400
#ED54
500
#E823
600
#CA09
700
#A007
800
#7305
900
#4903
950
#2E02

Shades

Darker variations

1#90069A
2#800689
3#700578
4#600467
5#500456
6#400345
7#300233
8#200122
9#100111

Tints

Lighter variations

1#BE08CB
2#DC0AEB
3#E720F6
4#EB40F7
5#EE60F8
6#F280FA
7#F5A0FB
8#F8BFFC
9#FCDFFE

Tones

Muted variations

1#990FA3
2#92189B
3#8B2093
4#84288B
5#7D3082
6#76387A
7#6F4172
8#67496A
9#605161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDD
#FBDDFE
Light backgroundsTable row hoverSkeleton loading
200
F8BF
#F8BFFC
Secondary backgroundsInput backgroundsDividers
300
F38E
#F38EFA
BordersInactive statesPlaceholder text
400
ED54
#ED54F8
Disabled statesSecondary iconsMuted text
500
E823
#E823F6
Primary brand colorCTAsActive elementsLinks
600
CA09
#CA09D7
Hover statesFocus ringsPrimary buttons hover
700
A007
#A007AB
Active/pressed statesDark mode accentsSecondary text
800
7305
#73057A
Text on light backgroundsHeadingsStrong borders
900
4903
#49034E
Primary textHigh emphasis contentDark headings
950
2E02
#2E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FE;
  --purple-100: #FBDDFE;
  --purple-200: #F8BFFC;
  --purple-300: #F38EFA;
  --purple-400: #ED54F8;
  --purple-500: #E823F6;
  --purple-600: #CA09D7;
  --purple-700: #A007AB;
  --purple-800: #73057A;
  --purple-900: #49034E;
  --purple-950: #2E0231;
}
Generate More ShadesCreate PaletteConvert Color