Indigo

#65149F

Purple

Color Codes

All color formats for development

HEX
#65149F
RGB
rgb(101, 20, 159)
HSL
hsl(275, 78%, 35%)
OKLCH
oklch(0.413 0.199 304.6)
CMYK
cmyk(36%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

9.75:1

AA AAA

On Black Background

2.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDF
200
#E2C4
300
#CC97
400
#B160
500
#9B33
600
#7F19
700
#6514
800
#480E
900
#2E09
950
#1D06

Shades

Darker variations

1#5B128F
2#51107F
3#470E6F
4#3D0C5F
5#320A4F
6#280840
7#1E0630
8#140420
9#0A0210

Tints

Lighter variations

1#7817BC
2#8A1BDA
3#9A30E5
4#A84EE9
5#B76BED
6#C589F0
7#D4A6F4
8#E2C4F8
9#F1E1FB

Tones

Muted variations

1#641B98
2#632291
3#61298A
4#602F83
5#5F367C
6#5E3D75
7#5D446E
8#5C4B67
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
E2C4
#E2C4F8
Secondary backgroundsInput backgroundsDividers
300
CC97
#CC97F2
BordersInactive statesPlaceholder text
400
B160
#B160EB
Disabled statesSecondary iconsMuted text
500
9B33
#9B33E6
Primary brand colorCTAsActive elementsLinks
600
7F19
#7F19C8
Hover statesFocus ringsPrimary buttons hover
700
6514
#65149F
Active/pressed statesDark mode accentsSecondary text
800
480E
#480E71
Text on light backgroundsHeadingsStrong borders
900
2E09
#2E0949
Primary textHigh emphasis contentDark headings
950
1D06
#1D062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #EFDFFB;
  --indigo-200: #E2C4F8;
  --indigo-300: #CC97F2;
  --indigo-400: #B160EB;
  --indigo-500: #9B33E6;
  --indigo-600: #7F19C8;
  --indigo-700: #65149F;
  --indigo-800: #480E71;
  --indigo-900: #2E0949;
  --indigo-950: #1D062D;
}
Generate More ShadesCreate PaletteConvert Color