Indigo

#5318C9

Purple

Color Codes

All color formats for development

HEX
#5318C9
RGB
rgb(83, 24, 201)
HSL
hsl(260, 79%, 44%)
OKLCH
oklch(0.436 0.236 286.2)
CMYK
cmyk(59%, 88%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

8.97:1

AA AAA

On Black Background

2.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D5C4
300
#B596
400
#8E5F
500
#6E32
600
#5318
700
#4213
800
#2F0D
900
#1E09
950
#1305

Shades

Darker variations

1#4A15B5
2#4213A1
3#3A108D
4#320E79
5#290C64
6#210950
7#19073C
8#110528
9#080214

Tints

Lighter variations

1#5D1BE2
2#6F33E7
3#814CEA
4#9366ED
5#A57FF0
6#B799F3
7#C9B2F6
8#DBCCF9
9#EDE5FC

Tones

Muted variations

1#5620C0
2#5929B7
3#5C32AE
4#5E3BA5
5#61449D
6#644D94
7#67568B
8#6A5E82
9#6D6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFB
Light backgroundsTable row hoverSkeleton loading
200
D5C4
#D5C4F8
Secondary backgroundsInput backgroundsDividers
300
B596
#B596F3
BordersInactive statesPlaceholder text
400
8E5F
#8E5FEC
Disabled statesSecondary iconsMuted text
500
6E32
#6E32E7
Primary brand colorCTAsActive elementsLinks
600
5318
#5318C9
Hover statesFocus ringsPrimary buttons hover
700
4213
#4213A0
Active/pressed statesDark mode accentsSecondary text
800
2F0D
#2F0D72
Text on light backgroundsHeadingsStrong borders
900
1E09
#1E0949
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E8DFFB;
  --indigo-200: #D5C4F8;
  --indigo-300: #B596F3;
  --indigo-400: #8E5FEC;
  --indigo-500: #6E32E7;
  --indigo-600: #5318C9;
  --indigo-700: #4213A0;
  --indigo-800: #2F0D72;
  --indigo-900: #1E0949;
  --indigo-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color