Indigo

#420080

Purple

Color Codes

All color formats for development

HEX
#420080
RGB
rgb(66, 0, 128)
HSL
hsl(271, 100%, 25%)
OKLCH
oklch(0.325 0.176 297)
CMYK
cmyk(48%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

13.61:1

AA AAA

On Black Background

1.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDB
200
#DFBD
300
#C68A
400
#A94D
500
#901A
600
#7400
700
#5C00
800
#4200
900
#2A00
950
#1A00

Shades

Darker variations

1#3B0073
2#350066
3#2E0059
4#28004D
5#210040
6#1A0033
7#140026
8#0D001A
9#07000D

Tints

Lighter variations

1#5600A6
2#6900CC
3#7D00F2
4#901AFF
5#A340FF
6#B566FF
7#C88CFF
8#DAB3FF
9#EDD9FF

Tones

Muted variations

1#420679
2#410D73
3#41136C
4#411966
5#412060
6#412659
7#402D53
8#40334D
9#403946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDB
#EEDBFF
Light backgroundsTable row hoverSkeleton loading
200
DFBD
#DFBDFF
Secondary backgroundsInput backgroundsDividers
300
C68A
#C68AFF
BordersInactive statesPlaceholder text
400
A94D
#A94DFF
Disabled statesSecondary iconsMuted text
500
901A
#901AFF
Primary brand colorCTAsActive elementsLinks
600
7400
#7400E0
Hover statesFocus ringsPrimary buttons hover
700
5C00
#5C00B3
Active/pressed statesDark mode accentsSecondary text
800
4200
#420080
Text on light backgroundsHeadingsStrong borders
900
2A00
#2A0052
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: #F8F0FF;
  --indigo-100: #EEDBFF;
  --indigo-200: #DFBDFF;
  --indigo-300: #C68AFF;
  --indigo-400: #A94DFF;
  --indigo-500: #901AFF;
  --indigo-600: #7400E0;
  --indigo-700: #5C00B3;
  --indigo-800: #420080;
  --indigo-900: #2A0052;
  --indigo-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color