Indigo

#5918C9

Purple

Color Codes

All color formats for development

HEX
#5918C9
RGB
rgb(89, 24, 201)
HSL
hsl(262, 79%, 44%)
OKLCH
oklch(0.442 0.236 288.7)
CMYK
cmyk(56%, 88%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

8.75:1

AA AAA

On Black Background

2.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#E9DF
200
#D7C4
300
#B896
400
#935F
500
#7432
600
#5918
700
#4613
800
#320D
900
#2009
950
#1405

Shades

Darker variations

1#5015B5
2#4713A1
3#3E108D
4#350E79
5#2C0C64
6#230950
7#1B073C
8#120528
9#090214

Tints

Lighter variations

1#641BE2
2#7533E7
3#864CEA
4#9766ED
5#A97FF0
6#BA99F3
7#CBB2F6
8#DCCCF9
9#EEE5FC

Tones

Muted variations

1#5B20C0
2#5D29B7
3#6032AE
4#623BA5
5#64449D
6#674D94
7#69568B
8#6B5E82
9#6E6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFB
Light backgroundsTable row hoverSkeleton loading
200
D7C4
#D7C4F8
Secondary backgroundsInput backgroundsDividers
300
B896
#B896F3
BordersInactive statesPlaceholder text
400
935F
#935FEC
Disabled statesSecondary iconsMuted text
500
7432
#7432E7
Primary brand colorCTAsActive elementsLinks
600
5918
#5918C9
Hover statesFocus ringsPrimary buttons hover
700
4613
#4613A0
Active/pressed statesDark mode accentsSecondary text
800
320D
#320D72
Text on light backgroundsHeadingsStrong borders
900
2009
#200949
Primary textHigh emphasis contentDark headings
950
1405
#14052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FD;
  --indigo-100: #E9DFFB;
  --indigo-200: #D7C4F8;
  --indigo-300: #B896F3;
  --indigo-400: #935FEC;
  --indigo-500: #7432E7;
  --indigo-600: #5918C9;
  --indigo-700: #4613A0;
  --indigo-800: #320D72;
  --indigo-900: #200949;
  --indigo-950: #14052E;
}
Generate More ShadesCreate PaletteConvert Color