Indigo

#5F04AF

Purple

Color Codes

All color formats for development

HEX
#5F04AF
RGB
rgb(95, 4, 175)
HSL
hsl(272, 96%, 35%)
OKLCH
oklch(0.413 0.22 298)
CMYK
cmyk(46%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

9.89:1

AA AAA

On Black Background

2.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#E0BE
300
#C88C
400
#AB50
500
#941E
600
#7704
700
#5F04
800
#4403
900
#2B02
950
#1B01

Shades

Darker variations

1#55039D
2#4C038C
3#42027A
4#390269
5#2F0257
6#260146
7#1C0134
8#130123
9#090011

Tints

Lighter variations

1#7104CF
2#8205F0
3#921CFA
4#A23CFB
5#B15DFC
6#C17DFC
7#D09EFD
8#E0BEFE
9#EFDFFE

Tones

Muted variations

1#5E0CA6
2#5E159E
3#5D1D95
4#5D268D
5#5C2E84
6#5C377C
7#5B4073
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
E0BE
#E0BEFE
Secondary backgroundsInput backgroundsDividers
300
C88C
#C88CFD
BordersInactive statesPlaceholder text
400
AB50
#AB50FB
Disabled statesSecondary iconsMuted text
500
941E
#941EFA
Primary brand colorCTAsActive elementsLinks
600
7704
#7704DC
Hover statesFocus ringsPrimary buttons hover
700
5F04
#5F04AF
Active/pressed statesDark mode accentsSecondary text
800
4403
#44037D
Text on light backgroundsHeadingsStrong borders
900
2B02
#2B0250
Primary textHigh emphasis contentDark headings
950
1B01
#1B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDCFE;
  --indigo-200: #E0BEFE;
  --indigo-300: #C88CFD;
  --indigo-400: #AB50FB;
  --indigo-500: #941EFA;
  --indigo-600: #7704DC;
  --indigo-700: #5F04AF;
  --indigo-800: #44037D;
  --indigo-900: #2B0250;
  --indigo-950: #1B0132;
}
Generate More ShadesCreate PaletteConvert Color