Indigo

#5C05AD

Purple

Color Codes

All color formats for development

HEX
#5C05AD
RGB
rgb(92, 5, 173)
HSL
hsl(271, 94%, 35%)
OKLCH
oklch(0.407 0.218 297.1)
CMYK
cmyk(47%, 97%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

10.10:1

AA AAA

On Black Background

2.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#DFBF
300
#C68D
400
#A952
500
#9020
600
#7407
700
#5C05
800
#4204
900
#2A02
950
#1A02

Shades

Darker variations

1#53059C
2#4A048B
3#400479
4#370368
5#2E0357
6#250245
7#1C0234
8#120123
9#090111

Tints

Lighter variations

1#6D06CD
2#7E07ED
3#8F1EF8
4#9F3EF9
5#AF5EFA
6#BF7EFB
7#CF9FFC
8#DFBFFD
9#EFDFFE

Tones

Muted variations

1#5C0EA5
2#5B169C
3#5B1F94
4#5B278C
5#5B2F83
6#5A387B
7#5A4072
8#5A486A
9#5A5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDC
#EEDCFE
Light backgroundsTable row hoverSkeleton loading
200
DFBF
#DFBFFD
Secondary backgroundsInput backgroundsDividers
300
C68D
#C68DFB
BordersInactive statesPlaceholder text
400
A952
#A952FA
Disabled statesSecondary iconsMuted text
500
9020
#9020F8
Primary brand colorCTAsActive elementsLinks
600
7407
#7407DA
Hover statesFocus ringsPrimary buttons hover
700
5C05
#5C05AD
Active/pressed statesDark mode accentsSecondary text
800
4204
#42047C
Text on light backgroundsHeadingsStrong borders
900
2A02
#2A024F
Primary textHigh emphasis contentDark headings
950
1A02
#1A0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDCFE;
  --indigo-200: #DFBFFD;
  --indigo-300: #C68DFB;
  --indigo-400: #A952FA;
  --indigo-500: #9020F8;
  --indigo-600: #7407DA;
  --indigo-700: #5C05AD;
  --indigo-800: #42047C;
  --indigo-900: #2A024F;
  --indigo-950: #1A0231;
}
Generate More ShadesCreate PaletteConvert Color