Indigo

#55067A

Purple

Color Codes

All color formats for development

HEX
#55067A
RGB
rgb(85, 6, 122)
HSL
hsl(281, 91%, 25%)
OKLCH
oklch(0.349 0.171 310.1)
CMYK
cmyk(30%, 95%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

12.40:1

AA AAA

On Black Background

1.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F3DD
200
#E9C0
300
#D88F
400
#C455
500
#B324
600
#960A
700
#7708
800
#5506
900
#3604
950
#2202

Shades

Darker variations

1#4D056E
2#440561
3#3C0455
4#330349
5#2B033D
6#220231
7#1A0225
8#110118
9#09010C

Tints

Lighter variations

1#6F079E
2#8809C3
3#A20BE7
4#B324F5
5#BF48F6
6#CC6DF8
7#D991FA
8#E6B6FC
9#F2DAFD

Tones

Muted variations

1#530C74
2#51116E
3#4F1768
4#4D1D63
5#4A235D
6#482957
7#462E51
8#44344B
9#423A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F3DD
#F3DDFD
Light backgroundsTable row hoverSkeleton loading
200
E9C0
#E9C0FC
Secondary backgroundsInput backgroundsDividers
300
D88F
#D88FFA
BordersInactive statesPlaceholder text
400
C455
#C455F7
Disabled statesSecondary iconsMuted text
500
B324
#B324F5
Primary brand colorCTAsActive elementsLinks
600
960A
#960AD6
Hover statesFocus ringsPrimary buttons hover
700
7708
#7708AA
Active/pressed statesDark mode accentsSecondary text
800
5506
#55067A
Text on light backgroundsHeadingsStrong borders
900
3604
#36044E
Primary textHigh emphasis contentDark headings
950
2202
#220231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FE;
  --indigo-100: #F3DDFD;
  --indigo-200: #E9C0FC;
  --indigo-300: #D88FFA;
  --indigo-400: #C455F7;
  --indigo-500: #B324F5;
  --indigo-600: #960AD6;
  --indigo-700: #7708AA;
  --indigo-800: #55067A;
  --indigo-900: #36044E;
  --indigo-950: #220231;
}
Generate More ShadesCreate PaletteConvert Color