Indigo

#5F00B3

Purple

Color Codes

All color formats for development

HEX
#5F00B3
RGB
rgb(95, 0, 179)
HSL
hsl(272, 100%, 35%)
OKLCH
oklch(0.415 0.225 297.2)
CMYK
cmyk(47%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

9.82:1

AA AAA

On Black Background

2.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDB
200
#E0BD
300
#C88A
400
#AC4D
500
#941A
600
#7800
700
#5F00
800
#4400
900
#2C00
950
#1B00

Shades

Darker variations

1#5600A1
2#4C008F
3#43007D
4#39006B
5#300059
6#260047
7#1D0036
8#130024
9#0A0012

Tints

Lighter variations

1#7100D4
2#8300F5
3#9317FF
4#A238FF
5#B259FF
6#C17AFF
7#D19CFF
8#E0BDFF
9#F0DEFF

Tones

Muted variations

1#5F09AA
2#5E12A1
3#5D1B98
4#5D248F
5#5C2D86
6#5C367D
7#5B3E74
8#5A476B
9#5A5062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDB
#EEDBFF
Light backgroundsTable row hoverSkeleton loading
200
E0BD
#E0BDFF
Secondary backgroundsInput backgroundsDividers
300
C88A
#C88AFF
BordersInactive statesPlaceholder text
400
AC4D
#AC4DFF
Disabled statesSecondary iconsMuted text
500
941A
#941AFF
Primary brand colorCTAsActive elementsLinks
600
7800
#7800E0
Hover statesFocus ringsPrimary buttons hover
700
5F00
#5F00B3
Active/pressed statesDark mode accentsSecondary text
800
4400
#440080
Text on light backgroundsHeadingsStrong borders
900
2C00
#2C0052
Primary textHigh emphasis contentDark headings
950
1B00
#1B0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDBFF;
  --indigo-200: #E0BDFF;
  --indigo-300: #C88AFF;
  --indigo-400: #AC4DFF;
  --indigo-500: #941AFF;
  --indigo-600: #7800E0;
  --indigo-700: #5F00B3;
  --indigo-800: #440080;
  --indigo-900: #2C0052;
  --indigo-950: #1B0033;
}
Generate More ShadesCreate PaletteConvert Color