Indigo

#5216CA

Purple

Color Codes

All color formats for development

HEX
#5216CA
RGB
rgb(82, 22, 202)
HSL
hsl(260, 80%, 44%)
OKLCH
oklch(0.435 0.238 285.8)
CMYK
cmyk(59%, 89%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.03:1

AA AAA

On Black Background

2.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D5C3
300
#B595
400
#8E5E
500
#6E30
600
#5216
700
#4112
800
#2F0D
900
#1E08
950
#1305

Shades

Darker variations

1#4A14B6
2#4212A2
3#3A108D
4#310D79
5#290B65
6#210951
7#19073D
8#100428
9#080214

Tints

Lighter variations

1#5D19E4
2#6E31E8
3#804BEB
4#9265EE
5#A57EF1
6#B798F4
7#C9B2F6
8#DBCCF9
9#EDE5FC

Tones

Muted variations

1#551FC1
2#5828B8
3#5B31AF
4#5E3AA6
5#61439D
6#644C94
7#67558B
8#6A5E82
9#6D6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFB
Light backgroundsTable row hoverSkeleton loading
200
D5C3
#D5C3F8
Secondary backgroundsInput backgroundsDividers
300
B595
#B595F3
BordersInactive statesPlaceholder text
400
8E5E
#8E5EED
Disabled statesSecondary iconsMuted text
500
6E30
#6E30E8
Primary brand colorCTAsActive elementsLinks
600
5216
#5216CA
Hover statesFocus ringsPrimary buttons hover
700
4112
#4112A1
Active/pressed statesDark mode accentsSecondary text
800
2F0D
#2F0D73
Text on light backgroundsHeadingsStrong borders
900
1E08
#1E0849
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E8DFFB;
  --indigo-200: #D5C3F8;
  --indigo-300: #B595F3;
  --indigo-400: #8E5EED;
  --indigo-500: #6E30E8;
  --indigo-600: #5216CA;
  --indigo-700: #4112A1;
  --indigo-800: #2F0D73;
  --indigo-900: #1E0849;
  --indigo-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color