Indigo

#6100E0

Purple

Color Codes

All color formats for development

HEX
#6100E0
RGB
rgb(97, 0, 224)
HSL
hsl(266, 100%, 44%)
OKLCH
oklch(0.465 0.266 288.5)
CMYK
cmyk(57%, 100%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

8.12:1

AA AAA

On Black Background

2.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EBDB
200
#D9BD
300
#BD8A
400
#9A4D
500
#7D1A
600
#6100
700
#4D00
800
#3700
900
#2300
950
#1600

Shades

Darker variations

1#5800CA
2#4E00B4
3#44009D
4#3A0087
5#310070
6#27005A
7#1D0043
8#13002D
9#0A0016

Tints

Lighter variations

1#6E00FD
2#7E1BFF
3#8E37FF
4#9E54FF
5#AE70FF
6#BE8DFF
7#CEA9FF
8#DFC6FF
9#EFE2FF

Tones

Muted variations

1#630BD5
2#6416CA
3#6622BF
4#672DB4
5#6938A8
6#6A439D
7#6C4F92
8#6D5A87
9#6F657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDB
#EBDBFF
Light backgroundsTable row hoverSkeleton loading
200
D9BD
#D9BDFF
Secondary backgroundsInput backgroundsDividers
300
BD8A
#BD8AFF
BordersInactive statesPlaceholder text
400
9A4D
#9A4DFF
Disabled statesSecondary iconsMuted text
500
7D1A
#7D1AFF
Primary brand colorCTAsActive elementsLinks
600
6100
#6100E0
Hover statesFocus ringsPrimary buttons hover
700
4D00
#4D00B3
Active/pressed statesDark mode accentsSecondary text
800
3700
#370080
Text on light backgroundsHeadingsStrong borders
900
2300
#230052
Primary textHigh emphasis contentDark headings
950
1600
#160033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FF;
  --indigo-100: #EBDBFF;
  --indigo-200: #D9BDFF;
  --indigo-300: #BD8AFF;
  --indigo-400: #9A4DFF;
  --indigo-500: #7D1AFF;
  --indigo-600: #6100E0;
  --indigo-700: #4D00B3;
  --indigo-800: #370080;
  --indigo-900: #230052;
  --indigo-950: #160033;
}
Generate More ShadesCreate PaletteConvert Color