Indigo

#56047C

Purple

Color Codes

All color formats for development

HEX
#56047C
RGB
rgb(86, 4, 124)
HSL
hsl(281, 94%, 25%)
OKLCH
oklch(0.351 0.174 309.9)
CMYK
cmyk(31%, 97%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

12.32:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F3DC
200
#E9BF
300
#D98D
400
#C552
500
#B420
600
#9707
700
#7805
800
#5604
900
#3702
950
#2202

Shades

Darker variations

1#4D036F
2#450363
3#3C0357
4#33024A
5#2B023E
6#220231
7#1A0125
8#110119
9#09000C

Tints

Lighter variations

1#6F05A1
2#8906C6
3#A307EB
4#B420F8
5#C045F9
6#CD6BFA
7#D990FC
8#E6B5FD
9#F2DAFE

Tones

Muted variations

1#540A76
2#511070
3#4F166A
4#4D1C64
5#4B225E
6#492858
7#462E52
8#44344C
9#423A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F3DC
#F3DCFE
Light backgroundsTable row hoverSkeleton loading
200
E9BF
#E9BFFD
Secondary backgroundsInput backgroundsDividers
300
D98D
#D98DFB
BordersInactive statesPlaceholder text
400
C552
#C552FA
Disabled statesSecondary iconsMuted text
500
B420
#B420F8
Primary brand colorCTAsActive elementsLinks
600
9707
#9707DA
Hover statesFocus ringsPrimary buttons hover
700
7805
#7805AD
Active/pressed statesDark mode accentsSecondary text
800
5604
#56047C
Text on light backgroundsHeadingsStrong borders
900
3702
#37024F
Primary textHigh emphasis contentDark headings
950
2202
#220231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FF;
  --indigo-100: #F3DCFE;
  --indigo-200: #E9BFFD;
  --indigo-300: #D98DFB;
  --indigo-400: #C552FA;
  --indigo-500: #B420F8;
  --indigo-600: #9707DA;
  --indigo-700: #7805AD;
  --indigo-800: #56047C;
  --indigo-900: #37024F;
  --indigo-950: #220231;
}
Generate More ShadesCreate PaletteConvert Color