Indigo

#5C11A2

Purple

Color Codes

All color formats for development

HEX
#5C11A2
RGB
rgb(92, 17, 162)
HSL
hsl(271, 81%, 35%)
OKLCH
oklch(0.402 0.202 299.5)
CMYK
cmyk(43%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

10.21:1

AA AAA

On Black Background

2.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDF
200
#DFC3
300
#C695
400
#A85D
500
#8F2F
600
#7315
700
#5C11
800
#410C
900
#2A08
950
#1A05

Shades

Darker variations

1#520F91
2#490E81
3#400C71
4#370A61
5#2E0851
6#250741
7#1B0530
8#120320
9#090210

Tints

Lighter variations

1#6D14C0
2#7E17DE
3#8E2DE9
4#9E4BEC
5#AE69EF
6#BE87F2
7#CFA5F6
8#DFC3F9
9#EFE1FC

Tones

Muted variations

1#5B189A
2#5B1F93
3#5B278C
4#5B2E85
5#5A357D
6#5A3C76
7#5A446F
8#5A4B68
9#595260

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
C695
#C695F4
BordersInactive statesPlaceholder text
400
A85D
#A85DEE
Disabled statesSecondary iconsMuted text
500
8F2F
#8F2FE9
Primary brand colorCTAsActive elementsLinks
600
7315
#7315CB
Hover statesFocus ringsPrimary buttons hover
700
5C11
#5C11A2
Active/pressed statesDark mode accentsSecondary text
800
410C
#410C73
Text on light backgroundsHeadingsStrong borders
900
2A08
#2A084A
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: #C695F4;
  --indigo-400: #A85DEE;
  --indigo-500: #8F2FE9;
  --indigo-600: #7315CB;
  --indigo-700: #5C11A2;
  --indigo-800: #410C73;
  --indigo-900: #2A084A;
  --indigo-950: #1A052E;
}
Generate More ShadesCreate PaletteConvert Color