Indigo

#59149F

Purple

Color Codes

All color formats for development

HEX
#59149F
RGB
rgb(89, 20, 159)
HSL
hsl(270, 78%, 35%)
OKLCH
oklch(0.397 0.197 298.7)
CMYK
cmyk(44%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

10.37:1

AA AAA

On Black Background

2.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDF
200
#DEC4
300
#C497
400
#A660
500
#8C33
600
#7019
700
#5914
800
#400E
900
#2909
950
#1A06

Shades

Darker variations

1#50128F
2#47107F
3#3E0E6F
4#360C5F
5#2D0A4F
6#240840
7#1B0630
8#120420
9#090210

Tints

Lighter variations

1#6A17BC
2#7A1BDA
3#8B30E5
4#9C4EE9
5#AC6BED
6#BD89F0
7#CDA6F4
8#DEC4F8
9#EEE1FB

Tones

Muted variations

1#591B98
2#592291
3#59298A
4#592F83
5#59367C
6#593D75
7#59446E
8#594B67
9#595260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EDDF
#EDDFFB
Light backgroundsTable row hoverSkeleton loading
200
DEC4
#DEC4F8
Secondary backgroundsInput backgroundsDividers
300
C497
#C497F2
BordersInactive statesPlaceholder text
400
A660
#A660EB
Disabled statesSecondary iconsMuted text
500
8C33
#8C33E6
Primary brand colorCTAsActive elementsLinks
600
7019
#7019C8
Hover statesFocus ringsPrimary buttons hover
700
5914
#59149F
Active/pressed statesDark mode accentsSecondary text
800
400E
#400E71
Text on light backgroundsHeadingsStrong borders
900
2909
#290949
Primary textHigh emphasis contentDark headings
950
1A06
#1A062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FD;
  --indigo-100: #EDDFFB;
  --indigo-200: #DEC4F8;
  --indigo-300: #C497F2;
  --indigo-400: #A660EB;
  --indigo-500: #8C33E6;
  --indigo-600: #7019C8;
  --indigo-700: #59149F;
  --indigo-800: #400E71;
  --indigo-900: #290949;
  --indigo-950: #1A062D;
}
Generate More ShadesCreate PaletteConvert Color