Indigo

#58047C

Purple

Color Codes

All color formats for development

HEX
#58047C
RGB
rgb(88, 4, 124)
HSL
hsl(282, 94%, 25%)
OKLCH
oklch(0.354 0.174 311)
CMYK
cmyk(29%, 97%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

12.19:1

AA AAA

On Black Background

1.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DC
200
#EABF
300
#DA8D
400
#C752
500
#B720
600
#9A07
700
#7B05
800
#5804
900
#3802
950
#2302

Shades

Darker variations

1#4F036F
2#460363
3#3D0357
4#35024A
5#2C023E
6#230231
7#1A0125
8#120119
9#09000C

Tints

Lighter variations

1#7205A1
2#8C06C6
3#A707EB
4#B720F8
5#C345F9
6#CF6BFA
7#DB90FC
8#E7B5FD
9#F3DAFE

Tones

Muted variations

1#550A76
2#531070
3#51166A
4#4E1C64
5#4C225E
6#492858
7#472E52
8#45344C
9#423A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F4DC
#F4DCFE
Light backgroundsTable row hoverSkeleton loading
200
EABF
#EABFFD
Secondary backgroundsInput backgroundsDividers
300
DA8D
#DA8DFB
BordersInactive statesPlaceholder text
400
C752
#C752FA
Disabled statesSecondary iconsMuted text
500
B720
#B720F8
Primary brand colorCTAsActive elementsLinks
600
9A07
#9A07DA
Hover statesFocus ringsPrimary buttons hover
700
7B05
#7B05AD
Active/pressed statesDark mode accentsSecondary text
800
5804
#58047C
Text on light backgroundsHeadingsStrong borders
900
3802
#38024F
Primary textHigh emphasis contentDark headings
950
2302
#230231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FF;
  --indigo-100: #F4DCFE;
  --indigo-200: #EABFFD;
  --indigo-300: #DA8DFB;
  --indigo-400: #C752FA;
  --indigo-500: #B720F8;
  --indigo-600: #9A07DA;
  --indigo-700: #7B05AD;
  --indigo-800: #58047C;
  --indigo-900: #38024F;
  --indigo-950: #230231;
}
Generate More ShadesCreate PaletteConvert Color