Purple

#A1129A

Pink

Color Codes

All color formats for development

HEX
#A1129A
RGB
rgb(161, 18, 154)
HSL
hsl(303, 80%, 35%)
OKLCH
oklch(0.499 0.217 330.7)
CMYK
cmyk(0%, 89%, 4%, 37%)

Accessibility

WCAG contrast compliance

On White Background

6.84:1

AA AAA

On Black Background

3.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#91108A
2#810E7B
3#700C6B
4#600B5C
5#50094D
6#40073D
7#30052E
8#20041F
9#10020F

Tints

Lighter variations

1#BE15B6
2#DC18D3
3#E82EDF
4#EB4CE3
5#EE6AE8
6#F288EC
7#F5A5F1
8#F8C3F6
9#FCE1FA

Tones

Muted variations

1#9A1993
2#92208D
3#8B2786
4#842E80
5#7D3679
6#763D73
7#6F446D
8#684B66
9#605260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FD
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFFA
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3F6
Secondary backgroundsInput backgroundsDividers
300
F395
#F395EF
BordersInactive statesPlaceholder text
400
ED5E
#ED5EE6
Disabled statesSecondary iconsMuted text
500
E830
#E830DF
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA16C1
Hover statesFocus ringsPrimary buttons hover
700
A112
#A1129A
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D6E
Text on light backgroundsHeadingsStrong borders
900
4908
#490846
Primary textHigh emphasis contentDark headings
950
2E05
#2E052C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FD;
  --purple-100: #FBDFFA;
  --purple-200: #F8C3F6;
  --purple-300: #F395EF;
  --purple-400: #ED5EE6;
  --purple-500: #E830DF;
  --purple-600: #CA16C1;
  --purple-700: #A1129A;
  --purple-800: #730D6E;
  --purple-900: #490846;
  --purple-950: #2E052C;
}
Generate More ShadesCreate PaletteConvert Color