Indigo

#520BD5

Purple

Color Codes

All color formats for development

HEX
#520BD5
RGB
rgb(82, 11, 213)
HSL
hsl(261, 90%, 44%)
OKLCH
oklch(0.442 0.254 284.4)
CMYK
cmyk(62%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

8.87:1

AA AAA

On Black Background

2.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DD
200
#D5C0
300
#B590
400
#8E55
500
#6D25
600
#520B
700
#4109
800
#2F06
900
#1E04
950
#1303

Shades

Darker variations

1#4A0AC0
2#4209AB
3#390895
4#310780
5#29066B
6#210455
7#190340
8#10022B
9#080115

Tints

Lighter variations

1#5C0DF0
2#6E26F4
3#8041F5
4#925CF6
5#A477F8
6#B692F9
7#C9AEFB
8#DBC9FC
9#EDE4FE

Tones

Muted variations

1#5515CB
2#581FC1
3#5B2AB7
4#5E34AD
5#613EA3
6#644899
7#67528E
8#6A5C84
9#6D667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D5C0
#D5C0FC
Secondary backgroundsInput backgroundsDividers
300
B590
#B590F9
BordersInactive statesPlaceholder text
400
8E55
#8E55F6
Disabled statesSecondary iconsMuted text
500
6D25
#6D25F4
Primary brand colorCTAsActive elementsLinks
600
520B
#520BD5
Hover statesFocus ringsPrimary buttons hover
700
4109
#4109AA
Active/pressed statesDark mode accentsSecondary text
800
2F06
#2F0679
Text on light backgroundsHeadingsStrong borders
900
1E04
#1E044E
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: #F5F0FE;
  --indigo-100: #E8DDFD;
  --indigo-200: #D5C0FC;
  --indigo-300: #B590F9;
  --indigo-400: #8E55F6;
  --indigo-500: #6D25F4;
  --indigo-600: #520BD5;
  --indigo-700: #4109AA;
  --indigo-800: #2F0679;
  --indigo-900: #1E044E;
  --indigo-950: #130330;
}
Generate More ShadesCreate PaletteConvert Color