Indigo

#560977

Purple

Color Codes

All color formats for development

HEX
#560977
RGB
rgb(86, 9, 119)
HSL
hsl(282, 86%, 25%)
OKLCH
oklch(0.35 0.166 311.7)
CMYK
cmyk(28%, 92%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

12.34:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF1
100
#F3DE
200
#E9C1
300
#D992
400
#C459
500
#B42A
600
#9710
700
#780C
800
#5609
900
#3706
950
#2204

Shades

Darker variations

1#4D086B
2#45075F
3#3C0653
4#330547
5#2B043B
6#22042F
7#1A0324
8#110218
9#09010C

Tints

Lighter variations

1#6F0C9A
2#890EBE
3#A311E1
4#B42AEF
5#C04DF2
6#CD71F4
7#D994F7
8#E6B8FA
9#F2DBFC

Tones

Muted variations

1#530E71
2#51146C
3#4F1966
4#4D1F61
5#4B245B
6#492A56
7#462F50
8#44354B
9#423A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF1
#FAF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F3DE
#F3DEFD
Light backgroundsTable row hoverSkeleton loading
200
E9C1
#E9C1FA
Secondary backgroundsInput backgroundsDividers
300
D992
#D992F7
BordersInactive statesPlaceholder text
400
C459
#C459F3
Disabled statesSecondary iconsMuted text
500
B42A
#B42AEF
Primary brand colorCTAsActive elementsLinks
600
9710
#9710D1
Hover statesFocus ringsPrimary buttons hover
700
780C
#780CA6
Active/pressed statesDark mode accentsSecondary text
800
5609
#560977
Text on light backgroundsHeadingsStrong borders
900
3706
#37064C
Primary textHigh emphasis contentDark headings
950
2204
#22042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF1FE;
  --indigo-100: #F3DEFD;
  --indigo-200: #E9C1FA;
  --indigo-300: #D992F7;
  --indigo-400: #C459F3;
  --indigo-500: #B42AEF;
  --indigo-600: #9710D1;
  --indigo-700: #780CA6;
  --indigo-800: #560977;
  --indigo-900: #37064C;
  --indigo-950: #22042F;
}
Generate More ShadesCreate PaletteConvert Color