Purple

#A513CD

Pink

Color Codes

All color formats for development

HEX
#A513CD
RGB
rgb(165, 19, 205)
HSL
hsl(287, 83%, 44%)
OKLCH
oklch(0.539 0.254 316.6)
CMYK
cmyk(20%, 91%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

5.87:1

AA AAA

On Black Background

3.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F6DE
200
#EDC2
300
#E094
400
#D05C
500
#C22D
600
#A513
700
#830F
800
#5E0B
900
#3C07
950
#2504

Shades

Darker variations

1#9411B9
2#840FA4
3#730D90
4#630B7B
5#520A67
6#420852
7#31063E
8#210429
9#100215

Tints

Lighter variations

1#BA16E7
2#C22EEC
3#CA48EE
4#D262F0
5#D97CF3
6#E196F5
7#E8B1F8
8#F0CBFA
9#F7E5FD

Tones

Muted variations

1#A01CC4
2#9A26BB
3#952FB1
4#9038A8
5#8B429F
6#854B95
7#80548C
8#7B5E83
9#75677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F6DE
#F6DEFC
Light backgroundsTable row hoverSkeleton loading
200
EDC2
#EDC2F9
Secondary backgroundsInput backgroundsDividers
300
E094
#E094F5
BordersInactive statesPlaceholder text
400
D05C
#D05CF0
Disabled statesSecondary iconsMuted text
500
C22D
#C22DEB
Primary brand colorCTAsActive elementsLinks
600
A513
#A513CD
Hover statesFocus ringsPrimary buttons hover
700
830F
#830FA3
Active/pressed statesDark mode accentsSecondary text
800
5E0B
#5E0B75
Text on light backgroundsHeadingsStrong borders
900
3C07
#3C074B
Primary textHigh emphasis contentDark headings
950
2504
#25042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FBF1FE;
  --purple-100: #F6DEFC;
  --purple-200: #EDC2F9;
  --purple-300: #E094F5;
  --purple-400: #D05CF0;
  --purple-500: #C22DEB;
  --purple-600: #A513CD;
  --purple-700: #830FA3;
  --purple-800: #5E0B75;
  --purple-900: #3C074B;
  --purple-950: #25042F;
}
Generate More ShadesCreate PaletteConvert Color