Indigo

#6312A1

Purple

Color Codes

All color formats for development

HEX
#6312A1
RGB
rgb(99, 18, 161)
HSL
hsl(274, 80%, 35%)
OKLCH
oklch(0.411 0.202 303.1)
CMYK
cmyk(39%, 89%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

9.85:1

AA AAA

On Black Background

2.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDF
200
#E1C3
300
#CB95
400
#AF5E
500
#9830
600
#7C16
700
#6312
800
#470D
900
#2D08
950
#1C05

Shades

Darker variations

1#591091
2#4F0E81
3#450C70
4#3B0B60
5#310950
6#280740
7#1E0530
8#140420
9#0A0210

Tints

Lighter variations

1#7515BE
2#8718DC
3#972EE8
4#A64CEB
5#B56AEE
6#C488F2
7#D3A5F5
8#E1C3F8
9#F0E1FC

Tones

Muted variations

1#62199A
2#612092
3#60278B
4#5F2E84
5#5E367D
6#5D3D76
7#5C446F
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
CB95
#CB95F3
BordersInactive statesPlaceholder text
400
AF5E
#AF5EED
Disabled statesSecondary iconsMuted text
500
9830
#9830E8
Primary brand colorCTAsActive elementsLinks
600
7C16
#7C16CA
Hover statesFocus ringsPrimary buttons hover
700
6312
#6312A1
Active/pressed statesDark mode accentsSecondary text
800
470D
#470D73
Text on light backgroundsHeadingsStrong borders
900
2D08
#2D0849
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: #CB95F3;
  --indigo-400: #AF5EED;
  --indigo-500: #9830E8;
  --indigo-600: #7C16CA;
  --indigo-700: #6312A1;
  --indigo-800: #470D73;
  --indigo-900: #2D0849;
  --indigo-950: #1C052E;
}
Generate More ShadesCreate PaletteConvert Color