Indigo

#5E06DB

Purple

Color Codes

All color formats for development

HEX
#5E06DB
RGB
rgb(94, 6, 219)
HSL
hsl(265, 95%, 44%)
OKLCH
oklch(0.459 0.26 288.1)
CMYK
cmyk(57%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

8.32:1

AA AAA

On Black Background

2.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADC
200
#D9BE
300
#BB8D
400
#9851
500
#7A1F
600
#5E06
700
#4B04
800
#3603
900
#2202
950
#1501

Shades

Darker variations

1#5505C5
2#4C04AF
3#420499
4#390383
5#2F036D
6#260258
7#1C0242
8#13012C
9#090116

Tints

Lighter variations

1#6A06F7
2#7B20F9
3#8B3CFA
4#9C58FB
5#AC74FB
6#BD90FC
7#CDABFD
8#DEC7FE
9#EEE3FE

Tones

Muted variations

1#6010D0
2#621BC5
3#6426BB
4#6630B0
5#673BA5
6#69469B
7#6B5090
8#6D5B86
9#6E667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADC
#EADCFE
Light backgroundsTable row hoverSkeleton loading
200
D9BE
#D9BEFD
Secondary backgroundsInput backgroundsDividers
300
BB8D
#BB8DFC
BordersInactive statesPlaceholder text
400
9851
#9851FB
Disabled statesSecondary iconsMuted text
500
7A1F
#7A1FF9
Primary brand colorCTAsActive elementsLinks
600
5E06
#5E06DB
Hover statesFocus ringsPrimary buttons hover
700
4B04
#4B04AE
Active/pressed statesDark mode accentsSecondary text
800
3603
#36037C
Text on light backgroundsHeadingsStrong borders
900
2202
#220250
Primary textHigh emphasis contentDark headings
950
1501
#150132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FF;
  --indigo-100: #EADCFE;
  --indigo-200: #D9BEFD;
  --indigo-300: #BB8DFC;
  --indigo-400: #9851FB;
  --indigo-500: #7A1FF9;
  --indigo-600: #5E06DB;
  --indigo-700: #4B04AE;
  --indigo-800: #36037C;
  --indigo-900: #220250;
  --indigo-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color