Indigo

#5F02B1

Purple

Color Codes

All color formats for development

HEX
#5F02B1
RGB
rgb(95, 2, 177)
HSL
hsl(272, 98%, 35%)
OKLCH
oklch(0.414 0.223 297.6)
CMYK
cmyk(46%, 99%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

9.86:1

AA AAA

On Black Background

2.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#E0BD
300
#C88B
400
#AC4E
500
#941C
600
#7802
700
#5F02
800
#4401
900
#2B01
950
#1B01

Shades

Darker variations

1#56029F
2#4C018D
3#43017C
4#39016A
5#300158
6#260147
7#1D0135
8#130023
9#0A0012

Tints

Lighter variations

1#7102D2
2#8202F2
3#9319FD
4#A23AFD
5#B25BFD
6#C17CFE
7#D19DFE
8#E0BDFE
9#F0DEFF

Tones

Muted variations

1#5E0BA8
2#5E139F
3#5D1C96
4#5D258E
5#5C2E85
6#5C367C
7#5B3F73
8#5A486B
9#5A5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDC
#EEDCFF
Light backgroundsTable row hoverSkeleton loading
200
E0BD
#E0BDFE
Secondary backgroundsInput backgroundsDividers
300
C88B
#C88BFE
BordersInactive statesPlaceholder text
400
AC4E
#AC4EFD
Disabled statesSecondary iconsMuted text
500
941C
#941CFD
Primary brand colorCTAsActive elementsLinks
600
7802
#7802DE
Hover statesFocus ringsPrimary buttons hover
700
5F02
#5F02B1
Active/pressed statesDark mode accentsSecondary text
800
4401
#44017E
Text on light backgroundsHeadingsStrong borders
900
2B01
#2B0151
Primary textHigh emphasis contentDark headings
950
1B01
#1B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDCFF;
  --indigo-200: #E0BDFE;
  --indigo-300: #C88BFE;
  --indigo-400: #AC4EFD;
  --indigo-500: #941CFD;
  --indigo-600: #7802DE;
  --indigo-700: #5F02B1;
  --indigo-800: #44017E;
  --indigo-900: #2B0151;
  --indigo-950: #1B0132;
}
Generate More ShadesCreate PaletteConvert Color