Indigo

#6013A0

Purple

Color Codes

All color formats for development

HEX
#6013A0
RGB
rgb(96, 19, 160)
HSL
hsl(273, 79%, 35%)
OKLCH
oklch(0.406 0.2 301.9)
CMYK
cmyk(40%, 88%, 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
#E0C4
300
#C996
400
#AD5F
500
#9532
600
#7918
700
#6013
800
#450D
900
#2C09
950
#1C05

Shades

Darker variations

1#571190
2#4D0F80
3#430D70
4#3A0B60
5#300950
6#270740
7#1D0630
8#130420
9#0A0210

Tints

Lighter variations

1#7216BD
2#841ADB
3#942FE7
4#A34DEA
5#B36BEE
6#C288F1
7#D1A6F5
8#E0C4F8
9#F0E1FC

Tones

Muted variations

1#601A99
2#5F2192
3#5E288B
4#5D2F84
5#5D367D
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
C996
#C996F3
BordersInactive statesPlaceholder text
400
AD5F
#AD5FEC
Disabled statesSecondary iconsMuted text
500
9532
#9532E7
Primary brand colorCTAsActive elementsLinks
600
7918
#7918C9
Hover statesFocus ringsPrimary buttons hover
700
6013
#6013A0
Active/pressed statesDark mode accentsSecondary text
800
450D
#450D72
Text on light backgroundsHeadingsStrong borders
900
2C09
#2C0949
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: #E0C4F8;
  --indigo-300: #C996F3;
  --indigo-400: #AD5FEC;
  --indigo-500: #9532E7;
  --indigo-600: #7918C9;
  --indigo-700: #6013A0;
  --indigo-800: #450D72;
  --indigo-900: #2C0949;
  --indigo-950: #1C052E;
}
Generate More ShadesCreate PaletteConvert Color