Indigo

#5107DA

Purple

Color Codes

All color formats for development

HEX
#5107DA
RGB
rgb(81, 7, 218)
HSL
hsl(261, 94%, 44%)
OKLCH
oklch(0.445 0.26 283.3)
CMYK
cmyk(63%, 97%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

8.78:1

AA AAA

On Black Background

2.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DC
200
#D5BF
300
#B48D
400
#8D52
500
#6C20
600
#5107
700
#4005
800
#2E04
900
#1D02
950
#1202

Shades

Darker variations

1#4906C4
2#4005AE
3#380598
4#300483
5#28036D
6#200357
7#180241
8#10012C
9#080116

Tints

Lighter variations

1#5B08F5
2#6D21F8
3#7F3DF9
4#9159FA
5#A374FB
6#B690FC
7#C8ACFC
8#DAC8FD
9#EDE3FE

Tones

Muted variations

1#5411CF
2#571CC5
3#5A26BA
4#5D31AF
5#603BA5
6#64469A
7#675190
8#6A5B85
9#6D667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DC
#E8DCFE
Light backgroundsTable row hoverSkeleton loading
200
D5BF
#D5BFFD
Secondary backgroundsInput backgroundsDividers
300
B48D
#B48DFB
BordersInactive statesPlaceholder text
400
8D52
#8D52FA
Disabled statesSecondary iconsMuted text
500
6C20
#6C20F8
Primary brand colorCTAsActive elementsLinks
600
5107
#5107DA
Hover statesFocus ringsPrimary buttons hover
700
4005
#4005AD
Active/pressed statesDark mode accentsSecondary text
800
2E04
#2E047C
Text on light backgroundsHeadingsStrong borders
900
1D02
#1D024F
Primary textHigh emphasis contentDark headings
950
1202
#120231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E8DCFE;
  --indigo-200: #D5BFFD;
  --indigo-300: #B48DFB;
  --indigo-400: #8D52FA;
  --indigo-500: #6C20F8;
  --indigo-600: #5107DA;
  --indigo-700: #4005AD;
  --indigo-800: #2E047C;
  --indigo-900: #1D024F;
  --indigo-950: #120231;
}
Generate More ShadesCreate PaletteConvert Color