Indigo

#550E71

Purple

Color Codes

All color formats for development

HEX
#550E71
RGB
rgb(85, 14, 113)
HSL
hsl(283, 78%, 25%)
OKLCH
oklch(0.346 0.157 313.4)
CMYK
cmyk(25%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

12.44: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
#FAF1
100
#F3DF
200
#E9C4
300
#D897
400
#C460
500
#B333
600
#9619
700
#7714
800
#550E
900
#3709
950
#2206

Shades

Darker variations

1#4D0D66
2#440B5B
3#3C0A4F
4#330844
5#2B0739
6#22062D
7#1A0422
8#110317
9#09010B

Tints

Lighter variations

1#6F1294
2#8816B6
3#A21BD8
4#B333E6
5#C055EA
6#CC77EE
7#D999F2
8#E6BBF7
9#F2DDFB

Tones

Muted variations

1#53136D
2#511868
3#4F1D63
4#4D225E
5#4B2759
6#482C54
7#46314F
8#44364A
9#423B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF1
#FAF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F3DF
#F3DFFB
Light backgroundsTable row hoverSkeleton loading
200
E9C4
#E9C4F8
Secondary backgroundsInput backgroundsDividers
300
D897
#D897F2
BordersInactive statesPlaceholder text
400
C460
#C460EB
Disabled statesSecondary iconsMuted text
500
B333
#B333E6
Primary brand colorCTAsActive elementsLinks
600
9619
#9619C8
Hover statesFocus ringsPrimary buttons hover
700
7714
#77149F
Active/pressed statesDark mode accentsSecondary text
800
550E
#550E71
Text on light backgroundsHeadingsStrong borders
900
3709
#370949
Primary textHigh emphasis contentDark headings
950
2206
#22062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF1FD;
  --indigo-100: #F3DFFB;
  --indigo-200: #E9C4F8;
  --indigo-300: #D897F2;
  --indigo-400: #C460EB;
  --indigo-500: #B333E6;
  --indigo-600: #9619C8;
  --indigo-700: #77149F;
  --indigo-800: #550E71;
  --indigo-900: #370949;
  --indigo-950: #22062D;
}
Generate More ShadesCreate PaletteConvert Color