Indigo

#5C00B3

Purple

Color Codes

All color formats for development

HEX
#5C00B3
RGB
rgb(92, 0, 179)
HSL
hsl(271, 100%, 35%)
OKLCH
oklch(0.412 0.225 295.8)
CMYK
cmyk(49%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

9.97: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
#EEDB
200
#DFBD
300
#C68A
400
#A94D
500
#901A
600
#7400
700
#5C00
800
#4200
900
#2A00
950
#1A00

Shades

Darker variations

1#5300A1
2#4A008F
3#41007D
4#37006B
5#2E0059
6#250047
7#1C0036
8#120024
9#090012

Tints

Lighter variations

1#6D00D4
2#7E00F5
3#8F17FF
4#9F38FF
5#AF59FF
6#BF7AFF
7#CF9CFF
8#DFBDFF
9#EFDEFF

Tones

Muted variations

1#5C09AA
2#5C12A1
3#5B1B98
4#5B248F
5#5B2D86
6#5A367D
7#5A3E74
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
DFBD
#DFBDFF
Secondary backgroundsInput backgroundsDividers
300
C68A
#C68AFF
BordersInactive statesPlaceholder text
400
A94D
#A94DFF
Disabled statesSecondary iconsMuted text
500
901A
#901AFF
Primary brand colorCTAsActive elementsLinks
600
7400
#7400E0
Hover statesFocus ringsPrimary buttons hover
700
5C00
#5C00B3
Active/pressed statesDark mode accentsSecondary text
800
4200
#420080
Text on light backgroundsHeadingsStrong borders
900
2A00
#2A0052
Primary textHigh emphasis contentDark headings
950
1A00
#1A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDBFF;
  --indigo-200: #DFBDFF;
  --indigo-300: #C68AFF;
  --indigo-400: #A94DFF;
  --indigo-500: #901AFF;
  --indigo-600: #7400E0;
  --indigo-700: #5C00B3;
  --indigo-800: #420080;
  --indigo-900: #2A0052;
  --indigo-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color