Indigo

#6512A1

Purple

Color Codes

All color formats for development

HEX
#6512A1
RGB
rgb(101, 18, 161)
HSL
hsl(275, 80%, 35%)
OKLCH
oklch(0.413 0.202 304.1)
CMYK
cmyk(37%, 89%, 0%, 37%)

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
#F0DF
200
#E2C3
300
#CC95
400
#B25E
500
#9C30
600
#7F16
700
#6512
800
#480D
900
#2E08
950
#1D05

Shades

Darker variations

1#5B1091
2#510E81
3#470C70
4#3D0B60
5#330950
6#280740
7#1E0530
8#140420
9#0A0210

Tints

Lighter variations

1#7815BE
2#8B18DC
3#9A2EE8
4#A94CEB
5#B76AEE
6#C688F2
7#D4A5F5
8#E2C3F8
9#F1E1FC

Tones

Muted variations

1#64199A
2#632092
3#62278B
4#602E84
5#5F367D
6#5E3D76
7#5D446F
8#5C4B68
9#5A5260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FD
BackgroundsSubtle highlightsCard backgrounds
100
F0DF
#F0DFFB
Light backgroundsTable row hoverSkeleton loading
200
E2C3
#E2C3F8
Secondary backgroundsInput backgroundsDividers
300
CC95
#CC95F3
BordersInactive statesPlaceholder text
400
B25E
#B25EED
Disabled statesSecondary iconsMuted text
500
9C30
#9C30E8
Primary brand colorCTAsActive elementsLinks
600
7F16
#7F16CA
Hover statesFocus ringsPrimary buttons hover
700
6512
#6512A1
Active/pressed statesDark mode accentsSecondary text
800
480D
#480D73
Text on light backgroundsHeadingsStrong borders
900
2E08
#2E0849
Primary textHigh emphasis contentDark headings
950
1D05
#1D052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #F0DFFB;
  --indigo-200: #E2C3F8;
  --indigo-300: #CC95F3;
  --indigo-400: #B25EED;
  --indigo-500: #9C30E8;
  --indigo-600: #7F16CA;
  --indigo-700: #6512A1;
  --indigo-800: #480D73;
  --indigo-900: #2E0849;
  --indigo-950: #1D052E;
}
Generate More ShadesCreate PaletteConvert Color