Indigo

#5C159E

Purple

Color Codes

All color formats for development

HEX
#5C159E
RGB
rgb(92, 21, 158)
HSL
hsl(271, 77%, 35%)
OKLCH
oklch(0.401 0.196 300.4)
CMYK
cmyk(42%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

10.21:1

AA AAA

On Black Background

2.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDF
200
#DFC4
300
#C697
400
#A861
500
#8F34
600
#731A
700
#5C15
800
#410F
900
#2A09
950
#1A06

Shades

Darker variations

1#52128E
2#49107E
3#400E6F
4#370C5F
5#2E0A4F
6#25083F
7#1B062F
8#120420
9#090210

Tints

Lighter variations

1#6D18BB
2#7E1CD9
3#8E32E4
4#9E4FE8
5#AE6CEC
6#BE8AF0
7#CFA7F4
8#DFC4F7
9#EFE2FB

Tones

Muted variations

1#5B1B97
2#5B2290
3#5B2989
4#5B3082
5#5A377C
6#5A3E75
7#5A456E
8#5A4C67
9#595260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EEDF
#EEDFFB
Light backgroundsTable row hoverSkeleton loading
200
DFC4
#DFC4F7
Secondary backgroundsInput backgroundsDividers
300
C697
#C697F2
BordersInactive statesPlaceholder text
400
A861
#A861EA
Disabled statesSecondary iconsMuted text
500
8F34
#8F34E5
Primary brand colorCTAsActive elementsLinks
600
731A
#731AC7
Hover statesFocus ringsPrimary buttons hover
700
5C15
#5C159E
Active/pressed statesDark mode accentsSecondary text
800
410F
#410F71
Text on light backgroundsHeadingsStrong borders
900
2A09
#2A0948
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: #F8F1FD;
  --indigo-100: #EEDFFB;
  --indigo-200: #DFC4F7;
  --indigo-300: #C697F2;
  --indigo-400: #A861EA;
  --indigo-500: #8F34E5;
  --indigo-600: #731AC7;
  --indigo-700: #5C159E;
  --indigo-800: #410F71;
  --indigo-900: #2A0948;
  --indigo-950: #1A062D;
}
Generate More ShadesCreate PaletteConvert Color