Indigo

#6109AA

Purple

Color Codes

All color formats for development

HEX
#6109AA
RGB
rgb(97, 9, 170)
HSL
hsl(273, 90%, 35%)
OKLCH
oklch(0.412 0.214 300.1)
CMYK
cmyk(43%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

9.87:1

AA AAA

On Black Background

2.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDD
200
#E1C0
300
#CA90
400
#AE55
500
#9725
600
#7A0B
700
#6109
800
#4506
900
#2C04
950
#1C03

Shades

Darker variations

1#580899
2#4E0788
3#440677
4#3A0566
5#310455
6#270444
7#1D0333
8#130222
9#0A0111

Tints

Lighter variations

1#730BC9
2#850CE9
3#9523F3
4#A542F5
5#B462F7
6#C381F8
7#D2A1FA
8#E1C0FC
9#F0E0FD

Tones

Muted variations

1#6011A2
2#60199A
3#5F2191
4#5E2989
5#5D3181
6#5C3979
7#5C4171
8#5B4969
9#5A5161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDD
#EFDDFD
Light backgroundsTable row hoverSkeleton loading
200
E1C0
#E1C0FC
Secondary backgroundsInput backgroundsDividers
300
CA90
#CA90F9
BordersInactive statesPlaceholder text
400
AE55
#AE55F6
Disabled statesSecondary iconsMuted text
500
9725
#9725F4
Primary brand colorCTAsActive elementsLinks
600
7A0B
#7A0BD5
Hover statesFocus ringsPrimary buttons hover
700
6109
#6109AA
Active/pressed statesDark mode accentsSecondary text
800
4506
#450679
Text on light backgroundsHeadingsStrong borders
900
2C04
#2C044E
Primary textHigh emphasis contentDark headings
950
1C03
#1C0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FE;
  --indigo-100: #EFDDFD;
  --indigo-200: #E1C0FC;
  --indigo-300: #CA90F9;
  --indigo-400: #AE55F6;
  --indigo-500: #9725F4;
  --indigo-600: #7A0BD5;
  --indigo-700: #6109AA;
  --indigo-800: #450679;
  --indigo-900: #2C044E;
  --indigo-950: #1C0330;
}
Generate More ShadesCreate PaletteConvert Color