Indigo

#5B0080

Purple

Color Codes

All color formats for development

HEX
#5B0080
RGB
rgb(91, 0, 128)
HSL
hsl(283, 100%, 25%)
OKLCH
oklch(0.361 0.181 311.3)
CMYK
cmyk(29%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

11.96:1

AA AAA

On Black Background

1.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DB
200
#ECBD
300
#DE8A
400
#CC4D
500
#BE1A
600
#A100
700
#8000
800
#5B00
900
#3A00
950
#2500

Shades

Darker variations

1#520073
2#490066
3#400059
4#37004D
5#2E0040
6#250033
7#1B0026
8#12001A
9#09000D

Tints

Lighter variations

1#7700A6
2#9200CC
3#AE00F2
4#BE1AFF
5#C940FF
6#D466FF
7#DE8CFF
8#E9B3FF
9#F4D9FF

Tones

Muted variations

1#590679
2#560D73
3#53136C
4#501966
5#4E2060
6#4B2659
7#482D53
8#45334D
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
ECBD
#ECBDFF
Secondary backgroundsInput backgroundsDividers
300
DE8A
#DE8AFF
BordersInactive statesPlaceholder text
400
CC4D
#CC4DFF
Disabled statesSecondary iconsMuted text
500
BE1A
#BE1AFF
Primary brand colorCTAsActive elementsLinks
600
A100
#A100E0
Hover statesFocus ringsPrimary buttons hover
700
8000
#8000B3
Active/pressed statesDark mode accentsSecondary text
800
5B00
#5B0080
Text on light backgroundsHeadingsStrong borders
900
3A00
#3A0052
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: #ECBDFF;
  --indigo-300: #DE8AFF;
  --indigo-400: #CC4DFF;
  --indigo-500: #BE1AFF;
  --indigo-600: #A100E0;
  --indigo-700: #8000B3;
  --indigo-800: #5B0080;
  --indigo-900: #3A0052;
  --indigo-950: #250033;
}
Generate More ShadesCreate PaletteConvert Color