Indigo

#590E71

Pink

Color Codes

All color formats for development

HEX
#590E71
RGB
rgb(89, 14, 113)
HSL
hsl(285, 78%, 25%)
OKLCH
oklch(0.352 0.159 315.7)
CMYK
cmyk(21%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

12.17:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF1
100
#F4DF
200
#EBC4
300
#DB97
400
#C960
500
#B933
600
#9C19
700
#7C14
800
#590E
900
#3909
950
#2306

Shades

Darker variations

1#500D66
2#470B5B
3#3E0A4F
4#350844
5#2C0739
6#23062D
7#1B0422
8#120317
9#09010B

Tints

Lighter variations

1#731294
2#8E16B6
3#A81BD8
4#B933E6
5#C555EA
6#D077EE
7#DC99F2
8#E8BBF7
9#F3DDFB

Tones

Muted variations

1#56136D
2#541868
3#511D63
4#4F225E
5#4C2759
6#4A2C54
7#47314F
8#45364A
9#423B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF1
#FAF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F4DF
#F4DFFB
Light backgroundsTable row hoverSkeleton loading
200
EBC4
#EBC4F8
Secondary backgroundsInput backgroundsDividers
300
DB97
#DB97F2
BordersInactive statesPlaceholder text
400
C960
#C960EB
Disabled statesSecondary iconsMuted text
500
B933
#B933E6
Primary brand colorCTAsActive elementsLinks
600
9C19
#9C19C8
Hover statesFocus ringsPrimary buttons hover
700
7C14
#7C149F
Active/pressed statesDark mode accentsSecondary text
800
590E
#590E71
Text on light backgroundsHeadingsStrong borders
900
3909
#390949
Primary textHigh emphasis contentDark headings
950
2306
#23062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF1FD;
  --indigo-100: #F4DFFB;
  --indigo-200: #EBC4F8;
  --indigo-300: #DB97F2;
  --indigo-400: #C960EB;
  --indigo-500: #B933E6;
  --indigo-600: #9C19C8;
  --indigo-700: #7C149F;
  --indigo-800: #590E71;
  --indigo-900: #390949;
  --indigo-950: #23062D;
}
Generate More ShadesCreate PaletteConvert Color