Indigo

#6502B1

Purple

Color Codes

All color formats for development

HEX
#6502B1
RGB
rgb(101, 2, 177)
HSL
hsl(274, 98%, 35%)
OKLCH
oklch(0.422 0.223 300.3)
CMYK
cmyk(43%, 99%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

9.56:1

AA AAA

On Black Background

2.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BD
300
#CC8B
400
#B14E
500
#9B1C
600
#7F02
700
#6502
800
#4801
900
#2E01
950
#1D01

Shades

Darker variations

1#5B029F
2#51018D
3#47017C
4#3D016A
5#320158
6#280147
7#1E0135
8#140023
9#0A0012

Tints

Lighter variations

1#7802D2
2#8A02F2
3#9A19FD
4#A93AFD
5#B75BFD
6#C57CFE
7#D49DFE
8#E2BDFE
9#F1DEFF

Tones

Muted variations

1#640BA8
2#63139F
3#611C96
4#60258E
5#5F2E85
6#5E367C
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
#EFDCFF
Light backgroundsTable row hoverSkeleton loading
200
E2BD
#E2BDFE
Secondary backgroundsInput backgroundsDividers
300
CC8B
#CC8BFE
BordersInactive statesPlaceholder text
400
B14E
#B14EFD
Disabled statesSecondary iconsMuted text
500
9B1C
#9B1CFD
Primary brand colorCTAsActive elementsLinks
600
7F02
#7F02DE
Hover statesFocus ringsPrimary buttons hover
700
6502
#6502B1
Active/pressed statesDark mode accentsSecondary text
800
4801
#48017E
Text on light backgroundsHeadingsStrong borders
900
2E01
#2E0151
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: #EFDCFF;
  --indigo-200: #E2BDFE;
  --indigo-300: #CC8BFE;
  --indigo-400: #B14EFD;
  --indigo-500: #9B1CFD;
  --indigo-600: #7F02DE;
  --indigo-700: #6502B1;
  --indigo-800: #48017E;
  --indigo-900: #2E0151;
  --indigo-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color