Indigo

#460D72

Purple

Color Codes

All color formats for development

HEX
#460D72
RGB
rgb(70, 13, 114)
HSL
hsl(274, 80%, 25%)
OKLCH
oklch(0.324 0.155 303.7)
CMYK
cmyk(39%, 89%, 0%, 55%)

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
#E1C3
300
#CB95
400
#AF5E
500
#9830
600
#7C16
700
#6312
800
#470D
900
#2D08
950
#1C05

Shades

Darker variations

1#3F0B67
2#380A5C
3#310950
4#2A0845
5#230639
6#1C052E
7#150422
8#0E0317
9#07010B

Tints

Lighter variations

1#5C1195
2#7114B8
3#8618DA
4#9830E8
5#AA53EC
6#BB75F0
7#CC98F4
8#DDBAF7
9#EEDDFB

Tones

Muted variations

1#46126E
2#451769
3#451C63
4#44215E
5#432659
6#422B54
7#42304F
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
CB95
#CB95F3
BordersInactive statesPlaceholder text
400
AF5E
#AF5EED
Disabled statesSecondary iconsMuted text
500
9830
#9830E8
Primary brand colorCTAsActive elementsLinks
600
7C16
#7C16CA
Hover statesFocus ringsPrimary buttons hover
700
6312
#6312A1
Active/pressed statesDark mode accentsSecondary text
800
470D
#470D73
Text on light backgroundsHeadingsStrong borders
900
2D08
#2D0849
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: #CB95F3;
  --indigo-400: #AF5EED;
  --indigo-500: #9830E8;
  --indigo-600: #7C16CA;
  --indigo-700: #6312A1;
  --indigo-800: #470D73;
  --indigo-900: #2D0849;
  --indigo-950: #1C052E;
}
Generate More ShadesCreate PaletteConvert Color