Indigo

#4316CA

Purple

Color Codes

All color formats for development

HEX
#4316CA
RGB
rgb(67, 22, 202)
HSL
hsl(255, 80%, 44%)
OKLCH
oklch(0.422 0.241 279.9)
CMYK
cmyk(67%, 89%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.52:1

AA AAA

On Black Background

2.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DF
200
#D1C3
300
#AD95
400
#825E
500
#5E30
600
#4316
700
#3612
800
#260D
900
#1808
950
#0F05

Shades

Darker variations

1#3D14B6
2#3612A2
3#2F108D
4#280D79
5#220B65
6#1B0951
7#14073D
8#0D0428
9#070214

Tints

Lighter variations

1#4C19E4
2#5F31E8
3#734BEB
4#8765EE
5#9B7EF1
6#AF98F4
7#C3B2F6
8#D7CCF9
9#EBE5FC

Tones

Muted variations

1#481FC1
2#4C28B8
3#5131AF
4#553AA6
5#5A439D
6#5E4C94
7#63558B
8#675E82
9#6C6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E6DF
#E6DFFB
Light backgroundsTable row hoverSkeleton loading
200
D1C3
#D1C3F8
Secondary backgroundsInput backgroundsDividers
300
AD95
#AD95F3
BordersInactive statesPlaceholder text
400
825E
#825EED
Disabled statesSecondary iconsMuted text
500
5E30
#5E30E8
Primary brand colorCTAsActive elementsLinks
600
4316
#4316CA
Hover statesFocus ringsPrimary buttons hover
700
3612
#3612A1
Active/pressed statesDark mode accentsSecondary text
800
260D
#260D73
Text on light backgroundsHeadingsStrong borders
900
1808
#180849
Primary textHigh emphasis contentDark headings
950
0F05
#0F052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E6DFFB;
  --indigo-200: #D1C3F8;
  --indigo-300: #AD95F3;
  --indigo-400: #825EED;
  --indigo-500: #5E30E8;
  --indigo-600: #4316CA;
  --indigo-700: #3612A1;
  --indigo-800: #260D73;
  --indigo-900: #180849;
  --indigo-950: #0F052E;
}
Generate More ShadesCreate PaletteConvert Color