Indigo

#5C0EA4

Purple

Color Codes

All color formats for development

HEX
#5C0EA4
RGB
rgb(92, 14, 164)
HSL
hsl(271, 84%, 35%)
OKLCH
oklch(0.402 0.206 299.2)
CMYK
cmyk(44%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

10.22:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDE
200
#DFC2
300
#C693
400
#A85B
500
#8F2C
600
#7312
700
#5C0E
800
#420A
900
#2A07
950
#1A04

Shades

Darker variations

1#530D94
2#490B83
3#400A73
4#370963
5#2E0752
6#250642
7#1C0431
8#120321
9#090110

Tints

Lighter variations

1#6D11C3
2#7E14E1
3#8E2AEC
4#9E48EF
5#AE67F2
6#BF85F4
7#CFA4F7
8#DFC2FA
9#EFE1FC

Tones

Muted variations

1#5B169D
2#5B1D95
3#5B258E
4#5B2C86
5#5A347F
6#5A3B77
7#5A4370
8#5A4A68
9#595261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDE
#EEDEFC
Light backgroundsTable row hoverSkeleton loading
200
DFC2
#DFC2FA
Secondary backgroundsInput backgroundsDividers
300
C693
#C693F6
BordersInactive statesPlaceholder text
400
A85B
#A85BF1
Disabled statesSecondary iconsMuted text
500
8F2C
#8F2CED
Primary brand colorCTAsActive elementsLinks
600
7312
#7312CE
Hover statesFocus ringsPrimary buttons hover
700
5C0E
#5C0EA4
Active/pressed statesDark mode accentsSecondary text
800
420A
#420A75
Text on light backgroundsHeadingsStrong borders
900
2A07
#2A074B
Primary textHigh emphasis contentDark headings
950
1A04
#1A042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EEDEFC;
  --indigo-200: #DFC2FA;
  --indigo-300: #C693F6;
  --indigo-400: #A85BF1;
  --indigo-500: #8F2CED;
  --indigo-600: #7312CE;
  --indigo-700: #5C0EA4;
  --indigo-800: #420A75;
  --indigo-900: #2A074B;
  --indigo-950: #1A042F;
}
Generate More ShadesCreate PaletteConvert Color