Purple

#A1125E

Pink

Color Codes

All color formats for development

HEX
#A1125E
RGB
rgb(161, 18, 94)
HSL
hsl(328, 80%, 35%)
OKLCH
oklch(0.469 0.182 355.9)
CMYK
cmyk(0%, 89%, 42%, 37%)

Accessibility

WCAG contrast compliance

On White Background

7.60:1

AA AAA

On Black Background

2.76: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#911055
2#810E4B
3#700C42
4#600B38
5#50092F
6#400726
7#30051C
8#200413
9#100209

Tints

Lighter variations

1#BE156F
2#DC1881
3#E82E91
4#EB4CA1
5#EE6AB1
6#F288C0
7#F5A5D0
8#F8C3E0
9#FCE1EF

Tones

Muted variations

1#9A195E
2#92205D
3#8B275D
4#842E5C
5#7D365C
6#763D5B
7#6F445B
8#684B5A
9#60525A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F8
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFEE
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3E0
Secondary backgroundsInput backgroundsDividers
300
F395
#F395C7
BordersInactive statesPlaceholder text
400
ED5E
#ED5EAB
Disabled statesSecondary iconsMuted text
500
E830
#E83092
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA1676
Hover statesFocus ringsPrimary buttons hover
700
A112
#A1125E
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D43
Text on light backgroundsHeadingsStrong borders
900
4908
#49082B
Primary textHigh emphasis contentDark headings
950
2E05
#2E051B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1F8;
  --purple-100: #FBDFEE;
  --purple-200: #F8C3E0;
  --purple-300: #F395C7;
  --purple-400: #ED5EAB;
  --purple-500: #E83092;
  --purple-600: #CA1676;
  --purple-700: #A1125E;
  --purple-800: #730D43;
  --purple-900: #49082B;
  --purple-950: #2E051B;
}
Generate More ShadesCreate PaletteConvert Color