Indigo

#5D1EC2

Purple

Color Codes

All color formats for development

HEX
#5D1EC2
RGB
rgb(93, 30, 194)
HSL
hsl(263, 73%, 44%)
OKLCH
oklch(0.443 0.225 291.4)
CMYK
cmyk(52%, 85%, 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
#7938
600
#5D1E
700
#4A18
800
#3511
900
#220B
950
#1507

Shades

Darker variations

1#541BAF
2#4A189B
3#411588
4#381274
5#2F0F61
6#250C4E
7#1C093A
8#130627
9#090313

Tints

Lighter variations

1#6922DB
2#7939E0
3#8A52E4
4#9B6BE8
5#AB83EC
6#BC9CF0
7#CDB5F3
8#DECEF7
9#EEE6FB

Tones

Muted variations

1#5F26BA
2#612FB2
3#6337AA
4#653FA1
5#674799
6#694F91
7#6A5889
8#6C6081
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
#9765E7
Disabled statesSecondary iconsMuted text
500
7938
#7938E0
Primary brand colorCTAsActive elementsLinks
600
5D1E
#5D1EC2
Hover statesFocus ringsPrimary buttons hover
700
4A18
#4A189A
Active/pressed statesDark mode accentsSecondary text
800
3511
#35116E
Text on light backgroundsHeadingsStrong borders
900
220B
#220B47
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: #9765E7;
  --indigo-500: #7938E0;
  --indigo-600: #5D1EC2;
  --indigo-700: #4A189A;
  --indigo-800: #35116E;
  --indigo-900: #220B47;
  --indigo-950: #15072C;
}
Generate More ShadesCreate PaletteConvert Color