Indigo

#460E71

Purple

Color Codes

All color formats for development

HEX
#460E71
RGB
rgb(70, 14, 113)
HSL
hsl(274, 78%, 25%)
OKLCH
oklch(0.324 0.153 304)
CMYK
cmyk(38%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

13.45:1

AA AAA

On Black Background

1.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDF
200
#E1C4
300
#CA97
400
#AF60
500
#9833
600
#7C19
700
#6314
800
#460E
900
#2D09
950
#1C06

Shades

Darker variations

1#3F0D66
2#380B5B
3#310A4F
4#2A0844
5#230739
6#1C062D
7#150422
8#0E0317
9#07010B

Tints

Lighter variations

1#5B1294
2#7116B6
3#861BD8
4#9833E6
5#A955EA
6#BA77EE
7#CC99F2
8#DDBBF7
9#EEDDFB

Tones

Muted variations

1#46136D
2#451868
3#441D63
4#44225E
5#432759
6#422C54
7#42314F
8#41364A
9#403B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EFDF
#EFDFFB
Light backgroundsTable row hoverSkeleton loading
200
E1C4
#E1C4F8
Secondary backgroundsInput backgroundsDividers
300
CA97
#CA97F2
BordersInactive statesPlaceholder text
400
AF60
#AF60EB
Disabled statesSecondary iconsMuted text
500
9833
#9833E6
Primary brand colorCTAsActive elementsLinks
600
7C19
#7C19C8
Hover statesFocus ringsPrimary buttons hover
700
6314
#63149F
Active/pressed statesDark mode accentsSecondary text
800
460E
#460E71
Text on light backgroundsHeadingsStrong borders
900
2D09
#2D0949
Primary textHigh emphasis contentDark headings
950
1C06
#1C062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #EFDFFB;
  --indigo-200: #E1C4F8;
  --indigo-300: #CA97F2;
  --indigo-400: #AF60EB;
  --indigo-500: #9833E6;
  --indigo-600: #7C19C8;
  --indigo-700: #63149F;
  --indigo-800: #460E71;
  --indigo-900: #2D0949;
  --indigo-950: #1C062D;
}
Generate More ShadesCreate PaletteConvert Color