Indigo

#520A76

Purple

Color Codes

All color formats for development

HEX
#520A76
RGB
rgb(82, 10, 118)
HSL
hsl(280, 84%, 25%)
OKLCH
oklch(0.343 0.164 309.7)
CMYK
cmyk(31%, 92%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

12.62:1

AA AAA

On Black Background

1.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F2DE
200
#E7C2
300
#D593
400
#BF5B
500
#AC2C
600
#9012
700
#720E
800
#520A
900
#3407
950
#2104

Shades

Darker variations

1#49096A
2#41085E
3#390752
4#310646
5#29053B
6#21042F
7#180323
8#100217
9#08010C

Tints

Lighter variations

1#6A0D98
2#8310BC
3#9B13DF
4#AC2CED
5#BA4FF0
6#C872F3
7#D695F6
8#E3B9F9
9#F1DCFC

Tones

Muted variations

1#501070
2#4E156B
3#4C1A65
4#4A2060
5#49255B
6#472A55
7#453050
8#43354A
9#423A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DE
#F2DEFC
Light backgroundsTable row hoverSkeleton loading
200
E7C2
#E7C2FA
Secondary backgroundsInput backgroundsDividers
300
D593
#D593F6
BordersInactive statesPlaceholder text
400
BF5B
#BF5BF1
Disabled statesSecondary iconsMuted text
500
AC2C
#AC2CED
Primary brand colorCTAsActive elementsLinks
600
9012
#9012CE
Hover statesFocus ringsPrimary buttons hover
700
720E
#720EA4
Active/pressed statesDark mode accentsSecondary text
800
520A
#520A75
Text on light backgroundsHeadingsStrong borders
900
3407
#34074B
Primary textHigh emphasis contentDark headings
950
2104
#21042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FE;
  --indigo-100: #F2DEFC;
  --indigo-200: #E7C2FA;
  --indigo-300: #D593F6;
  --indigo-400: #BF5BF1;
  --indigo-500: #AC2CED;
  --indigo-600: #9012CE;
  --indigo-700: #720EA4;
  --indigo-800: #520A75;
  --indigo-900: #34074B;
  --indigo-950: #21042F;
}
Generate More ShadesCreate PaletteConvert Color