Indigo

#450B75

Purple

Color Codes

All color formats for development

HEX
#450B75
RGB
rgb(69, 11, 117)
HSL
hsl(273, 83%, 25%)
OKLCH
oklch(0.324 0.159 302)
CMYK
cmyk(41%, 91%, 0%, 54%)

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
#EFDE
200
#E1C2
300
#C994
400
#AD5C
500
#962D
600
#7A13
700
#610F
800
#450B
900
#2C07
950
#1C04

Shades

Darker variations

1#3E0A69
2#37095D
3#300852
4#290746
5#23053A
6#1C042F
7#150323
8#0E0217
9#07010C

Tints

Lighter variations

1#5A0E98
2#6E11BB
3#8315DE
4#962DEB
5#A750EF
6#B973F2
7#CA96F5
8#DCB9F8
9#EDDCFC

Tones

Muted variations

1#45106F
2#44156A
3#431B65
4#43205F
5#42255A
6#422B55
7#413050
8#41354A
9#403A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDE
#EFDEFC
Light backgroundsTable row hoverSkeleton loading
200
E1C2
#E1C2F9
Secondary backgroundsInput backgroundsDividers
300
C994
#C994F5
BordersInactive statesPlaceholder text
400
AD5C
#AD5CF0
Disabled statesSecondary iconsMuted text
500
962D
#962DEB
Primary brand colorCTAsActive elementsLinks
600
7A13
#7A13CD
Hover statesFocus ringsPrimary buttons hover
700
610F
#610FA3
Active/pressed statesDark mode accentsSecondary text
800
450B
#450B75
Text on light backgroundsHeadingsStrong borders
900
2C07
#2C074B
Primary textHigh emphasis contentDark headings
950
1C04
#1C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EFDEFC;
  --indigo-200: #E1C2F9;
  --indigo-300: #C994F5;
  --indigo-400: #AD5CF0;
  --indigo-500: #962DEB;
  --indigo-600: #7A13CD;
  --indigo-700: #610FA3;
  --indigo-800: #450B75;
  --indigo-900: #2C074B;
  --indigo-950: #1C042F;
}
Generate More ShadesCreate PaletteConvert Color