Indigo

#5404AF

Purple

Color Codes

All color formats for development

HEX
#5404AF
RGB
rgb(84, 4, 175)
HSL
hsl(268, 96%, 35%)
OKLCH
oklch(0.4 0.219 293)
CMYK
cmyk(52%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.43:1

AA AAA

On Black Background

2.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#ECDC
200
#DCBE
300
#C18C
400
#A050
500
#851E
600
#6904
700
#5404
800
#3C03
900
#2602
950
#1801

Shades

Darker variations

1#4B039D
2#43038C
3#3A027A
4#320269
5#2A0257
6#210146
7#190134
8#110123
9#080011

Tints

Lighter variations

1#6304CF
2#7305F0
3#841CFA
4#953CFB
5#A75DFC
6#B87DFC
7#CA9EFD
8#DCBEFE
9#EDDFFE

Tones

Muted variations

1#540CA6
2#55159E
3#551D95
4#56268D
5#562E84
6#57377C
7#584073
8#58486A
9#595162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
ECDC
#ECDCFE
Light backgroundsTable row hoverSkeleton loading
200
DCBE
#DCBEFE
Secondary backgroundsInput backgroundsDividers
300
C18C
#C18CFD
BordersInactive statesPlaceholder text
400
A050
#A050FB
Disabled statesSecondary iconsMuted text
500
851E
#851EFA
Primary brand colorCTAsActive elementsLinks
600
6904
#6904DC
Hover statesFocus ringsPrimary buttons hover
700
5404
#5404AF
Active/pressed statesDark mode accentsSecondary text
800
3C03
#3C037D
Text on light backgroundsHeadingsStrong borders
900
2602
#260250
Primary textHigh emphasis contentDark headings
950
1801
#180132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #ECDCFE;
  --indigo-200: #DCBEFE;
  --indigo-300: #C18CFD;
  --indigo-400: #A050FB;
  --indigo-500: #851EFA;
  --indigo-600: #6904DC;
  --indigo-700: #5404AF;
  --indigo-800: #3C037D;
  --indigo-900: #260250;
  --indigo-950: #180132;
}
Generate More ShadesCreate PaletteConvert Color