Indigo

#5E0080

Purple

Color Codes

All color formats for development

HEX
#5E0080
RGB
rgb(94, 0, 128)
HSL
hsl(284, 100%, 25%)
OKLCH
oklch(0.365 0.182 312.8)
CMYK
cmyk(27%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

11.75:1

AA AAA

On Black Background

1.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DB
200
#EDBD
300
#E08A
400
#CF4D
500
#C21A
600
#A500
700
#8300
800
#5E00
900
#3C00
950
#2500

Shades

Darker variations

1#540073
2#4B0066
3#410059
4#38004D
5#2F0040
6#250033
7#1C0026
8#13001A
9#09000D

Tints

Lighter variations

1#7A00A6
2#9600CC
3#B200F2
4#C21AFF
5#CC40FF
6#D666FF
7#E08CFF
8#EBB3FF
9#F5D9FF

Tones

Muted variations

1#5B0679
2#580D73
3#55136C
4#521966
5#4F2060
6#4C2659
7#492D53
8#46334D
9#433946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F5DB
#F5DBFF
Light backgroundsTable row hoverSkeleton loading
200
EDBD
#EDBDFF
Secondary backgroundsInput backgroundsDividers
300
E08A
#E08AFF
BordersInactive statesPlaceholder text
400
CF4D
#CF4DFF
Disabled statesSecondary iconsMuted text
500
C21A
#C21AFF
Primary brand colorCTAsActive elementsLinks
600
A500
#A500E0
Hover statesFocus ringsPrimary buttons hover
700
8300
#8300B3
Active/pressed statesDark mode accentsSecondary text
800
5E00
#5E0080
Text on light backgroundsHeadingsStrong borders
900
3C00
#3C0052
Primary textHigh emphasis contentDark headings
950
2500
#250033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF0FF;
  --indigo-100: #F5DBFF;
  --indigo-200: #EDBDFF;
  --indigo-300: #E08AFF;
  --indigo-400: #CF4DFF;
  --indigo-500: #C21AFF;
  --indigo-600: #A500E0;
  --indigo-700: #8300B3;
  --indigo-800: #5E0080;
  --indigo-900: #3C0052;
  --indigo-950: #250033;
}
Generate More ShadesCreate PaletteConvert Color