Indigo

#5F05AD

Purple

Color Codes

All color formats for development

HEX
#5F05AD
RGB
rgb(95, 5, 173)
HSL
hsl(272, 94%, 35%)
OKLCH
oklch(0.411 0.218 298.5)
CMYK
cmyk(45%, 97%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

9.94:1

AA AAA

On Black Background

2.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#E0BF
300
#C88D
400
#AB52
500
#9320
600
#7707
700
#5F05
800
#4404
900
#2B02
950
#1B02

Shades

Darker variations

1#55059C
2#4C048B
3#420479
4#390368
5#2F0357
6#260245
7#1C0234
8#130123
9#090111

Tints

Lighter variations

1#7006CD
2#8207ED
3#921EF8
4#A23EF9
5#B15EFA
6#C17EFB
7#D09FFC
8#E0BFFD
9#EFDFFE

Tones

Muted variations

1#5E0EA5
2#5E169C
3#5D1F94
4#5D278C
5#5C2F83
6#5B387B
7#5B4072
8#5A486A
9#5A5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDC
#EEDCFE
Light backgroundsTable row hoverSkeleton loading
200
E0BF
#E0BFFD
Secondary backgroundsInput backgroundsDividers
300
C88D
#C88DFB
BordersInactive statesPlaceholder text
400
AB52
#AB52FA
Disabled statesSecondary iconsMuted text
500
9320
#9320F8
Primary brand colorCTAsActive elementsLinks
600
7707
#7707DA
Hover statesFocus ringsPrimary buttons hover
700
5F05
#5F05AD
Active/pressed statesDark mode accentsSecondary text
800
4404
#44047C
Text on light backgroundsHeadingsStrong borders
900
2B02
#2B024F
Primary textHigh emphasis contentDark headings
950
1B02
#1B0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDCFE;
  --indigo-200: #E0BFFD;
  --indigo-300: #C88DFB;
  --indigo-400: #AB52FA;
  --indigo-500: #9320F8;
  --indigo-600: #7707DA;
  --indigo-700: #5F05AD;
  --indigo-800: #44047C;
  --indigo-900: #2B024F;
  --indigo-950: #1B0231;
}
Generate More ShadesCreate PaletteConvert Color