Indigo

#4B067A

Purple

Color Codes

All color formats for development

HEX
#4B067A
RGB
rgb(75, 6, 122)
HSL
hsl(276, 91%, 25%)
OKLCH
oklch(0.334 0.168 304.2)
CMYK
cmyk(39%, 95%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

13.07:1

AA AAA

On Black Background

1.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DD
200
#E4C0
300
#CF8F
400
#B655
500
#A124
600
#850A
700
#6908
800
#4B06
900
#3004
950
#1E02

Shades

Darker variations

1#44056E
2#3C0561
3#350455
4#2D0349
5#26033D
6#1E0231
7#170225
8#0F0118
9#08010C

Tints

Lighter variations

1#62079E
2#7909C3
3#8F0BE7
4#A124F5
5#B148F6
6#C06DF8
7#D091FA
8#E0B6FC
9#EFDAFD

Tones

Muted variations

1#4A0C74
2#49116E
3#481768
4#471D63
5#46235D
6#442957
7#432E51
8#42344B
9#413A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DD
#F0DDFD
Light backgroundsTable row hoverSkeleton loading
200
E4C0
#E4C0FC
Secondary backgroundsInput backgroundsDividers
300
CF8F
#CF8FFA
BordersInactive statesPlaceholder text
400
B655
#B655F7
Disabled statesSecondary iconsMuted text
500
A124
#A124F5
Primary brand colorCTAsActive elementsLinks
600
850A
#850AD6
Hover statesFocus ringsPrimary buttons hover
700
6908
#6908AA
Active/pressed statesDark mode accentsSecondary text
800
4B06
#4B067A
Text on light backgroundsHeadingsStrong borders
900
3004
#30044E
Primary textHigh emphasis contentDark headings
950
1E02
#1E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FE;
  --indigo-100: #F0DDFD;
  --indigo-200: #E4C0FC;
  --indigo-300: #CF8FFA;
  --indigo-400: #B655F7;
  --indigo-500: #A124F5;
  --indigo-600: #850AD6;
  --indigo-700: #6908AA;
  --indigo-800: #4B067A;
  --indigo-900: #30044E;
  --indigo-950: #1E0231;
}
Generate More ShadesCreate PaletteConvert Color