Indigo

#5706DB

Purple

Color Codes

All color formats for development

HEX
#5706DB
RGB
rgb(87, 6, 219)
HSL
hsl(263, 95%, 44%)
OKLCH
oklch(0.452 0.26 285.4)
CMYK
cmyk(60%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

8.56:1

AA AAA

On Black Background

2.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#E9DC
200
#D7BE
300
#B78D
400
#9251
500
#731F
600
#5706
700
#4504
800
#3203
900
#2002
950
#1401

Shades

Darker variations

1#4F05C5
2#4604AF
3#3D0499
4#340383
5#2C036D
6#230258
7#1A0242
8#11012C
9#090116

Tints

Lighter variations

1#6206F7
2#7320F9
3#853CFA
4#9658FB
5#A874FB
6#B990FC
7#CBABFD
8#DCC7FE
9#EEE3FE

Tones

Muted variations

1#5A10D0
2#5C1BC5
3#5F26BB
4#6130B0
5#643BA5
6#66469B
7#695090
8#6B5B86
9#6E667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E9DC
#E9DCFE
Light backgroundsTable row hoverSkeleton loading
200
D7BE
#D7BEFD
Secondary backgroundsInput backgroundsDividers
300
B78D
#B78DFC
BordersInactive statesPlaceholder text
400
9251
#9251FB
Disabled statesSecondary iconsMuted text
500
731F
#731FF9
Primary brand colorCTAsActive elementsLinks
600
5706
#5706DB
Hover statesFocus ringsPrimary buttons hover
700
4504
#4504AE
Active/pressed statesDark mode accentsSecondary text
800
3203
#32037C
Text on light backgroundsHeadingsStrong borders
900
2002
#200250
Primary textHigh emphasis contentDark headings
950
1401
#140132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FF;
  --indigo-100: #E9DCFE;
  --indigo-200: #D7BEFD;
  --indigo-300: #B78DFC;
  --indigo-400: #9251FB;
  --indigo-500: #731FF9;
  --indigo-600: #5706DB;
  --indigo-700: #4504AE;
  --indigo-800: #32037C;
  --indigo-900: #200250;
  --indigo-950: #140132;
}
Generate More ShadesCreate PaletteConvert Color