Indigo

#4916CA

Purple

Color Codes

All color formats for development

HEX
#4916CA
RGB
rgb(73, 22, 202)
HSL
hsl(257, 80%, 44%)
OKLCH
oklch(0.427 0.24 282.2)
CMYK
cmyk(64%, 89%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.33:1

AA AAA

On Black Background

2.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C3
300
#B095
400
#875E
500
#6430
600
#4916
700
#3A12
800
#2A0D
900
#1B08
950
#1105

Shades

Darker variations

1#4214B6
2#3B12A2
3#33108D
4#2C0D79
5#250B65
6#1D0951
7#16073D
8#0F0428
9#070214

Tints

Lighter variations

1#5319E4
2#6531E8
3#784BEB
4#8C65EE
5#9F7EF1
6#B298F4
7#C5B2F6
8#D9CCF9
9#ECE5FC

Tones

Muted variations

1#4D1FC1
2#5128B8
3#5531AF
4#593AA6
5#5D439D
6#614C94
7#65558B
8#685E82
9#6C6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFB
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F8
Secondary backgroundsInput backgroundsDividers
300
B095
#B095F3
BordersInactive statesPlaceholder text
400
875E
#875EED
Disabled statesSecondary iconsMuted text
500
6430
#6430E8
Primary brand colorCTAsActive elementsLinks
600
4916
#4916CA
Hover statesFocus ringsPrimary buttons hover
700
3A12
#3A12A1
Active/pressed statesDark mode accentsSecondary text
800
2A0D
#2A0D73
Text on light backgroundsHeadingsStrong borders
900
1B08
#1B0849
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E7DFFB;
  --indigo-200: #D2C3F8;
  --indigo-300: #B095F3;
  --indigo-400: #875EED;
  --indigo-500: #6430E8;
  --indigo-600: #4916CA;
  --indigo-700: #3A12A1;
  --indigo-800: #2A0D73;
  --indigo-900: #1B0849;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color