Indigo

#53067A

Purple

Color Codes

All color formats for development

HEX
#53067A
RGB
rgb(83, 6, 122)
HSL
hsl(280, 91%, 25%)
OKLCH
oklch(0.346 0.17 308.9)
CMYK
cmyk(32%, 95%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

12.54:1

AA AAA

On Black Background

1.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F3DD
200
#E8C0
300
#D68F
400
#C155
500
#AF24
600
#920A
700
#7408
800
#5306
900
#3504
950
#2102

Shades

Darker variations

1#4B056E
2#420561
3#3A0455
4#320349
5#2A033D
6#210231
7#190225
8#110118
9#08010C

Tints

Lighter variations

1#6C079E
2#8509C3
3#9E0BE7
4#AF24F5
5#BC48F6
6#CA6DF8
7#D791FA
8#E4B6FC
9#F2DAFD

Tones

Muted variations

1#510C74
2#4F116E
3#4D1768
4#4B1D63
5#49235D
6#472957
7#462E51
8#44344B
9#423A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F3DD
#F3DDFD
Light backgroundsTable row hoverSkeleton loading
200
E8C0
#E8C0FC
Secondary backgroundsInput backgroundsDividers
300
D68F
#D68FFA
BordersInactive statesPlaceholder text
400
C155
#C155F7
Disabled statesSecondary iconsMuted text
500
AF24
#AF24F5
Primary brand colorCTAsActive elementsLinks
600
920A
#920AD6
Hover statesFocus ringsPrimary buttons hover
700
7408
#7408AA
Active/pressed statesDark mode accentsSecondary text
800
5306
#53067A
Text on light backgroundsHeadingsStrong borders
900
3504
#35044E
Primary textHigh emphasis contentDark headings
950
2102
#210231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FE;
  --indigo-100: #F3DDFD;
  --indigo-200: #E8C0FC;
  --indigo-300: #D68FFA;
  --indigo-400: #C155F7;
  --indigo-500: #AF24F5;
  --indigo-600: #920AD6;
  --indigo-700: #7408AA;
  --indigo-800: #53067A;
  --indigo-900: #35044E;
  --indigo-950: #210231;
}
Generate More ShadesCreate PaletteConvert Color