Indigo

#6313A0

Purple

Color Codes

All color formats for development

HEX
#6313A0
RGB
rgb(99, 19, 160)
HSL
hsl(274, 79%, 35%)
OKLCH
oklch(0.41 0.2 303.4)
CMYK
cmyk(38%, 88%, 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
#E1C4
300
#CB96
400
#AF5F
500
#9832
600
#7C18
700
#6313
800
#460D
900
#2D09
950
#1C05

Shades

Darker variations

1#591190
2#4F0F80
3#450D70
4#3B0B60
5#310950
6#270740
7#1E0630
8#140420
9#0A0210

Tints

Lighter variations

1#7516BD
2#871ADB
3#972FE7
4#A64DEA
5#B56BEE
6#C488F1
7#D3A6F5
8#E1C4F8
9#F0E1FC

Tones

Muted variations

1#621A99
2#612192
3#60288B
4#5F2F84
5#5E367D
6#5D3D75
7#5C446E
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
E1C4
#E1C4F8
Secondary backgroundsInput backgroundsDividers
300
CB96
#CB96F3
BordersInactive statesPlaceholder text
400
AF5F
#AF5FEC
Disabled statesSecondary iconsMuted text
500
9832
#9832E7
Primary brand colorCTAsActive elementsLinks
600
7C18
#7C18C9
Hover statesFocus ringsPrimary buttons hover
700
6313
#6313A0
Active/pressed statesDark mode accentsSecondary text
800
460D
#460D72
Text on light backgroundsHeadingsStrong borders
900
2D09
#2D0949
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: #E1C4F8;
  --indigo-300: #CB96F3;
  --indigo-400: #AF5FEC;
  --indigo-500: #9832E7;
  --indigo-600: #7C18C9;
  --indigo-700: #6313A0;
  --indigo-800: #460D72;
  --indigo-900: #2D0949;
  --indigo-950: #1C052E;
}
Generate More ShadesCreate PaletteConvert Color