Indigo

#430E71

Purple

Color Codes

All color formats for development

HEX
#430E71
RGB
rgb(67, 14, 113)
HSL
hsl(272, 78%, 25%)
OKLCH
oklch(0.32 0.152 302)
CMYK
cmyk(41%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

13.64: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
#F8F1
100
#EEDF
200
#E0C4
300
#C797
400
#AA60
500
#9233
600
#7619
700
#5E14
800
#430E
900
#2B09
950
#1B06

Shades

Darker variations

1#3C0D66
2#360B5B
3#2F0A4F
4#280844
5#220739
6#1B062D
7#140422
8#0D0317
9#07010B

Tints

Lighter variations

1#571294
2#6B16B6
3#7F1BD8
4#9233E6
5#A455EA
6#B677EE
7#C999F2
8#DBBBF7
9#EDDDFB

Tones

Muted variations

1#43136D
2#421868
3#421D63
4#42225E
5#412759
6#412C54
7#41314F
8#40364A
9#403B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EEDF
#EEDFFB
Light backgroundsTable row hoverSkeleton loading
200
E0C4
#E0C4F8
Secondary backgroundsInput backgroundsDividers
300
C797
#C797F2
BordersInactive statesPlaceholder text
400
AA60
#AA60EB
Disabled statesSecondary iconsMuted text
500
9233
#9233E6
Primary brand colorCTAsActive elementsLinks
600
7619
#7619C8
Hover statesFocus ringsPrimary buttons hover
700
5E14
#5E149F
Active/pressed statesDark mode accentsSecondary text
800
430E
#430E71
Text on light backgroundsHeadingsStrong borders
900
2B09
#2B0949
Primary textHigh emphasis contentDark headings
950
1B06
#1B062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #EEDFFB;
  --indigo-200: #E0C4F8;
  --indigo-300: #C797F2;
  --indigo-400: #AA60EB;
  --indigo-500: #9233E6;
  --indigo-600: #7619C8;
  --indigo-700: #5E149F;
  --indigo-800: #430E71;
  --indigo-900: #2B0949;
  --indigo-950: #1B062D;
}
Generate More ShadesCreate PaletteConvert Color