Indigo

#4D057A

Purple

Color Codes

All color formats for development

HEX
#4D057A
RGB
rgb(77, 5, 122)
HSL
hsl(277, 92%, 25%)
OKLCH
oklch(0.337 0.169 305.5)
CMYK
cmyk(37%, 96%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

12.98:1

AA AAA

On Black Background

1.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DD
200
#E5BF
300
#D18E
400
#B954
500
#A523
600
#8809
700
#6C07
800
#4D05
900
#3203
950
#1F02

Shades

Darker variations

1#46056E
2#3E0462
3#360456
4#2E0349
5#27033D
6#1F0231
7#170225
8#0F0118
9#08010C

Tints

Lighter variations

1#65079F
2#7C08C4
3#930AE9
4#A523F6
5#B447F7
6#C36CF9
7#D291FA
8#E1B6FC
9#F0DAFD

Tones

Muted variations

1#4C0B75
2#4B116F
3#491769
4#481D63
5#47225D
6#452857
7#442E51
8#42344B
9#413A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F1DD
#F1DDFE
Light backgroundsTable row hoverSkeleton loading
200
E5BF
#E5BFFC
Secondary backgroundsInput backgroundsDividers
300
D18E
#D18EFA
BordersInactive statesPlaceholder text
400
B954
#B954F8
Disabled statesSecondary iconsMuted text
500
A523
#A523F6
Primary brand colorCTAsActive elementsLinks
600
8809
#8809D7
Hover statesFocus ringsPrimary buttons hover
700
6C07
#6C07AB
Active/pressed statesDark mode accentsSecondary text
800
4D05
#4D057A
Text on light backgroundsHeadingsStrong borders
900
3203
#32034E
Primary textHigh emphasis contentDark headings
950
1F02
#1F0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FE;
  --indigo-100: #F1DDFE;
  --indigo-200: #E5BFFC;
  --indigo-300: #D18EFA;
  --indigo-400: #B954F8;
  --indigo-500: #A523F6;
  --indigo-600: #8809D7;
  --indigo-700: #6C07AB;
  --indigo-800: #4D057A;
  --indigo-900: #32034E;
  --indigo-950: #1F0231;
}
Generate More ShadesCreate PaletteConvert Color