Indigo

#5F19C8

Purple

Color Codes

All color formats for development

HEX
#5F19C8
RGB
rgb(95, 25, 200)
HSL
hsl(264, 78%, 44%)
OKLCH
oklch(0.448 0.234 291.3)
CMYK
cmyk(53%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

8.54:1

AA AAA

On Black Background

2.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADF
200
#D9C4
300
#BB97
400
#9860
500
#7A33
600
#5F19
700
#4B14
800
#360E
900
#2209
950
#1606

Shades

Darker variations

1#5516B4
2#4C14A0
3#42118C
4#390F78
5#2F0C64
6#260A50
7#1C073C
8#130528
9#090214

Tints

Lighter variations

1#6B1CE1
2#7B34E6
3#8B4DE9
4#9C66EC
5#AC80EF
6#BD99F2
7#CDB3F6
8#DECCF9
9#EEE6FC

Tones

Muted variations

1#6021BF
2#622AB6
3#6433AD
4#663CA5
5#67449C
6#694D93
7#6B568A
8#6D5F82
9#6E6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EADF
#EADFFB
Light backgroundsTable row hoverSkeleton loading
200
D9C4
#D9C4F8
Secondary backgroundsInput backgroundsDividers
300
BB97
#BB97F2
BordersInactive statesPlaceholder text
400
9860
#9860EB
Disabled statesSecondary iconsMuted text
500
7A33
#7A33E6
Primary brand colorCTAsActive elementsLinks
600
5F19
#5F19C8
Hover statesFocus ringsPrimary buttons hover
700
4B14
#4B149F
Active/pressed statesDark mode accentsSecondary text
800
360E
#360E71
Text on light backgroundsHeadingsStrong borders
900
2209
#220949
Primary textHigh emphasis contentDark headings
950
1606
#16062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FD;
  --indigo-100: #EADFFB;
  --indigo-200: #D9C4F8;
  --indigo-300: #BB97F2;
  --indigo-400: #9860EB;
  --indigo-500: #7A33E6;
  --indigo-600: #5F19C8;
  --indigo-700: #4B149F;
  --indigo-800: #360E71;
  --indigo-900: #220949;
  --indigo-950: #16062D;
}
Generate More ShadesCreate PaletteConvert Color