Indigo

#5C18C9

Purple

Color Codes

All color formats for development

HEX
#5C18C9
RGB
rgb(92, 24, 201)
HSL
hsl(263, 79%, 44%)
OKLCH
oklch(0.445 0.236 289.9)
CMYK
cmyk(54%, 88%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

8.65:1

AA AAA

On Black Background

2.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADF
200
#D8C4
300
#BA96
400
#955F
500
#7732
600
#5C18
700
#4913
800
#340D
900
#2109
950
#1505

Shades

Darker variations

1#5215B5
2#4913A1
3#40108D
4#370E79
5#2E0C64
6#250950
7#1B073C
8#120528
9#090214

Tints

Lighter variations

1#671BE2
2#7833E7
3#894CEA
4#9A66ED
5#AA7FF0
6#BB99F3
7#CCB2F6
8#DDCCF9
9#EEE5FC

Tones

Muted variations

1#5E20C0
2#6029B7
3#6232AE
4#643BA5
5#66449D
6#684D94
7#6A568B
8#6C5E82
9#6E6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EADF
#EADFFB
Light backgroundsTable row hoverSkeleton loading
200
D8C4
#D8C4F8
Secondary backgroundsInput backgroundsDividers
300
BA96
#BA96F3
BordersInactive statesPlaceholder text
400
955F
#955FEC
Disabled statesSecondary iconsMuted text
500
7732
#7732E7
Primary brand colorCTAsActive elementsLinks
600
5C18
#5C18C9
Hover statesFocus ringsPrimary buttons hover
700
4913
#4913A0
Active/pressed statesDark mode accentsSecondary text
800
340D
#340D72
Text on light backgroundsHeadingsStrong borders
900
2109
#210949
Primary textHigh emphasis contentDark headings
950
1505
#15052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FD;
  --indigo-100: #EADFFB;
  --indigo-200: #D8C4F8;
  --indigo-300: #BA96F3;
  --indigo-400: #955FEC;
  --indigo-500: #7732E7;
  --indigo-600: #5C18C9;
  --indigo-700: #4913A0;
  --indigo-800: #340D72;
  --indigo-900: #210949;
  --indigo-950: #15052E;
}
Generate More ShadesCreate PaletteConvert Color