Indigo

#4718C9

Purple

Color Codes

All color formats for development

HEX
#4718C9
RGB
rgb(71, 24, 201)
HSL
hsl(256, 79%, 44%)
OKLCH
oklch(0.425 0.238 281.4)
CMYK
cmyk(65%, 88%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.37:1

AA AAA

On Black Background

2.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C4
300
#AF96
400
#855F
500
#6232
600
#4718
700
#3813
800
#280D
900
#1A09
950
#1005

Shades

Darker variations

1#4015B5
2#3913A1
3#32108D
4#2B0E79
5#230C64
6#1C0950
7#15073C
8#0E0528
9#070214

Tints

Lighter variations

1#501BE2
2#6333E7
3#764CEA
4#8A66ED
5#9D7FF0
6#B199F3
7#C4B2F6
8#D8CCF9
9#EBE5FC

Tones

Muted variations

1#4B20C0
2#4F29B7
3#5332AE
4#573BA5
5#5C449D
6#604D94
7#64568B
8#685E82
9#6C6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFB
Light backgroundsTable row hoverSkeleton loading
200
D2C4
#D2C4F8
Secondary backgroundsInput backgroundsDividers
300
AF96
#AF96F3
BordersInactive statesPlaceholder text
400
855F
#855FEC
Disabled statesSecondary iconsMuted text
500
6232
#6232E7
Primary brand colorCTAsActive elementsLinks
600
4718
#4718C9
Hover statesFocus ringsPrimary buttons hover
700
3813
#3813A0
Active/pressed statesDark mode accentsSecondary text
800
280D
#280D72
Text on light backgroundsHeadingsStrong borders
900
1A09
#1A0949
Primary textHigh emphasis contentDark headings
950
1005
#10052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E7DFFB;
  --indigo-200: #D2C4F8;
  --indigo-300: #AF96F3;
  --indigo-400: #855FEC;
  --indigo-500: #6232E7;
  --indigo-600: #4718C9;
  --indigo-700: #3813A0;
  --indigo-800: #280D72;
  --indigo-900: #1A0949;
  --indigo-950: #10052E;
}
Generate More ShadesCreate PaletteConvert Color