Indigo

#4F16CA

Purple

Color Codes

All color formats for development

HEX
#4F16CA
RGB
rgb(79, 22, 202)
HSL
hsl(259, 80%, 44%)
OKLCH
oklch(0.432 0.239 284.6)
CMYK
cmyk(61%, 89%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.13:1

AA AAA

On Black Background

2.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D4C3
300
#B395
400
#8C5E
500
#6B30
600
#4F16
700
#3F12
800
#2D0D
900
#1D08
950
#1205

Shades

Darker variations

1#4714B6
2#3F12A2
3#38108D
4#300D79
5#280B65
6#200951
7#18073D
8#100428
9#080214

Tints

Lighter variations

1#5919E4
2#6B31E8
3#7E4BEB
4#9065EE
5#A37EF1
6#B598F4
7#C8B2F6
8#DACCF9
9#EDE5FC

Tones

Muted variations

1#531FC1
2#5628B8
3#5931AF
4#5C3AA6
5#60439D
6#634C94
7#66558B
8#6A5E82
9#6D6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFB
Light backgroundsTable row hoverSkeleton loading
200
D4C3
#D4C3F8
Secondary backgroundsInput backgroundsDividers
300
B395
#B395F3
BordersInactive statesPlaceholder text
400
8C5E
#8C5EED
Disabled statesSecondary iconsMuted text
500
6B30
#6B30E8
Primary brand colorCTAsActive elementsLinks
600
4F16
#4F16CA
Hover statesFocus ringsPrimary buttons hover
700
3F12
#3F12A1
Active/pressed statesDark mode accentsSecondary text
800
2D0D
#2D0D73
Text on light backgroundsHeadingsStrong borders
900
1D08
#1D0849
Primary textHigh emphasis contentDark headings
950
1205
#12052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E8DFFB;
  --indigo-200: #D4C3F8;
  --indigo-300: #B395F3;
  --indigo-400: #8C5EED;
  --indigo-500: #6B30E8;
  --indigo-600: #4F16CA;
  --indigo-700: #3F12A1;
  --indigo-800: #2D0D73;
  --indigo-900: #1D0849;
  --indigo-950: #12052E;
}
Generate More ShadesCreate PaletteConvert Color