Indigo

#47067A

Purple

Color Codes

All color formats for development

HEX
#47067A
RGB
rgb(71, 6, 122)
HSL
hsl(274, 91%, 25%)
OKLCH
oklch(0.329 0.168 301.8)
CMYK
cmyk(42%, 95%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

13.33:1

AA AAA

On Black Background

1.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDD
200
#E2C0
300
#CB8F
400
#B155
500
#9A24
600
#7E0A
700
#6408
800
#4706
900
#2E04
950
#1D02

Shades

Darker variations

1#40056E
2#390561
3#320455
4#2B0349
5#24033D
6#1D0231
7#150225
8#0E0118
9#07010C

Tints

Lighter variations

1#5D079E
2#7209C3
3#880BE7
4#9A24F5
5#AB48F6
6#BC6DF8
7#CD91FA
8#DDB6FC
9#EEDAFD

Tones

Muted variations

1#470C74
2#46116E
3#451768
4#441D63
5#44235D
6#432957
7#422E51
8#41344B
9#413A46

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
E2C0
#E2C0FC
Secondary backgroundsInput backgroundsDividers
300
CB8F
#CB8FFA
BordersInactive statesPlaceholder text
400
B155
#B155F7
Disabled statesSecondary iconsMuted text
500
9A24
#9A24F5
Primary brand colorCTAsActive elementsLinks
600
7E0A
#7E0AD6
Hover statesFocus ringsPrimary buttons hover
700
6408
#6408AA
Active/pressed statesDark mode accentsSecondary text
800
4706
#47067A
Text on light backgroundsHeadingsStrong borders
900
2E04
#2E044E
Primary textHigh emphasis contentDark headings
950
1D02
#1D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FE;
  --indigo-100: #EFDDFD;
  --indigo-200: #E2C0FC;
  --indigo-300: #CB8FFA;
  --indigo-400: #B155F7;
  --indigo-500: #9A24F5;
  --indigo-600: #7E0AD6;
  --indigo-700: #6408AA;
  --indigo-800: #47067A;
  --indigo-900: #2E044E;
  --indigo-950: #1D0231;
}
Generate More ShadesCreate PaletteConvert Color