Indigo

#46189A

Purple

Color Codes

All color formats for development

HEX
#46189A
RGB
rgb(70, 24, 154)
HSL
hsl(261, 73%, 35%)
OKLCH
oklch(0.373 0.188 289.8)
CMYK
cmyk(55%, 84%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

11.30:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#E9E0
200
#D7C6
300
#B89A
400
#9265
500
#7338
600
#581E
700
#4618
800
#3211
900
#200B
950
#1407

Shades

Darker variations

1#3F168B
2#38137C
3#31116C
4#2A0E5D
5#230C4D
6#1C0A3E
7#15072E
8#0E051F
9#07020F

Tints

Lighter variations

1#531DB7
2#6021D4
3#7236E0
4#8653E4
5#9A70E9
6#AE8CED
7#C2A9F2
8#D7C6F6
9#EBE2FB

Tones

Muted variations

1#481F94
2#4A258D
3#4C2C87
4#4E3280
5#4F397A
6#513F73
7#53466D
8#554C66
9#575360

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E9E0
#E9E0FA
Light backgroundsTable row hoverSkeleton loading
200
D7C6
#D7C6F6
Secondary backgroundsInput backgroundsDividers
300
B89A
#B89AEF
BordersInactive statesPlaceholder text
400
9265
#9265E7
Disabled statesSecondary iconsMuted text
500
7338
#7338E0
Primary brand colorCTAsActive elementsLinks
600
581E
#581EC2
Hover statesFocus ringsPrimary buttons hover
700
4618
#46189A
Active/pressed statesDark mode accentsSecondary text
800
3211
#32116E
Text on light backgroundsHeadingsStrong borders
900
200B
#200B47
Primary textHigh emphasis contentDark headings
950
1407
#14072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F2FD;
  --indigo-100: #E9E0FA;
  --indigo-200: #D7C6F6;
  --indigo-300: #B89AEF;
  --indigo-400: #9265E7;
  --indigo-500: #7338E0;
  --indigo-600: #581EC2;
  --indigo-700: #46189A;
  --indigo-800: #32116E;
  --indigo-900: #200B47;
  --indigo-950: #14072C;
}
Generate More ShadesCreate PaletteConvert Color