Indigo

#53189A

Purple

Color Codes

All color formats for development

HEX
#53189A
RGB
rgb(83, 24, 154)
HSL
hsl(267, 73%, 35%)
OKLCH
oklch(0.388 0.188 296.7)
CMYK
cmyk(46%, 84%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

10.69:1

AA AAA

On Black Background

1.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#ECE0
200
#DBC6
300
#C09A
400
#9F65
500
#8438
600
#681E
700
#5318
800
#3B11
900
#260B
950
#1807

Shades

Darker variations

1#4A168B
2#42137C
3#3A116C
4#320E5D
5#290C4D
6#210A3E
7#19072E
8#11051F
9#08020F

Tints

Lighter variations

1#621DB7
2#7121D4
3#8336E0
4#9453E4
5#A670E9
6#B88CED
7#CAA9F2
8#DBC6F6
9#EDE2FB

Tones

Muted variations

1#531F94
2#54258D
3#552C87
4#553280
5#56397A
6#573F73
7#57466D
8#584C66
9#595360

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
ECE0
#ECE0FA
Light backgroundsTable row hoverSkeleton loading
200
DBC6
#DBC6F6
Secondary backgroundsInput backgroundsDividers
300
C09A
#C09AEF
BordersInactive statesPlaceholder text
400
9F65
#9F65E7
Disabled statesSecondary iconsMuted text
500
8438
#8438E0
Primary brand colorCTAsActive elementsLinks
600
681E
#681EC2
Hover statesFocus ringsPrimary buttons hover
700
5318
#53189A
Active/pressed statesDark mode accentsSecondary text
800
3B11
#3B116E
Text on light backgroundsHeadingsStrong borders
900
260B
#260B47
Primary textHigh emphasis contentDark headings
950
1807
#18072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F2FD;
  --indigo-100: #ECE0FA;
  --indigo-200: #DBC6F6;
  --indigo-300: #C09AEF;
  --indigo-400: #9F65E7;
  --indigo-500: #8438E0;
  --indigo-600: #681EC2;
  --indigo-700: #53189A;
  --indigo-800: #3B116E;
  --indigo-900: #260B47;
  --indigo-950: #18072C;
}
Generate More ShadesCreate PaletteConvert Color