Indigo

#5011A2

Purple

Color Codes

All color formats for development

HEX
#5011A2
RGB
rgb(80, 17, 162)
HSL
hsl(266, 81%, 35%)
OKLCH
oklch(0.387 0.201 293.6)
CMYK
cmyk(51%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

10.81:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EBDF
200
#DAC3
300
#BE95
400
#9C5D
500
#802F
600
#6415
700
#5011
800
#390C
900
#2408
950
#1705

Shades

Darker variations

1#480F91
2#400E81
3#380C71
4#300A61
5#280851
6#200741
7#180530
8#100320
9#080210

Tints

Lighter variations

1#5E14C0
2#6D17DE
3#7E2DE9
4#914BEC
5#A369EF
6#B687F2
7#C8A5F6
8#DAC3F9
9#EDE1FC

Tones

Muted variations

1#51189A
2#521F93
3#53278C
4#532E85
5#54357D
6#553C76
7#56446F
8#574B68
9#585260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EBDF
#EBDFFC
Light backgroundsTable row hoverSkeleton loading
200
DAC3
#DAC3F9
Secondary backgroundsInput backgroundsDividers
300
BE95
#BE95F4
BordersInactive statesPlaceholder text
400
9C5D
#9C5DEE
Disabled statesSecondary iconsMuted text
500
802F
#802FE9
Primary brand colorCTAsActive elementsLinks
600
6415
#6415CB
Hover statesFocus ringsPrimary buttons hover
700
5011
#5011A2
Active/pressed statesDark mode accentsSecondary text
800
390C
#390C73
Text on light backgroundsHeadingsStrong borders
900
2408
#24084A
Primary textHigh emphasis contentDark headings
950
1705
#17052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FE;
  --indigo-100: #EBDFFC;
  --indigo-200: #DAC3F9;
  --indigo-300: #BE95F4;
  --indigo-400: #9C5DEE;
  --indigo-500: #802FE9;
  --indigo-600: #6415CB;
  --indigo-700: #5011A2;
  --indigo-800: #390C73;
  --indigo-900: #24084A;
  --indigo-950: #17052E;
}
Generate More ShadesCreate PaletteConvert Color