Indigo

#52159D

Purple

Color Codes

All color formats for development

HEX
#52159D
RGB
rgb(82, 21, 157)
HSL
hsl(267, 76%, 35%)
OKLCH
oklch(0.387 0.194 295.6)
CMYK
cmyk(48%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

10.75:1

AA AAA

On Black Background

1.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#ECE0
200
#DBC5
300
#C098
400
#9F62
500
#8435
600
#681B
700
#5215
800
#3B0F
900
#260A
950
#1806

Shades

Darker variations

1#4A138D
2#42117E
3#3A0F6E
4#310D5E
5#290B4F
6#21093F
7#19062F
8#10041F
9#080210

Tints

Lighter variations

1#6219BA
2#711DD7
3#8233E3
4#9450E7
5#A66DEB
6#B88AEF
7#C9A7F3
8#DBC5F7
9#EDE2FB

Tones

Muted variations

1#531C96
2#542390
3#552A89
4#553182
5#56377B
6#573E74
7#57456E
8#584C67
9#595260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
ECE0
#ECE0FB
Light backgroundsTable row hoverSkeleton loading
200
DBC5
#DBC5F7
Secondary backgroundsInput backgroundsDividers
300
C098
#C098F1
BordersInactive statesPlaceholder text
400
9F62
#9F62EA
Disabled statesSecondary iconsMuted text
500
8435
#8435E3
Primary brand colorCTAsActive elementsLinks
600
681B
#681BC5
Hover statesFocus ringsPrimary buttons hover
700
5215
#52159D
Active/pressed statesDark mode accentsSecondary text
800
3B0F
#3B0F70
Text on light backgroundsHeadingsStrong borders
900
260A
#260A48
Primary textHigh emphasis contentDark headings
950
1806
#18062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F2FD;
  --indigo-100: #ECE0FB;
  --indigo-200: #DBC5F7;
  --indigo-300: #C098F1;
  --indigo-400: #9F62EA;
  --indigo-500: #8435E3;
  --indigo-600: #681BC5;
  --indigo-700: #52159D;
  --indigo-800: #3B0F70;
  --indigo-900: #260A48;
  --indigo-950: #18062D;
}
Generate More ShadesCreate PaletteConvert Color