Indigo

#32116E

Purple

Color Codes

All color formats for development

HEX
#32116E
RGB
rgb(50, 17, 110)
HSL
hsl(261, 73%, 25%)
OKLCH
oklch(0.298 0.145 290.8)
CMYK
cmyk(55%, 85%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

14.57:1

AA AAA

On Black Background

1.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#E9E0
200
#D7C6
300
#B89A
400
#9265
500
#7338
600
#581E
700
#4618
800
#3211
900
#200B
950
#1407

Shades

Darker variations

1#2D0F63
2#280E58
3#230C4D
4#1E0A42
5#190937
6#14072C
7#0F0521
8#0A0316
9#05020B

Tints

Lighter variations

1#41168F
2#501CB0
3#5F21D2
4#7338E0
5#8A5AE5
6#A27BEA
7#B99CF0
8#D0BDF5
9#E8DEFA

Tones

Muted variations

1#33166A
2#351B65
3#361F60
4#37245C
5#392857
6#3A2D52
7#3C324E
8#3D3649
9#3E3B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E9E0
#E9E0FA
Light backgroundsTable row hoverSkeleton loading
200
D7C6
#D7C6F6
Secondary backgroundsInput backgroundsDividers
300
B89A
#B89AEF
BordersInactive statesPlaceholder text
400
9265
#9265E7
Disabled statesSecondary iconsMuted text
500
7338
#7338E0
Primary brand colorCTAsActive elementsLinks
600
581E
#581EC2
Hover statesFocus ringsPrimary buttons hover
700
4618
#46189A
Active/pressed statesDark mode accentsSecondary text
800
3211
#32116E
Text on light backgroundsHeadingsStrong borders
900
200B
#200B47
Primary textHigh emphasis contentDark headings
950
1407
#14072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F2FD;
  --indigo-100: #E9E0FA;
  --indigo-200: #D7C6F6;
  --indigo-300: #B89AEF;
  --indigo-400: #9265E7;
  --indigo-500: #7338E0;
  --indigo-600: #581EC2;
  --indigo-700: #46189A;
  --indigo-800: #32116E;
  --indigo-900: #200B47;
  --indigo-950: #14072C;
}
Generate More ShadesCreate PaletteConvert Color