Indigo

#5D027E

Purple

Color Codes

All color formats for development

HEX
#5D027E
RGB
rgb(93, 2, 126)
HSL
hsl(284, 97%, 25%)
OKLCH
oklch(0.363 0.179 313)
CMYK
cmyk(26%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

11.83:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DC
200
#EDBE
300
#DF8B
400
#CE4F
500
#C01D
600
#A303
700
#8203
800
#5D02
900
#3B01
950
#2501

Shades

Darker variations

1#530271
2#4A0264
3#410158
4#38014B
5#2E013F
6#250132
7#1C0126
8#130019
9#09000D

Tints

Lighter variations

1#7802A3
2#9403C9
3#B004EF
4#C01DFC
5#CB43FC
6#D568FD
7#E08EFD
8#EAB4FE
9#F5D9FE

Tones

Muted variations

1#5A0877
2#570E71
3#54146B
4#511B65
5#4E215F
6#4B2758
7#482D52
8#46334C
9#433A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F5DC
#F5DCFE
Light backgroundsTable row hoverSkeleton loading
200
EDBE
#EDBEFE
Secondary backgroundsInput backgroundsDividers
300
DF8B
#DF8BFD
BordersInactive statesPlaceholder text
400
CE4F
#CE4FFC
Disabled statesSecondary iconsMuted text
500
C01D
#C01DFC
Primary brand colorCTAsActive elementsLinks
600
A303
#A303DD
Hover statesFocus ringsPrimary buttons hover
700
8203
#8203B0
Active/pressed statesDark mode accentsSecondary text
800
5D02
#5D027E
Text on light backgroundsHeadingsStrong borders
900
3B01
#3B0150
Primary textHigh emphasis contentDark headings
950
2501
#250132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF0FF;
  --indigo-100: #F5DCFE;
  --indigo-200: #EDBEFE;
  --indigo-300: #DF8BFD;
  --indigo-400: #CE4FFC;
  --indigo-500: #C01DFC;
  --indigo-600: #A303DD;
  --indigo-700: #8203B0;
  --indigo-800: #5D027E;
  --indigo-900: #3B0150;
  --indigo-950: #250132;
}
Generate More ShadesCreate PaletteConvert Color