Indigo

#5F0BD5

Purple

Color Codes

All color formats for development

HEX
#5F0BD5
RGB
rgb(95, 11, 213)
HSL
hsl(265, 90%, 44%)
OKLCH
oklch(0.455 0.253 289.4)
CMYK
cmyk(55%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

8.42:1

AA AAA

On Black Background

2.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADD
200
#D9C0
300
#BC90
400
#9855
500
#7B25
600
#5F0B
700
#4C09
800
#3606
900
#2304
950
#1603

Shades

Darker variations

1#560AC0
2#4C09AB
3#430895
4#390780
5#30066B
6#260455
7#1D0340
8#13022B
9#0A0115

Tints

Lighter variations

1#6C0DF0
2#7C26F4
3#8C41F5
4#9C5CF6
5#AD77F8
6#BD92F9
7#CEAEFB
8#DEC9FC
9#EFE4FE

Tones

Muted variations

1#6115CB
2#631FC1
3#642AB7
4#6634AD
5#683EA3
6#694899
7#6B528E
8#6D5C84
9#6F667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EADD
#EADDFD
Light backgroundsTable row hoverSkeleton loading
200
D9C0
#D9C0FC
Secondary backgroundsInput backgroundsDividers
300
BC90
#BC90F9
BordersInactive statesPlaceholder text
400
9855
#9855F6
Disabled statesSecondary iconsMuted text
500
7B25
#7B25F4
Primary brand colorCTAsActive elementsLinks
600
5F0B
#5F0BD5
Hover statesFocus ringsPrimary buttons hover
700
4C09
#4C09AA
Active/pressed statesDark mode accentsSecondary text
800
3606
#360679
Text on light backgroundsHeadingsStrong borders
900
2304
#23044E
Primary textHigh emphasis contentDark headings
950
1603
#160330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FE;
  --indigo-100: #EADDFD;
  --indigo-200: #D9C0FC;
  --indigo-300: #BC90F9;
  --indigo-400: #9855F6;
  --indigo-500: #7B25F4;
  --indigo-600: #5F0BD5;
  --indigo-700: #4C09AA;
  --indigo-800: #360679;
  --indigo-900: #23044E;
  --indigo-950: #160330;
}
Generate More ShadesCreate PaletteConvert Color