Indigo

#500F71

Purple

Color Codes

All color formats for development

HEX
#500F71
RGB
rgb(80, 15, 113)
HSL
hsl(280, 77%, 25%)
OKLCH
oklch(0.339 0.155 310.3)
CMYK
cmyk(29%, 87%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

12.74: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
#F2DF
200
#E6C4
300
#D397
400
#BD61
500
#AA34
600
#8D1A
700
#7015
800
#500F
900
#3309
950
#2006

Shades

Darker variations

1#480D66
2#400C5A
3#380A4F
4#300944
5#280738
6#20062D
7#180422
8#100317
9#08010B

Tints

Lighter variations

1#681393
2#8017B5
3#981CD6
4#AA34E5
5#B856E9
6#C678ED
7#D499F2
8#E3BBF6
9#F1DDFB

Tones

Muted variations

1#4E146C
2#4D1867
3#4B1D62
4#4A225D
5#482758
6#462C53
7#45314E
8#43364A
9#413B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FD
BackgroundsSubtle highlightsCard backgrounds
100
F2DF
#F2DFFB
Light backgroundsTable row hoverSkeleton loading
200
E6C4
#E6C4F7
Secondary backgroundsInput backgroundsDividers
300
D397
#D397F2
BordersInactive statesPlaceholder text
400
BD61
#BD61EA
Disabled statesSecondary iconsMuted text
500
AA34
#AA34E5
Primary brand colorCTAsActive elementsLinks
600
8D1A
#8D1AC7
Hover statesFocus ringsPrimary buttons hover
700
7015
#70159E
Active/pressed statesDark mode accentsSecondary text
800
500F
#500F71
Text on light backgroundsHeadingsStrong borders
900
3309
#330948
Primary textHigh emphasis contentDark headings
950
2006
#20062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FD;
  --indigo-100: #F2DFFB;
  --indigo-200: #E6C4F7;
  --indigo-300: #D397F2;
  --indigo-400: #BD61EA;
  --indigo-500: #AA34E5;
  --indigo-600: #8D1AC7;
  --indigo-700: #70159E;
  --indigo-800: #500F71;
  --indigo-900: #330948;
  --indigo-950: #20062D;
}
Generate More ShadesCreate PaletteConvert Color