Indigo

#6504AE

Purple

Color Codes

All color formats for development

HEX
#6504AE
RGB
rgb(101, 4, 174)
HSL
hsl(274, 96%, 35%)
OKLCH
oklch(0.419 0.22 301)
CMYK
cmyk(42%, 98%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

9.62:1

AA AAA

On Black Background

2.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BE
300
#CC8C
400
#B150
500
#9B1E
600
#7F04
700
#6504
800
#4803
900
#2E02
950
#1D01

Shades

Darker variations

1#5B039D
2#51038C
3#46027A
4#3C0269
5#320257
6#280146
7#1E0134
8#140123
9#0A0011

Tints

Lighter variations

1#7704CF
2#8A05F0
3#9A1CFA
4#A83CFB
5#B75DFC
6#C57DFC
7#D49EFD
8#E2BEFE
9#F1DFFE

Tones

Muted variations

1#640CA6
2#62159E
3#611D95
4#60268D
5#5F2E84
6#5E377C
7#5D4073
8#5C486A
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
CC8C
#CC8CFD
BordersInactive statesPlaceholder text
400
B150
#B150FB
Disabled statesSecondary iconsMuted text
500
9B1E
#9B1EFA
Primary brand colorCTAsActive elementsLinks
600
7F04
#7F04DC
Hover statesFocus ringsPrimary buttons hover
700
6504
#6504AF
Active/pressed statesDark mode accentsSecondary text
800
4803
#48037D
Text on light backgroundsHeadingsStrong borders
900
2E02
#2E0250
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: #CC8CFD;
  --indigo-400: #B150FB;
  --indigo-500: #9B1EFA;
  --indigo-600: #7F04DC;
  --indigo-700: #6504AF;
  --indigo-800: #48037D;
  --indigo-900: #2E0250;
  --indigo-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color