Indigo

#6012A1

Purple

Color Codes

All color formats for development

HEX
#6012A1
RGB
rgb(96, 18, 161)
HSL
hsl(273, 80%, 35%)
OKLCH
oklch(0.407 0.201 301.7)
CMYK
cmyk(40%, 89%, 0%, 37%)

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
#E1C3
300
#C995
400
#AD5E
500
#9530
600
#7916
700
#6012
800
#450D
900
#2C08
950
#1C05

Shades

Darker variations

1#571091
2#4D0E81
3#430C70
4#3A0B60
5#300950
6#270740
7#1D0530
8#130420
9#0A0210

Tints

Lighter variations

1#7215BE
2#8418DC
3#942EE8
4#A44CEB
5#B36AEE
6#C288F2
7#D1A5F5
8#E1C3F8
9#F0E1FC

Tones

Muted variations

1#60199A
2#5F2092
3#5E278B
4#5E2E84
5#5D367D
6#5C3D76
7#5B446F
8#5B4B68
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
E1C3
#E1C3F8
Secondary backgroundsInput backgroundsDividers
300
C995
#C995F3
BordersInactive statesPlaceholder text
400
AD5E
#AD5EED
Disabled statesSecondary iconsMuted text
500
9530
#9530E8
Primary brand colorCTAsActive elementsLinks
600
7916
#7916CA
Hover statesFocus ringsPrimary buttons hover
700
6012
#6012A1
Active/pressed statesDark mode accentsSecondary text
800
450D
#450D73
Text on light backgroundsHeadingsStrong borders
900
2C08
#2C0849
Primary textHigh emphasis contentDark headings
950
1C05
#1C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #EFDFFB;
  --indigo-200: #E1C3F8;
  --indigo-300: #C995F3;
  --indigo-400: #AD5EED;
  --indigo-500: #9530E8;
  --indigo-600: #7916CA;
  --indigo-700: #6012A1;
  --indigo-800: #450D73;
  --indigo-900: #2C0849;
  --indigo-950: #1C052E;
}
Generate More ShadesCreate PaletteConvert Color