Indigo

#5C10A2

Purple

Color Codes

All color formats for development

HEX
#5C10A2
RGB
rgb(92, 16, 162)
HSL
hsl(271, 82%, 35%)
OKLCH
oklch(0.401 0.203 299.6)
CMYK
cmyk(43%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

10.24:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDF
200
#DFC3
300
#C694
400
#A85D
500
#8F2E
600
#7314
700
#5C10
800
#410B
900
#2A07
950
#1A05

Shades

Darker variations

1#530E92
2#490D82
3#400B72
4#370A61
5#2E0851
6#250641
7#1C0531
8#120320
9#090210

Tints

Lighter variations

1#6D13C1
2#7E16DF
3#8E2CEA
4#9E4AED
5#AE68F0
6#BF86F3
7#CFA5F6
8#DFC3F9
9#EFE1FC

Tones

Muted variations

1#5B179B
2#5B1F94
3#5B268C
4#5B2D85
5#5A357E
6#5A3C77
7#5A436F
8#5A4B68
9#595261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDF
#EEDFFC
Light backgroundsTable row hoverSkeleton loading
200
DFC3
#DFC3F9
Secondary backgroundsInput backgroundsDividers
300
C694
#C694F4
BordersInactive statesPlaceholder text
400
A85D
#A85DEF
Disabled statesSecondary iconsMuted text
500
8F2E
#8F2EEA
Primary brand colorCTAsActive elementsLinks
600
7314
#7314CC
Hover statesFocus ringsPrimary buttons hover
700
5C10
#5C10A2
Active/pressed statesDark mode accentsSecondary text
800
410B
#410B74
Text on light backgroundsHeadingsStrong borders
900
2A07
#2A074A
Primary textHigh emphasis contentDark headings
950
1A05
#1A052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EEDFFC;
  --indigo-200: #DFC3F9;
  --indigo-300: #C694F4;
  --indigo-400: #A85DEF;
  --indigo-500: #8F2EEA;
  --indigo-600: #7314CC;
  --indigo-700: #5C10A2;
  --indigo-800: #410B74;
  --indigo-900: #2A074A;
  --indigo-950: #1A052E;
}
Generate More ShadesCreate PaletteConvert Color