Indigo

#5515CB

Purple

Color Codes

All color formats for development

HEX
#5515CB
RGB
rgb(85, 21, 203)
HSL
hsl(261, 81%, 44%)
OKLCH
oklch(0.438 0.24 286.9)
CMYK
cmyk(58%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

8.91:1

AA AAA

On Black Background

2.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E9DF
200
#D6C3
300
#B695
400
#905D
500
#702F
600
#5515
700
#4411
800
#300C
900
#1F08
950
#1305

Shades

Darker variations

1#4C13B7
2#4411A2
3#3B0F8E
4#330D7A
5#2A0B66
6#220951
7#19063D
8#110429
9#080214

Tints

Lighter variations

1#6018E5
2#7130E9
3#834AEC
4#9464EF
5#A67EF1
6#B898F4
7#CAB1F7
8#DBCBFA
9#EDE5FC

Tones

Muted variations

1#581EC2
2#5A27B9
3#5D31B0
4#603AA7
5#63439E
6#654C95
7#68558B
8#6B5E82
9#6D6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFC
Light backgroundsTable row hoverSkeleton loading
200
D6C3
#D6C3F9
Secondary backgroundsInput backgroundsDividers
300
B695
#B695F4
BordersInactive statesPlaceholder text
400
905D
#905DEE
Disabled statesSecondary iconsMuted text
500
702F
#702FE9
Primary brand colorCTAsActive elementsLinks
600
5515
#5515CB
Hover statesFocus ringsPrimary buttons hover
700
4411
#4411A2
Active/pressed statesDark mode accentsSecondary text
800
300C
#300C73
Text on light backgroundsHeadingsStrong borders
900
1F08
#1F084A
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: #F5F1FE;
  --indigo-100: #E9DFFC;
  --indigo-200: #D6C3F9;
  --indigo-300: #B695F4;
  --indigo-400: #905DEE;
  --indigo-500: #702FE9;
  --indigo-600: #5515CB;
  --indigo-700: #4411A2;
  --indigo-800: #300C73;
  --indigo-900: #1F084A;
  --indigo-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color