Indigo

#6519C8

Purple

Color Codes

All color formats for development

HEX
#6519C8
RGB
rgb(101, 25, 200)
HSL
hsl(266, 78%, 44%)
OKLCH
oklch(0.455 0.234 293.8)
CMYK
cmyk(50%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

8.31:1

AA AAA

On Black Background

2.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EBDF
200
#DAC4
300
#BE97
400
#9C60
500
#8033
600
#6519
700
#5014
800
#390E
900
#2509
950
#1706

Shades

Darker variations

1#5A16B4
2#5014A0
3#46118C
4#3C0F78
5#320C64
6#280A50
7#1E073C
8#140528
9#0A0214

Tints

Lighter variations

1#711CE1
2#8134E6
3#914DE9
4#A066EC
5#B080EF
6#C099F2
7#D0B3F6
8#DFCCF9
9#EFE6FC

Tones

Muted variations

1#6621BF
2#672AB6
3#6833AD
4#693CA5
5#6A449C
6#6C4D93
7#6D568A
8#6E5F82
9#6F6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EBDF
#EBDFFB
Light backgroundsTable row hoverSkeleton loading
200
DAC4
#DAC4F8
Secondary backgroundsInput backgroundsDividers
300
BE97
#BE97F2
BordersInactive statesPlaceholder text
400
9C60
#9C60EB
Disabled statesSecondary iconsMuted text
500
8033
#8033E6
Primary brand colorCTAsActive elementsLinks
600
6519
#6519C8
Hover statesFocus ringsPrimary buttons hover
700
5014
#50149F
Active/pressed statesDark mode accentsSecondary text
800
390E
#390E71
Text on light backgroundsHeadingsStrong borders
900
2509
#250949
Primary textHigh emphasis contentDark headings
950
1706
#17062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FD;
  --indigo-100: #EBDFFB;
  --indigo-200: #DAC4F8;
  --indigo-300: #BE97F2;
  --indigo-400: #9C60EB;
  --indigo-500: #8033E6;
  --indigo-600: #6519C8;
  --indigo-700: #50149F;
  --indigo-800: #390E71;
  --indigo-900: #250949;
  --indigo-950: #17062D;
}
Generate More ShadesCreate PaletteConvert Color