Indigo

#4804AF

Purple

Color Codes

All color formats for development

HEX
#4804AF
RGB
rgb(72, 4, 175)
HSL
hsl(264, 96%, 35%)
OKLCH
oklch(0.386 0.22 287.3)
CMYK
cmyk(59%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.98:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADC
200
#D7BE
300
#B98C
400
#9550
500
#761E
600
#5B04
700
#4804
800
#3403
900
#2102
950
#1501

Shades

Darker variations

1#41039D
2#3A038C
3#32027A
4#2B0269
5#240257
6#1D0146
7#160134
8#0E0123
9#070011

Tints

Lighter variations

1#5604CF
2#6305F0
3#751CFA
4#883CFB
5#9C5DFC
6#B07DFC
7#C49EFD
8#D7BEFE
9#EBDFFE

Tones

Muted variations

1#4A0CA6
2#4C159E
3#4D1D95
4#4F268D
5#512E84
6#52377C
7#544073
8#56486A
9#585162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADC
#EADCFE
Light backgroundsTable row hoverSkeleton loading
200
D7BE
#D7BEFE
Secondary backgroundsInput backgroundsDividers
300
B98C
#B98CFD
BordersInactive statesPlaceholder text
400
9550
#9550FB
Disabled statesSecondary iconsMuted text
500
761E
#761EFA
Primary brand colorCTAsActive elementsLinks
600
5B04
#5B04DC
Hover statesFocus ringsPrimary buttons hover
700
4804
#4804AF
Active/pressed statesDark mode accentsSecondary text
800
3403
#34037D
Text on light backgroundsHeadingsStrong borders
900
2102
#210250
Primary textHigh emphasis contentDark headings
950
1501
#150132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FF;
  --indigo-100: #EADCFE;
  --indigo-200: #D7BEFE;
  --indigo-300: #B98CFD;
  --indigo-400: #9550FB;
  --indigo-500: #761EFA;
  --indigo-600: #5B04DC;
  --indigo-700: #4804AF;
  --indigo-800: #34037D;
  --indigo-900: #210250;
  --indigo-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color