Indigo

#520CD4

Purple

Color Codes

All color formats for development

HEX
#520CD4
RGB
rgb(82, 12, 212)
HSL
hsl(261, 89%, 44%)
OKLCH
oklch(0.441 0.252 284.5)
CMYK
cmyk(61%, 94%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

8.89:1

AA AAA

On Black Background

2.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DD
200
#D5C0
300
#B590
400
#8E56
500
#6E26
600
#520C
700
#410A
800
#2F07
900
#1E04
950
#1303

Shades

Darker variations

1#4A0BBF
2#420AAA
3#3A0994
4#31077F
5#29066A
6#210555
7#190440
8#10022A
9#080115

Tints

Lighter variations

1#5D0EEF
2#6E27F2
3#8042F4
4#925DF6
5#A578F7
6#B793F9
7#C9AEFA
8#DBC9FC
9#EDE4FD

Tones

Muted variations

1#5516CA
2#5820C0
3#5B2AB6
4#5E34AC
5#613EA2
6#644898
7#67528E
8#6A5C84
9#6D667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D5C0
#D5C0FB
Secondary backgroundsInput backgroundsDividers
300
B590
#B590F9
BordersInactive statesPlaceholder text
400
8E56
#8E56F5
Disabled statesSecondary iconsMuted text
500
6E26
#6E26F2
Primary brand colorCTAsActive elementsLinks
600
520C
#520CD4
Hover statesFocus ringsPrimary buttons hover
700
410A
#410AA9
Active/pressed statesDark mode accentsSecondary text
800
2F07
#2F0778
Text on light backgroundsHeadingsStrong borders
900
1E04
#1E044D
Primary textHigh emphasis contentDark headings
950
1303
#130330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E8DDFD;
  --indigo-200: #D5C0FB;
  --indigo-300: #B590F9;
  --indigo-400: #8E56F5;
  --indigo-500: #6E26F2;
  --indigo-600: #520CD4;
  --indigo-700: #410AA9;
  --indigo-800: #2F0778;
  --indigo-900: #1E044D;
  --indigo-950: #130330;
}
Generate More ShadesCreate PaletteConvert Color