Indigo

#5903B0

Purple

Color Codes

All color formats for development

HEX
#5903B0
RGB
rgb(89, 3, 176)
HSL
hsl(270, 97%, 35%)
OKLCH
oklch(0.406 0.221 295.1)
CMYK
cmyk(49%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.17: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
#F7F0
100
#EDDC
200
#DEBE
300
#C48B
400
#A64F
500
#8C1D
600
#7003
700
#5903
800
#4002
900
#2901
950
#1A01

Shades

Darker variations

1#50029E
2#47028D
3#3E027B
4#360269
5#2D0158
6#240146
7#1B0135
8#120123
9#090012

Tints

Lighter variations

1#6A03D0
2#7A04F1
3#8B1AFC
4#9C3BFC
5#AC5CFD
6#BD7CFD
7#CD9DFE
8#DEBEFE
9#EEDEFF

Tones

Muted variations

1#590BA7
2#59149F
3#591D96
4#59258D
5#592E85
6#59377C
7#593F73
8#59486B
9#595162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDC
#EDDCFE
Light backgroundsTable row hoverSkeleton loading
200
DEBE
#DEBEFE
Secondary backgroundsInput backgroundsDividers
300
C48B
#C48BFD
BordersInactive statesPlaceholder text
400
A64F
#A64FFC
Disabled statesSecondary iconsMuted text
500
8C1D
#8C1DFC
Primary brand colorCTAsActive elementsLinks
600
7003
#7003DD
Hover statesFocus ringsPrimary buttons hover
700
5903
#5903B0
Active/pressed statesDark mode accentsSecondary text
800
4002
#40027E
Text on light backgroundsHeadingsStrong borders
900
2901
#290150
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: #F7F0FF;
  --indigo-100: #EDDCFE;
  --indigo-200: #DEBEFE;
  --indigo-300: #C48BFD;
  --indigo-400: #A64FFC;
  --indigo-500: #8C1DFC;
  --indigo-600: #7003DD;
  --indigo-700: #5903B0;
  --indigo-800: #40027E;
  --indigo-900: #290150;
  --indigo-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color