Indigo

#5C159D

Purple

Color Codes

All color formats for development

HEX
#5C159D
RGB
rgb(92, 21, 157)
HSL
hsl(271, 76%, 35%)
OKLCH
oklch(0.4 0.195 300.7)
CMYK
cmyk(41%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

10.25:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F2
100
#EEE0
200
#DFC5
300
#C698
400
#A862
500
#8F35
600
#731B
700
#5C15
800
#410F
900
#2A0A
950
#1A06

Shades

Darker variations

1#52138D
2#49117E
3#400F6E
4#370D5E
5#2E0B4F
6#25093F
7#1B062F
8#12041F
9#090210

Tints

Lighter variations

1#6D19BA
2#7E1DD7
3#8E33E3
4#9E50E7
5#AE6DEB
6#BE8AEF
7#CFA7F3
8#DFC5F7
9#EFE2FB

Tones

Muted variations

1#5B1C96
2#5B2390
3#5B2A89
4#5B3182
5#5A377B
6#5A3E74
7#5A456E
8#5A4C67
9#595260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F2
#F8F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EEE0
#EEE0FB
Light backgroundsTable row hoverSkeleton loading
200
DFC5
#DFC5F7
Secondary backgroundsInput backgroundsDividers
300
C698
#C698F1
BordersInactive statesPlaceholder text
400
A862
#A862EA
Disabled statesSecondary iconsMuted text
500
8F35
#8F35E3
Primary brand colorCTAsActive elementsLinks
600
731B
#731BC5
Hover statesFocus ringsPrimary buttons hover
700
5C15
#5C159D
Active/pressed statesDark mode accentsSecondary text
800
410F
#410F70
Text on light backgroundsHeadingsStrong borders
900
2A0A
#2A0A48
Primary textHigh emphasis contentDark headings
950
1A06
#1A062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F2FD;
  --indigo-100: #EEE0FB;
  --indigo-200: #DFC5F7;
  --indigo-300: #C698F1;
  --indigo-400: #A862EA;
  --indigo-500: #8F35E3;
  --indigo-600: #731BC5;
  --indigo-700: #5C159D;
  --indigo-800: #410F70;
  --indigo-900: #2A0A48;
  --indigo-950: #1A062D;
}
Generate More ShadesCreate PaletteConvert Color