Indigo

#6503B0

Purple

Color Codes

All color formats for development

HEX
#6503B0
RGB
rgb(101, 3, 176)
HSL
hsl(274, 97%, 35%)
OKLCH
oklch(0.421 0.222 300.5)
CMYK
cmyk(43%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

9.57:1

AA AAA

On Black Background

2.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BE
300
#CC8B
400
#B14F
500
#9B1D
600
#7F03
700
#6503
800
#4802
900
#2E01
950
#1D01

Shades

Darker variations

1#5B029E
2#51028D
3#47027B
4#3C0269
5#320158
6#280146
7#1E0135
8#140123
9#0A0012

Tints

Lighter variations

1#7803D0
2#8A04F1
3#9A1AFC
4#A83BFC
5#B75CFD
6#C57CFD
7#D49DFE
8#E2BEFE
9#F1DEFF

Tones

Muted variations

1#640BA7
2#62149F
3#611D96
4#60258D
5#5F2E85
6#5E377C
7#5D3F73
8#5C486B
9#5A5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EFDC
#EFDCFE
Light backgroundsTable row hoverSkeleton loading
200
E2BE
#E2BEFE
Secondary backgroundsInput backgroundsDividers
300
CC8B
#CC8BFD
BordersInactive statesPlaceholder text
400
B14F
#B14FFC
Disabled statesSecondary iconsMuted text
500
9B1D
#9B1DFC
Primary brand colorCTAsActive elementsLinks
600
7F03
#7F03DD
Hover statesFocus ringsPrimary buttons hover
700
6503
#6503B0
Active/pressed statesDark mode accentsSecondary text
800
4802
#48027E
Text on light backgroundsHeadingsStrong borders
900
2E01
#2E0150
Primary textHigh emphasis contentDark headings
950
1D01
#1D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EFDCFE;
  --indigo-200: #E2BEFE;
  --indigo-300: #CC8BFD;
  --indigo-400: #B14FFC;
  --indigo-500: #9B1DFC;
  --indigo-600: #7F03DD;
  --indigo-700: #6503B0;
  --indigo-800: #48027E;
  --indigo-900: #2E0150;
  --indigo-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color