Indigo

#5D1FC1

Purple

Color Codes

All color formats for development

HEX
#5D1FC1
RGB
rgb(93, 31, 193)
HSL
hsl(263, 72%, 44%)
OKLCH
oklch(0.443 0.223 291.5)
CMYK
cmyk(52%, 84%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

8.64:1

AA AAA

On Black Background

2.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#EAE0
200
#D8C6
300
#BA9A
400
#9765
500
#793A
600
#5D1F
700
#4A19
800
#3512
900
#220B
950
#1507

Shades

Darker variations

1#541CAE
2#4B199A
3#411687
4#381374
5#2F1060
6#250D4D
7#1C093A
8#130627
9#090313

Tints

Lighter variations

1#6923DA
2#7A3BDF
3#8A53E3
4#9B6CE7
5#AC84EB
6#BC9DEF
7#CDB5F3
8#DECEF7
9#EEE6FB

Tones

Muted variations

1#5F27B9
2#6130B1
3#6338A9
4#6540A1
5#674899
6#695091
7#6B5888
8#6C6080
9#6E6878

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EAE0
#EAE0FA
Light backgroundsTable row hoverSkeleton loading
200
D8C6
#D8C6F6
Secondary backgroundsInput backgroundsDividers
300
BA9A
#BA9AEF
BordersInactive statesPlaceholder text
400
9765
#9765E6
Disabled statesSecondary iconsMuted text
500
793A
#793ADF
Primary brand colorCTAsActive elementsLinks
600
5D1F
#5D1FC1
Hover statesFocus ringsPrimary buttons hover
700
4A19
#4A199A
Active/pressed statesDark mode accentsSecondary text
800
3512
#35126E
Text on light backgroundsHeadingsStrong borders
900
220B
#220B46
Primary textHigh emphasis contentDark headings
950
1507
#15072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F2FD;
  --indigo-100: #EAE0FA;
  --indigo-200: #D8C6F6;
  --indigo-300: #BA9AEF;
  --indigo-400: #9765E6;
  --indigo-500: #793ADF;
  --indigo-600: #5D1FC1;
  --indigo-700: #4A199A;
  --indigo-800: #35126E;
  --indigo-900: #220B46;
  --indigo-950: #15072C;
}
Generate More ShadesCreate PaletteConvert Color