Indigo

#5D047B

Pink

Color Codes

All color formats for development

HEX
#5D047B
RGB
rgb(93, 4, 123)
HSL
hsl(285, 94%, 25%)
OKLCH
oklch(0.361 0.175 314.1)
CMYK
cmyk(24%, 97%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

11.87:1

AA AAA

On Black Background

1.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F6DC
200
#EDBF
300
#E08D
400
#D052
500
#C220
600
#A507
700
#8305
800
#5E04
900
#3C02
950
#2502

Shades

Darker variations

1#54036F
2#4B0363
3#420357
4#38024A
5#2F023E
6#250231
7#1C0125
8#130119
9#09000C

Tints

Lighter variations

1#7A05A1
2#9606C6
3#B207EB
4#C220F8
5#CC45F9
6#D66BFA
7#E190FC
8#EBB5FD
9#F5DAFE

Tones

Muted variations

1#5B0A76
2#581070
3#55166A
4#521C64
5#4F225E
6#4C2858
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
EDBF
#EDBFFD
Secondary backgroundsInput backgroundsDividers
300
E08D
#E08DFB
BordersInactive statesPlaceholder text
400
D052
#D052FA
Disabled statesSecondary iconsMuted text
500
C220
#C220F8
Primary brand colorCTAsActive elementsLinks
600
A507
#A507DA
Hover statesFocus ringsPrimary buttons hover
700
8305
#8305AD
Active/pressed statesDark mode accentsSecondary text
800
5E04
#5E047C
Text on light backgroundsHeadingsStrong borders
900
3C02
#3C024F
Primary textHigh emphasis contentDark headings
950
2502
#250231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF0FF;
  --indigo-100: #F6DCFE;
  --indigo-200: #EDBFFD;
  --indigo-300: #E08DFB;
  --indigo-400: #D052FA;
  --indigo-500: #C220F8;
  --indigo-600: #A507DA;
  --indigo-700: #8305AD;
  --indigo-800: #5E047C;
  --indigo-900: #3C024F;
  --indigo-950: #250231;
}
Generate More ShadesCreate PaletteConvert Color