Purple

#A916CA

Pink

Color Codes

All color formats for development

HEX
#A916CA
RGB
rgb(169, 22, 202)
HSL
hsl(289, 80%, 44%)
OKLCH
oklch(0.544 0.252 318.6)
CMYK
cmyk(16%, 89%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.75:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F6DF
200
#EFC3
300
#E295
400
#D35E
500
#C630
600
#A916
700
#8612
800
#600D
900
#3D08
950
#2605

Shades

Darker variations

1#9814B6
2#8712A2
3#76108D
4#650D79
5#550B65
6#440951
7#33073D
8#220428
9#110214

Tints

Lighter variations

1#BF19E4
2#C731E8
3#CE4BEB
4#D565EE
5#DC7EF1
6#E398F4
7#EAB2F6
8#F1CCF9
9#F8E5FC

Tones

Muted variations

1#A31FC1
2#9E28B8
3#9831AF
4#923AA6
5#8D439D
6#874C94
7#81558B
8#7C5E82
9#766779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F6DF
#F6DFFB
Light backgroundsTable row hoverSkeleton loading
200
EFC3
#EFC3F8
Secondary backgroundsInput backgroundsDividers
300
E295
#E295F3
BordersInactive statesPlaceholder text
400
D35E
#D35EED
Disabled statesSecondary iconsMuted text
500
C630
#C630E8
Primary brand colorCTAsActive elementsLinks
600
A916
#A916CA
Hover statesFocus ringsPrimary buttons hover
700
8612
#8612A1
Active/pressed statesDark mode accentsSecondary text
800
600D
#600D73
Text on light backgroundsHeadingsStrong borders
900
3D08
#3D0849
Primary textHigh emphasis contentDark headings
950
2605
#26052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FBF1FD;
  --purple-100: #F6DFFB;
  --purple-200: #EFC3F8;
  --purple-300: #E295F3;
  --purple-400: #D35EED;
  --purple-500: #C630E8;
  --purple-600: #A916CA;
  --purple-700: #8612A1;
  --purple-800: #600D73;
  --purple-900: #3D0849;
  --purple-950: #26052E;
}
Generate More ShadesCreate PaletteConvert Color