Indigo

#4419C8

Purple

Color Codes

All color formats for development

HEX
#4419C8
RGB
rgb(68, 25, 200)
HSL
hsl(255, 78%, 44%)
OKLCH
oklch(0.422 0.237 280.4)
CMYK
cmyk(66%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

9.46:1

AA AAA

On Black Background

2.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DF
200
#D1C4
300
#AD97
400
#8360
500
#5F33
600
#4419
700
#3614
800
#270E
900
#1909
950
#1006

Shades

Darker variations

1#3E16B4
2#3714A0
3#30118C
4#290F78
5#220C64
6#1B0A50
7#15073C
8#0E0528
9#070214

Tints

Lighter variations

1#4D1CE1
2#6034E6
3#744DE9
4#8866EC
5#9C80EF
6#B099F2
7#C3B3F6
8#D7CCF9
9#EBE6FC

Tones

Muted variations

1#4921BF
2#4D2AB6
3#5233AD
4#563CA5
5#5A449C
6#5F4D93
7#63568A
8#675F82
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
D1C4
#D1C4F8
Secondary backgroundsInput backgroundsDividers
300
AD97
#AD97F2
BordersInactive statesPlaceholder text
400
8360
#8360EB
Disabled statesSecondary iconsMuted text
500
5F33
#5F33E6
Primary brand colorCTAsActive elementsLinks
600
4419
#4419C8
Hover statesFocus ringsPrimary buttons hover
700
3614
#36149F
Active/pressed statesDark mode accentsSecondary text
800
270E
#270E71
Text on light backgroundsHeadingsStrong borders
900
1909
#190949
Primary textHigh emphasis contentDark headings
950
1006
#10062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E6DFFB;
  --indigo-200: #D1C4F8;
  --indigo-300: #AD97F2;
  --indigo-400: #8360EB;
  --indigo-500: #5F33E6;
  --indigo-600: #4419C8;
  --indigo-700: #36149F;
  --indigo-800: #270E71;
  --indigo-900: #190949;
  --indigo-950: #10062D;
}
Generate More ShadesCreate PaletteConvert Color