Indigo

#4411A2

Purple

Color Codes

All color formats for development

HEX
#4411A2
RGB
rgb(68, 17, 162)
HSL
hsl(261, 81%, 35%)
OKLCH
oklch(0.374 0.201 287.6)
CMYK
cmyk(58%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.37:1

AA AAA

On Black Background

1.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E9DF
200
#D6C3
300
#B695
400
#905D
500
#702F
600
#5515
700
#4411
800
#300C
900
#1F08
950
#1305

Shades

Darker variations

1#3D0F91
2#360E81
3#2F0C71
4#290A61
5#220851
6#1B0741
7#140530
8#0E0320
9#070210

Tints

Lighter variations

1#5014C0
2#5D17DE
3#6F2DE9
4#834BEC
5#9869EF
6#AD87F2
7#C1A5F6
8#D6C3F9
9#EAE1FC

Tones

Muted variations

1#46189A
2#481F93
3#4A278C
4#4C2E85
5#4E357D
6#513C76
7#53446F
8#554B68
9#575260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFC
Light backgroundsTable row hoverSkeleton loading
200
D6C3
#D6C3F9
Secondary backgroundsInput backgroundsDividers
300
B695
#B695F4
BordersInactive statesPlaceholder text
400
905D
#905DEE
Disabled statesSecondary iconsMuted text
500
702F
#702FE9
Primary brand colorCTAsActive elementsLinks
600
5515
#5515CB
Hover statesFocus ringsPrimary buttons hover
700
4411
#4411A2
Active/pressed statesDark mode accentsSecondary text
800
300C
#300C73
Text on light backgroundsHeadingsStrong borders
900
1F08
#1F084A
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E9DFFC;
  --indigo-200: #D6C3F9;
  --indigo-300: #B695F4;
  --indigo-400: #905DEE;
  --indigo-500: #702FE9;
  --indigo-600: #5515CB;
  --indigo-700: #4411A2;
  --indigo-800: #300C73;
  --indigo-900: #1F084A;
  --indigo-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color