Indigo

#60149F

Purple

Color Codes

All color formats for development

HEX
#60149F
RGB
rgb(96, 20, 159)
HSL
hsl(273, 78%, 35%)
OKLCH
oklch(0.406 0.198 302.2)
CMYK
cmyk(40%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

10.01:1

AA AAA

On Black Background

2.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDF
200
#E0C4
300
#C997
400
#AD60
500
#9533
600
#7919
700
#6014
800
#450E
900
#2C09
950
#1B06

Shades

Darker variations

1#57128F
2#4D107F
3#430E6F
4#3A0C5F
5#300A4F
6#260840
7#1D0630
8#130420
9#0A0210

Tints

Lighter variations

1#7217BC
2#841BDA
3#9430E5
4#A34EE9
5#B36BED
6#C289F0
7#D1A6F4
8#E0C4F8
9#F0E1FB

Tones

Muted variations

1#601B98
2#5F2291
3#5E298A
4#5D2F83
5#5D367C
6#5C3D75
7#5B446E
8#5B4B67
9#5A5260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EFDF
#EFDFFB
Light backgroundsTable row hoverSkeleton loading
200
E0C4
#E0C4F8
Secondary backgroundsInput backgroundsDividers
300
C997
#C997F2
BordersInactive statesPlaceholder text
400
AD60
#AD60EB
Disabled statesSecondary iconsMuted text
500
9533
#9533E6
Primary brand colorCTAsActive elementsLinks
600
7919
#7919C8
Hover statesFocus ringsPrimary buttons hover
700
6014
#60149F
Active/pressed statesDark mode accentsSecondary text
800
450E
#450E71
Text on light backgroundsHeadingsStrong borders
900
2C09
#2C0949
Primary textHigh emphasis contentDark headings
950
1B06
#1B062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #EFDFFB;
  --indigo-200: #E0C4F8;
  --indigo-300: #C997F2;
  --indigo-400: #AD60EB;
  --indigo-500: #9533E6;
  --indigo-600: #7919C8;
  --indigo-700: #60149F;
  --indigo-800: #450E71;
  --indigo-900: #2C0949;
  --indigo-950: #1B062D;
}
Generate More ShadesCreate PaletteConvert Color