Indigo

#450E71

Purple

Color Codes

All color formats for development

HEX
#450E71
RGB
rgb(69, 14, 113)
HSL
hsl(273, 78%, 25%)
OKLCH
oklch(0.323 0.153 303.3)
CMYK
cmyk(39%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

13.51:1

AA AAA

On Black Background

1.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDF
200
#E0C4
300
#C997
400
#AD60
500
#9533
600
#7919
700
#6014
800
#450E
900
#2C09
950
#1B06

Shades

Darker variations

1#3E0D66
2#370B5B
3#300A4F
4#290844
5#220739
6#1B062D
7#150422
8#0E0317
9#07010B

Tints

Lighter variations

1#591294
2#6E16B6
3#831BD8
4#9533E6
5#A755EA
6#B877EE
7#CA99F2
8#DCBBF7
9#EDDDFB

Tones

Muted variations

1#44136D
2#441868
3#431D63
4#43225E
5#422759
6#422C54
7#41314F
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
E0C4
#E0C4F8
Secondary backgroundsInput backgroundsDividers
300
C997
#C997F2
BordersInactive statesPlaceholder text
400
AD60
#AD60EB
Disabled statesSecondary iconsMuted text
500
9533
#9533E6
Primary brand colorCTAsActive elementsLinks
600
7919
#7919C8
Hover statesFocus ringsPrimary buttons hover
700
6014
#60149F
Active/pressed statesDark mode accentsSecondary text
800
450E
#450E71
Text on light backgroundsHeadingsStrong borders
900
2C09
#2C0949
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: #EFDFFB;
  --indigo-200: #E0C4F8;
  --indigo-300: #C997F2;
  --indigo-400: #AD60EB;
  --indigo-500: #9533E6;
  --indigo-600: #7919C8;
  --indigo-700: #60149F;
  --indigo-800: #450E71;
  --indigo-900: #2C0949;
  --indigo-950: #1B062D;
}
Generate More ShadesCreate PaletteConvert Color