Indigo

#4C0080

Purple

Color Codes

All color formats for development

HEX
#4C0080
RGB
rgb(76, 0, 128)
HSL
hsl(276, 100%, 25%)
OKLCH
oklch(0.338 0.178 303)
CMYK
cmyk(41%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

12.97: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
#F1DB
200
#E4BD
300
#D08A
400
#B84D
500
#A31A
600
#8700
700
#6B00
800
#4C00
900
#3100
950
#1F00

Shades

Darker variations

1#450073
2#3D0066
3#360059
4#2E004D
5#260040
6#1F0033
7#170026
8#0F001A
9#08000D

Tints

Lighter variations

1#6300A6
2#7A00CC
3#9100F2
4#A31AFF
5#B340FF
6#C266FF
7#D18CFF
8#E0B3FF
9#F0D9FF

Tones

Muted variations

1#4B0679
2#4A0D73
3#49136C
4#471966
5#462060
6#452659
7#442D53
8#42334D
9#413946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DB
#F1DBFF
Light backgroundsTable row hoverSkeleton loading
200
E4BD
#E4BDFF
Secondary backgroundsInput backgroundsDividers
300
D08A
#D08AFF
BordersInactive statesPlaceholder text
400
B84D
#B84DFF
Disabled statesSecondary iconsMuted text
500
A31A
#A31AFF
Primary brand colorCTAsActive elementsLinks
600
8700
#8700E0
Hover statesFocus ringsPrimary buttons hover
700
6B00
#6B00B3
Active/pressed statesDark mode accentsSecondary text
800
4C00
#4C0080
Text on light backgroundsHeadingsStrong borders
900
3100
#310052
Primary textHigh emphasis contentDark headings
950
1F00
#1F0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FF;
  --indigo-100: #F1DBFF;
  --indigo-200: #E4BDFF;
  --indigo-300: #D08AFF;
  --indigo-400: #B84DFF;
  --indigo-500: #A31AFF;
  --indigo-600: #8700E0;
  --indigo-700: #6B00B3;
  --indigo-800: #4C0080;
  --indigo-900: #310052;
  --indigo-950: #1F0033;
}
Generate More ShadesCreate PaletteConvert Color