Indigo

#60047C

Pink

Color Codes

All color formats for development

HEX
#60047C
RGB
rgb(96, 4, 124)
HSL
hsl(286, 94%, 25%)
OKLCH
oklch(0.367 0.177 315.3)
CMYK
cmyk(23%, 97%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

11.63:1

AA AAA

On Black Background

1.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F6DC
200
#EEBF
300
#E28D
400
#D252
500
#C620
600
#A807
700
#8605
800
#6004
900
#3D02
950
#2602

Shades

Darker variations

1#56036F
2#4D0363
3#430357
4#39024A
5#30023E
6#260231
7#1D0125
8#130119
9#0A000C

Tints

Lighter variations

1#7C05A1
2#9906C6
3#B607EB
4#C620F8
5#CF45F9
6#D96BFA
7#E290FC
8#ECB5FD
9#F5DAFE

Tones

Muted variations

1#5D0A76
2#591070
3#56166A
4#531C64
5#50225E
6#4D2858
7#492E52
8#46344C
9#433A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F6DC
#F6DCFE
Light backgroundsTable row hoverSkeleton loading
200
EEBF
#EEBFFD
Secondary backgroundsInput backgroundsDividers
300
E28D
#E28DFB
BordersInactive statesPlaceholder text
400
D252
#D252FA
Disabled statesSecondary iconsMuted text
500
C620
#C620F8
Primary brand colorCTAsActive elementsLinks
600
A807
#A807DA
Hover statesFocus ringsPrimary buttons hover
700
8605
#8605AD
Active/pressed statesDark mode accentsSecondary text
800
6004
#60047C
Text on light backgroundsHeadingsStrong borders
900
3D02
#3D024F
Primary textHigh emphasis contentDark headings
950
2602
#260231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF0FF;
  --indigo-100: #F6DCFE;
  --indigo-200: #EEBFFD;
  --indigo-300: #E28DFB;
  --indigo-400: #D252FA;
  --indigo-500: #C620F8;
  --indigo-600: #A807DA;
  --indigo-700: #8605AD;
  --indigo-800: #60047C;
  --indigo-900: #3D024F;
  --indigo-950: #260231;
}
Generate More ShadesCreate PaletteConvert Color