Purple

#A11268

Pink

Color Codes

All color formats for development

HEX
#A11268
RGB
rgb(161, 18, 104)
HSL
hsl(324, 80%, 35%)
OKLCH
oklch(0.473 0.186 351.1)
CMYK
cmyk(0%, 89%, 35%, 37%)

Accessibility

WCAG contrast compliance

On White Background

7.50:1

AA AAA

On Black Background

2.80: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#91105D
2#810E53
3#700C48
4#600B3E
5#500934
6#400729
7#30051F
8#200415
9#10020A

Tints

Lighter variations

1#BE157B
2#DC188E
3#E82E9E
4#EB4CAB
5#EE6AB9
6#F288C7
7#F5A5D5
8#F8C3E3
9#FCE1F1

Tones

Muted variations

1#9A1966
2#922065
3#8B2763
4#842E62
5#7D3660
6#763D5F
7#6F445E
8#684B5C
9#60525B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF0
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3E3
Secondary backgroundsInput backgroundsDividers
300
F395
#F395CE
BordersInactive statesPlaceholder text
400
ED5E
#ED5EB4
Disabled statesSecondary iconsMuted text
500
E830
#E8309F
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA1682
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11268
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D4A
Text on light backgroundsHeadingsStrong borders
900
4908
#49082F
Primary textHigh emphasis contentDark headings
950
2E05
#2E051E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1F9;
  --purple-100: #FBDFF0;
  --purple-200: #F8C3E3;
  --purple-300: #F395CE;
  --purple-400: #ED5EB4;
  --purple-500: #E8309F;
  --purple-600: #CA1682;
  --purple-700: #A11268;
  --purple-800: #730D4A;
  --purple-900: #49082F;
  --purple-950: #2E051E;
}
Generate More ShadesCreate PaletteConvert Color