Indigo

#5E04DC

Purple

Color Codes

All color formats for development

HEX
#5E04DC
RGB
rgb(94, 4, 220)
HSL
hsl(265, 96%, 44%)
OKLCH
oklch(0.459 0.261 288)
CMYK
cmyk(57%, 98%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

8.31:1

AA AAA

On Black Background

2.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADC
200
#D9BE
300
#BB8C
400
#9750
500
#7A1E
600
#5E04
700
#4B04
800
#3603
900
#2202
950
#1501

Shades

Darker variations

1#5504C6
2#4B04B0
3#42039A
4#390384
5#2F026E
6#260258
7#1C0142
8#13012C
9#090016

Tints

Lighter variations

1#6A05F8
2#7A1FFA
3#8B3BFB
4#9C57FC
5#AC73FC
6#BD8FFD
7#CDABFD
8#DEC7FE
9#EEE3FE

Tones

Muted variations

1#600FD1
2#621AC6
3#6425BC
4#6530B1
5#673AA6
6#69459B
7#6B5091
8#6D5B86
9#6E657B

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
#D9BEFE
Secondary backgroundsInput backgroundsDividers
300
BB8C
#BB8CFD
BordersInactive statesPlaceholder text
400
9750
#9750FB
Disabled statesSecondary iconsMuted text
500
7A1E
#7A1EFA
Primary brand colorCTAsActive elementsLinks
600
5E04
#5E04DC
Hover statesFocus ringsPrimary buttons hover
700
4B04
#4B04AF
Active/pressed statesDark mode accentsSecondary text
800
3603
#36037D
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: #D9BEFE;
  --indigo-300: #BB8CFD;
  --indigo-400: #9750FB;
  --indigo-500: #7A1EFA;
  --indigo-600: #5E04DC;
  --indigo-700: #4B04AF;
  --indigo-800: #36037D;
  --indigo-900: #220250;
  --indigo-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color