Indigo

#5902B1

Purple

Color Codes

All color formats for development

HEX
#5902B1
RGB
rgb(89, 2, 177)
HSL
hsl(270, 98%, 35%)
OKLCH
oklch(0.407 0.222 294.9)
CMYK
cmyk(50%, 99%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.15:1

AA AAA

On Black Background

2.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDC
200
#DEBD
300
#C48B
400
#A64E
500
#8C1C
600
#7002
700
#5902
800
#4001
900
#2901
950
#1A01

Shades

Darker variations

1#50029F
2#47018D
3#3E017C
4#36016A
5#2D0158
6#240147
7#1B0135
8#120023
9#090012

Tints

Lighter variations

1#6A02D2
2#7A02F2
3#8B19FD
4#9C3AFD
5#AC5BFD
6#BD7CFE
7#CD9DFE
8#DEBDFE
9#EEDEFF

Tones

Muted variations

1#590BA8
2#59139F
3#591C96
4#59258E
5#592E85
6#59367C
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
#EDDCFF
Light backgroundsTable row hoverSkeleton loading
200
DEBD
#DEBDFE
Secondary backgroundsInput backgroundsDividers
300
C48B
#C48BFE
BordersInactive statesPlaceholder text
400
A64E
#A64EFD
Disabled statesSecondary iconsMuted text
500
8C1C
#8C1CFD
Primary brand colorCTAsActive elementsLinks
600
7002
#7002DE
Hover statesFocus ringsPrimary buttons hover
700
5902
#5902B1
Active/pressed statesDark mode accentsSecondary text
800
4001
#40017E
Text on light backgroundsHeadingsStrong borders
900
2901
#290151
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: #EDDCFF;
  --indigo-200: #DEBDFE;
  --indigo-300: #C48BFE;
  --indigo-400: #A64EFD;
  --indigo-500: #8C1CFD;
  --indigo-600: #7002DE;
  --indigo-700: #5902B1;
  --indigo-800: #40017E;
  --indigo-900: #290151;
  --indigo-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color