Indigo

#500A76

Purple

Color Codes

All color formats for development

HEX
#500A76
RGB
rgb(80, 10, 118)
HSL
hsl(279, 84%, 25%)
OKLCH
oklch(0.34 0.163 308.5)
CMYK
cmyk(32%, 92%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

12.76:1

AA AAA

On Black Background

1.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F2DE
200
#E6C2
300
#D393
400
#BC5B
500
#A92C
600
#8C12
700
#700E
800
#500A
900
#3307
950
#2004

Shades

Darker variations

1#48096A
2#40085E
3#380752
4#300646
5#28053B
6#20042F
7#180323
8#100217
9#08010C

Tints

Lighter variations

1#680D98
2#8010BC
3#9813DF
4#A92CED
5#B74FF0
6#C672F3
7#D495F6
8#E2B9F9
9#F1DCFC

Tones

Muted variations

1#4E1070
2#4D156B
3#4B1A65
4#492060
5#48255B
6#462A55
7#453050
8#43354A
9#413A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DE
#F2DEFC
Light backgroundsTable row hoverSkeleton loading
200
E6C2
#E6C2FA
Secondary backgroundsInput backgroundsDividers
300
D393
#D393F6
BordersInactive statesPlaceholder text
400
BC5B
#BC5BF1
Disabled statesSecondary iconsMuted text
500
A92C
#A92CED
Primary brand colorCTAsActive elementsLinks
600
8C12
#8C12CE
Hover statesFocus ringsPrimary buttons hover
700
700E
#700EA4
Active/pressed statesDark mode accentsSecondary text
800
500A
#500A75
Text on light backgroundsHeadingsStrong borders
900
3307
#33074B
Primary textHigh emphasis contentDark headings
950
2004
#20042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FE;
  --indigo-100: #F2DEFC;
  --indigo-200: #E6C2FA;
  --indigo-300: #D393F6;
  --indigo-400: #BC5BF1;
  --indigo-500: #A92CED;
  --indigo-600: #8C12CE;
  --indigo-700: #700EA4;
  --indigo-800: #500A75;
  --indigo-900: #33074B;
  --indigo-950: #20042F;
}
Generate More ShadesCreate PaletteConvert Color