Purple

#8310A2

Pink

Color Codes

All color formats for development

HEX
#8310A2
RGB
rgb(131, 16, 162)
HSL
hsl(287, 82%, 35%)
OKLCH
oklch(0.456 0.212 317)
CMYK
cmyk(19%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

8.20:1

AA AAA

On Black Background

2.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F5DF
200
#EDC3
300
#E094
400
#CF5D
500
#C22E
600
#A414
700
#8310
800
#5D0B
900
#3C07
950
#2505

Shades

Darker variations

1#760E92
2#690D82
3#5C0B72
4#4E0A61
5#410851
6#340641
7#270531
8#1A0320
9#0D0210

Tints

Lighter variations

1#9B13C1
2#B316DF
3#C12CEA
4#CA4AED
5#D368F0
6#DC86F3
7#E4A5F6
8#EDC3F9
9#F6E1FC

Tones

Muted variations

1#7F179B
2#7A1F94
3#76268C
4#722D85
5#6E357E
6#6A3C77
7#66436F
8#624B68
9#5D5261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F5DF
#F5DFFC
Light backgroundsTable row hoverSkeleton loading
200
EDC3
#EDC3F9
Secondary backgroundsInput backgroundsDividers
300
E094
#E094F4
BordersInactive statesPlaceholder text
400
CF5D
#CF5DEF
Disabled statesSecondary iconsMuted text
500
C22E
#C22EEA
Primary brand colorCTAsActive elementsLinks
600
A414
#A414CC
Hover statesFocus ringsPrimary buttons hover
700
8310
#8310A2
Active/pressed statesDark mode accentsSecondary text
800
5D0B
#5D0B74
Text on light backgroundsHeadingsStrong borders
900
3C07
#3C074A
Primary textHigh emphasis contentDark headings
950
2505
#25052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FBF1FE;
  --purple-100: #F5DFFC;
  --purple-200: #EDC3F9;
  --purple-300: #E094F4;
  --purple-400: #CF5DEF;
  --purple-500: #C22EEA;
  --purple-600: #A414CC;
  --purple-700: #8310A2;
  --purple-800: #5D0B74;
  --purple-900: #3C074A;
  --purple-950: #25052E;
}
Generate More ShadesCreate PaletteConvert Color