Purple

#7111A2

Purple

Color Codes

All color formats for development

HEX
#7111A2
RGB
rgb(113, 17, 162)
HSL
hsl(280, 81%, 35%)
OKLCH
oklch(0.43 0.206 309.3)
CMYK
cmyk(30%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

9.11:1

AA AAA

On Black Background

2.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F2DF
200
#E7C3
300
#D495
400
#BE5D
500
#AB2F
600
#8E15
700
#7111
800
#510C
900
#3408
950
#2005

Shades

Darker variations

1#660F91
2#5B0E81
3#4F0C71
4#440A61
5#390851
6#2D0741
7#220530
8#170320
9#0B0210

Tints

Lighter variations

1#8614C0
2#9B17DE
3#AA2DE9
4#B64BEC
5#C369EF
6#CF87F2
7#DBA5F6
8#E7C3F9
9#F3E1FC

Tones

Muted variations

1#6F189A
2#6D1F93
3#6A278C
4#682E85
5#65357D
6#633C76
7#60446F
8#5E4B68
9#5C5260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DF
#F2DFFC
Light backgroundsTable row hoverSkeleton loading
200
E7C3
#E7C3F9
Secondary backgroundsInput backgroundsDividers
300
D495
#D495F4
BordersInactive statesPlaceholder text
400
BE5D
#BE5DEE
Disabled statesSecondary iconsMuted text
500
AB2F
#AB2FE9
Primary brand colorCTAsActive elementsLinks
600
8E15
#8E15CB
Hover statesFocus ringsPrimary buttons hover
700
7111
#7111A2
Active/pressed statesDark mode accentsSecondary text
800
510C
#510C73
Text on light backgroundsHeadingsStrong borders
900
3408
#34084A
Primary textHigh emphasis contentDark headings
950
2005
#20052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F1FE;
  --purple-100: #F2DFFC;
  --purple-200: #E7C3F9;
  --purple-300: #D495F4;
  --purple-400: #BE5DEE;
  --purple-500: #AB2FE9;
  --purple-600: #8E15CB;
  --purple-700: #7111A2;
  --purple-800: #510C73;
  --purple-900: #34084A;
  --purple-950: #20052E;
}
Generate More ShadesCreate PaletteConvert Color