Indigo

#39149F

Purple

Color Codes

All color formats for development

HEX
#39149F
RGB
rgb(57, 20, 159)
HSL
hsl(256, 78%, 35%)
OKLCH
oklch(0.362 0.197 282.5)
CMYK
cmyk(64%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

11.83:1

AA AAA

On Black Background

1.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C4
300
#AF97
400
#8560
500
#6233
600
#4719
700
#3914
800
#290E
900
#1A09
950
#1006

Shades

Darker variations

1#33128F
2#2D107F
3#280E6F
4#220C5F
5#1C0A4F
6#170840
7#110630
8#0B0420
9#060210

Tints

Lighter variations

1#4317BC
2#4E1BDA
3#6130E5
4#774EE9
5#8E6BED
6#A589F0
7#BBA6F4
8#D2C4F8
9#E8E1FB

Tones

Muted variations

1#3C1B98
2#3F2291
3#43298A
4#462F83
5#49367C
6#4C3D75
7#50446E
8#534B67
9#565260

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
AF97
#AF97F2
BordersInactive statesPlaceholder text
400
8560
#8560EB
Disabled statesSecondary iconsMuted text
500
6233
#6233E6
Primary brand colorCTAsActive elementsLinks
600
4719
#4719C8
Hover statesFocus ringsPrimary buttons hover
700
3914
#39149F
Active/pressed statesDark mode accentsSecondary text
800
290E
#290E71
Text on light backgroundsHeadingsStrong borders
900
1A09
#1A0949
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: #F5F1FD;
  --indigo-100: #E7DFFB;
  --indigo-200: #D2C4F8;
  --indigo-300: #AF97F2;
  --indigo-400: #8560EB;
  --indigo-500: #6233E6;
  --indigo-600: #4719C8;
  --indigo-700: #39149F;
  --indigo-800: #290E71;
  --indigo-900: #1A0949;
  --indigo-950: #10062D;
}
Generate More ShadesCreate PaletteConvert Color