Indigo

#4C189A

Purple

Color Codes

All color formats for development

HEX
#4C189A
RGB
rgb(76, 24, 154)
HSL
hsl(264, 73%, 35%)
OKLCH
oklch(0.38 0.188 293)
CMYK
cmyk(51%, 84%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

11.03:1

AA AAA

On Black Background

1.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#EBE0
200
#D9C6
300
#BC9A
400
#9965
500
#7B38
600
#601E
700
#4C18
800
#3611
900
#230B
950
#1607

Shades

Darker variations

1#45168B
2#3D137C
3#35116C
4#2E0E5D
5#260C4D
6#1E0A3E
7#17072E
8#0F051F
9#08020F

Tints

Lighter variations

1#5A1DB7
2#6921D4
3#7A36E0
4#8D53E4
5#A070E9
6#B38CED
7#C6A9F2
8#D9C6F6
9#ECE2FB

Tones

Muted variations

1#4E1F94
2#4F258D
3#502C87
4#513280
5#53397A
6#543F73
7#55466D
8#574C66
9#585360

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EBE0
#EBE0FA
Light backgroundsTable row hoverSkeleton loading
200
D9C6
#D9C6F6
Secondary backgroundsInput backgroundsDividers
300
BC9A
#BC9AEF
BordersInactive statesPlaceholder text
400
9965
#9965E7
Disabled statesSecondary iconsMuted text
500
7B38
#7B38E0
Primary brand colorCTAsActive elementsLinks
600
601E
#601EC2
Hover statesFocus ringsPrimary buttons hover
700
4C18
#4C189A
Active/pressed statesDark mode accentsSecondary text
800
3611
#36116E
Text on light backgroundsHeadingsStrong borders
900
230B
#230B47
Primary textHigh emphasis contentDark headings
950
1607
#16072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F2FD;
  --indigo-100: #EBE0FA;
  --indigo-200: #D9C6F6;
  --indigo-300: #BC9AEF;
  --indigo-400: #9965E7;
  --indigo-500: #7B38E0;
  --indigo-600: #601EC2;
  --indigo-700: #4C189A;
  --indigo-800: #36116E;
  --indigo-900: #230B47;
  --indigo-950: #16072C;
}
Generate More ShadesCreate PaletteConvert Color