Indigo

#5C04AF

Purple

Color Codes

All color formats for development

HEX
#5C04AF
RGB
rgb(92, 4, 175)
HSL
hsl(271, 96%, 35%)
OKLCH
oklch(0.409 0.22 296.7)
CMYK
cmyk(47%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.04:1

AA AAA

On Black Background

2.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#DFBE
300
#C68C
400
#A950
500
#901E
600
#7404
700
#5C04
800
#4203
900
#2A02
950
#1A01

Shades

Darker variations

1#53039D
2#4A038C
3#40027A
4#370269
5#2E0257
6#250146
7#1C0134
8#120123
9#090011

Tints

Lighter variations

1#6D04CF
2#7E05F0
3#8F1CFA
4#9F3CFB
5#AF5DFC
6#BF7DFC
7#CF9EFD
8#DFBEFE
9#EFDFFE

Tones

Muted variations

1#5C0CA6
2#5C159E
3#5B1D95
4#5B268D
5#5B2E84
6#5A377C
7#5A4073
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
DFBE
#DFBEFE
Secondary backgroundsInput backgroundsDividers
300
C68C
#C68CFD
BordersInactive statesPlaceholder text
400
A950
#A950FB
Disabled statesSecondary iconsMuted text
500
901E
#901EFA
Primary brand colorCTAsActive elementsLinks
600
7404
#7404DC
Hover statesFocus ringsPrimary buttons hover
700
5C04
#5C04AF
Active/pressed statesDark mode accentsSecondary text
800
4203
#42037D
Text on light backgroundsHeadingsStrong borders
900
2A02
#2A0250
Primary textHigh emphasis contentDark headings
950
1A01
#1A0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDCFE;
  --indigo-200: #DFBEFE;
  --indigo-300: #C68CFD;
  --indigo-400: #A950FB;
  --indigo-500: #901EFA;
  --indigo-600: #7404DC;
  --indigo-700: #5C04AF;
  --indigo-800: #42037D;
  --indigo-900: #2A0250;
  --indigo-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color