Indigo

#400080

Purple

Color Codes

All color formats for development

HEX
#400080
RGB
rgb(64, 0, 128)
HSL
hsl(270, 100%, 25%)
OKLCH
oklch(0.322 0.176 295.8)
CMYK
cmyk(50%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

13.73:1

AA AAA

On Black Background

1.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDB
200
#DEBD
300
#C48A
400
#A64D
500
#8C1A
600
#7000
700
#5900
800
#4000
900
#2900
950
#1A00

Shades

Darker variations

1#390073
2#330066
3#2D0059
4#26004D
5#200040
6#190033
7#130026
8#0D001A
9#06000D

Tints

Lighter variations

1#5300A6
2#6600CC
3#7900F2
4#8C1AFF
5#9F40FF
6#B266FF
7#C68CFF
8#D9B3FF
9#ECD9FF

Tones

Muted variations

1#400679
2#400D73
3#40136C
4#401966
5#402060
6#402659
7#402D53
8#40334D
9#403946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDB
#EDDBFF
Light backgroundsTable row hoverSkeleton loading
200
DEBD
#DEBDFF
Secondary backgroundsInput backgroundsDividers
300
C48A
#C48AFF
BordersInactive statesPlaceholder text
400
A64D
#A64DFF
Disabled statesSecondary iconsMuted text
500
8C1A
#8C1AFF
Primary brand colorCTAsActive elementsLinks
600
7000
#7000E0
Hover statesFocus ringsPrimary buttons hover
700
5900
#5900B3
Active/pressed statesDark mode accentsSecondary text
800
4000
#400080
Text on light backgroundsHeadingsStrong borders
900
2900
#290052
Primary textHigh emphasis contentDark headings
950
1A00
#1A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #EDDBFF;
  --indigo-200: #DEBDFF;
  --indigo-300: #C48AFF;
  --indigo-400: #A64DFF;
  --indigo-500: #8C1AFF;
  --indigo-600: #7000E0;
  --indigo-700: #5900B3;
  --indigo-800: #400080;
  --indigo-900: #290052;
  --indigo-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color