Indigo

#4B116E

Purple

Color Codes

All color formats for development

HEX
#4B116E
RGB
rgb(75, 17, 110)
HSL
hsl(277, 73%, 25%)
OKLCH
oklch(0.331 0.149 308.2)
CMYK
cmyk(32%, 85%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

13.09:1

AA AAA

On Black Background

1.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F2
100
#F0E0
200
#E3C6
300
#CE9A
400
#B565
500
#A038
600
#831E
700
#6818
800
#4B11
900
#300B
950
#1E07

Shades

Darker variations

1#430F63
2#3C0E58
3#340C4D
4#2D0A42
5#250937
6#1E072C
7#160521
8#0F0316
9#07020B

Tints

Lighter variations

1#61168F
2#771CB0
3#8E21D2
4#A038E0
5#B05AE5
6#C07BEA
7#CF9CF0
8#DFBDF5
9#EFDEFA

Tones

Muted variations

1#4A166A
2#481B65
3#471F60
4#46245C
5#452857
6#442D52
7#43324E
8#423649
9#413B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F2
#F9F2FD
BackgroundsSubtle highlightsCard backgrounds
100
F0E0
#F0E0FA
Light backgroundsTable row hoverSkeleton loading
200
E3C6
#E3C6F6
Secondary backgroundsInput backgroundsDividers
300
CE9A
#CE9AEF
BordersInactive statesPlaceholder text
400
B565
#B565E7
Disabled statesSecondary iconsMuted text
500
A038
#A038E0
Primary brand colorCTAsActive elementsLinks
600
831E
#831EC2
Hover statesFocus ringsPrimary buttons hover
700
6818
#68189A
Active/pressed statesDark mode accentsSecondary text
800
4B11
#4B116E
Text on light backgroundsHeadingsStrong borders
900
300B
#300B47
Primary textHigh emphasis contentDark headings
950
1E07
#1E072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F2FD;
  --indigo-100: #F0E0FA;
  --indigo-200: #E3C6F6;
  --indigo-300: #CE9AEF;
  --indigo-400: #B565E7;
  --indigo-500: #A038E0;
  --indigo-600: #831EC2;
  --indigo-700: #68189A;
  --indigo-800: #4B116E;
  --indigo-900: #300B47;
  --indigo-950: #1E072C;
}
Generate More ShadesCreate PaletteConvert Color