Indigo

#450D73

Purple

Color Codes

All color formats for development

HEX
#450D73
RGB
rgb(69, 13, 115)
HSL
hsl(273, 80%, 25%)
OKLCH
oklch(0.324 0.156 302.6)
CMYK
cmyk(40%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

13.48: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
#E1C3
300
#C995
400
#AD5E
500
#9530
600
#7916
700
#6012
800
#450D
900
#2C08
950
#1C05

Shades

Darker variations

1#3E0B67
2#370A5C
3#300950
4#290845
5#220639
6#1C052E
7#150422
8#0E0317
9#07010B

Tints

Lighter variations

1#5A1195
2#6E14B8
3#8318DA
4#9530E8
5#A753EC
6#B975F0
7#CA98F4
8#DCBAF7
9#EDDDFB

Tones

Muted variations

1#44126E
2#441769
3#431C63
4#43215E
5#422659
6#422B54
7#41304F
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
E1C3
#E1C3F8
Secondary backgroundsInput backgroundsDividers
300
C995
#C995F3
BordersInactive statesPlaceholder text
400
AD5E
#AD5EED
Disabled statesSecondary iconsMuted text
500
9530
#9530E8
Primary brand colorCTAsActive elementsLinks
600
7916
#7916CA
Hover statesFocus ringsPrimary buttons hover
700
6012
#6012A1
Active/pressed statesDark mode accentsSecondary text
800
450D
#450D73
Text on light backgroundsHeadingsStrong borders
900
2C08
#2C0849
Primary textHigh emphasis contentDark headings
950
1C05
#1C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #EFDFFB;
  --indigo-200: #E1C3F8;
  --indigo-300: #C995F3;
  --indigo-400: #AD5EED;
  --indigo-500: #9530E8;
  --indigo-600: #7916CA;
  --indigo-700: #6012A1;
  --indigo-800: #450D73;
  --indigo-900: #2C0849;
  --indigo-950: #1C052E;
}
Generate More ShadesCreate PaletteConvert Color