Indigo

#6500E0

Purple

Color Codes

All color formats for development

HEX
#6500E0
RGB
rgb(101, 0, 224)
HSL
hsl(267, 100%, 44%)
OKLCH
oklch(0.469 0.266 290)
CMYK
cmyk(55%, 100%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

7.99:1

AA AAA

On Black Background

2.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EBDB
200
#DBBD
300
#BE8A
400
#9D4D
500
#811A
600
#6500
700
#5000
800
#3900
900
#2500
950
#1700

Shades

Darker variations

1#5B00CA
2#5100B4
3#47009D
4#3D0087
5#320070
6#28005A
7#1E0043
8#14002D
9#0A0016

Tints

Lighter variations

1#7200FD
2#811BFF
3#9137FF
4#A154FF
5#B070FF
6#C08DFF
7#D0A9FF
8#E0C6FF
9#EFE2FF

Tones

Muted variations

1#660BD5
2#6716CA
3#6822BF
4#692DB4
5#6B38A8
6#6C439D
7#6D4F92
8#6E5A87
9#6F657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDB
#EBDBFF
Light backgroundsTable row hoverSkeleton loading
200
DBBD
#DBBDFF
Secondary backgroundsInput backgroundsDividers
300
BE8A
#BE8AFF
BordersInactive statesPlaceholder text
400
9D4D
#9D4DFF
Disabled statesSecondary iconsMuted text
500
811A
#811AFF
Primary brand colorCTAsActive elementsLinks
600
6500
#6500E0
Hover statesFocus ringsPrimary buttons hover
700
5000
#5000B3
Active/pressed statesDark mode accentsSecondary text
800
3900
#390080
Text on light backgroundsHeadingsStrong borders
900
2500
#250052
Primary textHigh emphasis contentDark headings
950
1700
#170033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #EBDBFF;
  --indigo-200: #DBBDFF;
  --indigo-300: #BE8AFF;
  --indigo-400: #9D4DFF;
  --indigo-500: #811AFF;
  --indigo-600: #6500E0;
  --indigo-700: #5000B3;
  --indigo-800: #390080;
  --indigo-900: #250052;
  --indigo-950: #170033;
}
Generate More ShadesCreate PaletteConvert Color