Indigo

#4004AE

Purple

Color Codes

All color formats for development

HEX
#4004AE
RGB
rgb(64, 4, 174)
HSL
hsl(261, 96%, 35%)
OKLCH
oklch(0.377 0.219 283.8)
CMYK
cmyk(63%, 98%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

11.37:1

AA AAA

On Black Background

1.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DC
200
#D4BE
300
#B38C
400
#8C50
500
#6B1E
600
#5004
700
#4004
800
#2D03
900
#1D02
950
#1201

Shades

Darker variations

1#39039D
2#33038C
3#2C027A
4#260269
5#200257
6#190146
7#130134
8#0D0123
9#060011

Tints

Lighter variations

1#4B04CF
2#5705F0
3#6A1CFA
4#7F3CFB
5#945DFC
6#AA7DFC
7#BF9EFD
8#D4BEFE
9#EADFFE

Tones

Muted variations

1#420CA6
2#45159E
3#471D95
4#4A268D
5#4C2E84
6#4F377C
7#524073
8#54486A
9#575162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DC
#E8DCFE
Light backgroundsTable row hoverSkeleton loading
200
D4BE
#D4BEFE
Secondary backgroundsInput backgroundsDividers
300
B38C
#B38CFD
BordersInactive statesPlaceholder text
400
8C50
#8C50FB
Disabled statesSecondary iconsMuted text
500
6B1E
#6B1EFA
Primary brand colorCTAsActive elementsLinks
600
5004
#5004DC
Hover statesFocus ringsPrimary buttons hover
700
4004
#4004AF
Active/pressed statesDark mode accentsSecondary text
800
2D03
#2D037D
Text on light backgroundsHeadingsStrong borders
900
1D02
#1D0250
Primary textHigh emphasis contentDark headings
950
1201
#120132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E8DCFE;
  --indigo-200: #D4BEFE;
  --indigo-300: #B38CFD;
  --indigo-400: #8C50FB;
  --indigo-500: #6B1EFA;
  --indigo-600: #5004DC;
  --indigo-700: #4004AF;
  --indigo-800: #2D037D;
  --indigo-900: #1D0250;
  --indigo-950: #120132;
}
Generate More ShadesCreate PaletteConvert Color