Indigo

#530080

Purple

Color Codes

All color formats for development

HEX
#530080
RGB
rgb(83, 0, 128)
HSL
hsl(279, 100%, 25%)
OKLCH
oklch(0.348 0.179 307)
CMYK
cmyk(35%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

12.50:1

AA AAA

On Black Background

1.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F3DB
200
#E8BD
300
#D68A
400
#C14D
500
#AF1A
600
#9200
700
#7400
800
#5300
900
#3500
950
#2100

Shades

Darker variations

1#4B0073
2#420066
3#3A0059
4#32004D
5#290040
6#210033
7#190026
8#11001A
9#08000D

Tints

Lighter variations

1#6C00A6
2#8500CC
3#9D00F2
4#AF1AFF
5#BC40FF
6#C966FF
7#D78CFF
8#E4B3FF
9#F2D9FF

Tones

Muted variations

1#510679
2#4F0D73
3#4D136C
4#4B1966
5#492060
6#472659
7#452D53
8#44334D
9#423946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F3DB
#F3DBFF
Light backgroundsTable row hoverSkeleton loading
200
E8BD
#E8BDFF
Secondary backgroundsInput backgroundsDividers
300
D68A
#D68AFF
BordersInactive statesPlaceholder text
400
C14D
#C14DFF
Disabled statesSecondary iconsMuted text
500
AF1A
#AF1AFF
Primary brand colorCTAsActive elementsLinks
600
9200
#9200E0
Hover statesFocus ringsPrimary buttons hover
700
7400
#7400B3
Active/pressed statesDark mode accentsSecondary text
800
5300
#530080
Text on light backgroundsHeadingsStrong borders
900
3500
#350052
Primary textHigh emphasis contentDark headings
950
2100
#210033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FF;
  --indigo-100: #F3DBFF;
  --indigo-200: #E8BDFF;
  --indigo-300: #D68AFF;
  --indigo-400: #C14DFF;
  --indigo-500: #AF1AFF;
  --indigo-600: #9200E0;
  --indigo-700: #7400B3;
  --indigo-800: #530080;
  --indigo-900: #350052;
  --indigo-950: #210033;
}
Generate More ShadesCreate PaletteConvert Color