Indigo

#4005AD

Purple

Color Codes

All color formats for development

HEX
#4005AD
RGB
rgb(64, 5, 173)
HSL
hsl(261, 94%, 35%)
OKLCH
oklch(0.376 0.218 283.9)
CMYK
cmyk(63%, 97%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

11.39:1

AA AAA

On Black Background

1.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DC
200
#D5BF
300
#B48D
400
#8D52
500
#6C20
600
#5107
700
#4005
800
#2E04
900
#1D02
950
#1202

Shades

Darker variations

1#3A059C
2#33048B
3#2D0479
4#260368
5#200357
6#1A0245
7#130234
8#0D0123
9#060111

Tints

Lighter variations

1#4C06CD
2#5807ED
3#6A1EF8
4#803EF9
5#955EFA
6#AA7EFB
7#BF9FFC
8#D5BFFD
9#EADFFE

Tones

Muted variations

1#430EA5
2#45169C
3#481F94
4#4A278C
5#4D2F83
6#4F387B
7#524072
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
D5BF
#D5BFFD
Secondary backgroundsInput backgroundsDividers
300
B48D
#B48DFB
BordersInactive statesPlaceholder text
400
8D52
#8D52FA
Disabled statesSecondary iconsMuted text
500
6C20
#6C20F8
Primary brand colorCTAsActive elementsLinks
600
5107
#5107DA
Hover statesFocus ringsPrimary buttons hover
700
4005
#4005AD
Active/pressed statesDark mode accentsSecondary text
800
2E04
#2E047C
Text on light backgroundsHeadingsStrong borders
900
1D02
#1D024F
Primary textHigh emphasis contentDark headings
950
1202
#120231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E8DCFE;
  --indigo-200: #D5BFFD;
  --indigo-300: #B48DFB;
  --indigo-400: #8D52FA;
  --indigo-500: #6C20F8;
  --indigo-600: #5107DA;
  --indigo-700: #4005AD;
  --indigo-800: #2E047C;
  --indigo-900: #1D024F;
  --indigo-950: #120231;
}
Generate More ShadesCreate PaletteConvert Color