Indigo

#5E14CC

Purple

Color Codes

All color formats for development

HEX
#5E14CC
RGB
rgb(94, 20, 204)
HSL
hsl(264, 82%, 44%)
OKLCH
oklch(0.448 0.241 290.4)
CMYK
cmyk(54%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

8.58:1

AA AAA

On Black Background

2.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADF
200
#D8C3
300
#BB94
400
#975D
500
#792E
600
#5E14
700
#4B10
800
#350B
900
#2207
950
#1505

Shades

Darker variations

1#5412B8
2#4B10A3
3#420E8F
4#380C7B
5#2F0A66
6#260852
7#1C063D
8#130429
9#090214

Tints

Lighter variations

1#6A17E6
2#7A2FEA
3#8B49ED
4#9B63F0
5#AC7DF2
6#BD97F5
7#CDB1F7
8#DECBFA
9#EEE5FC

Tones

Muted variations

1#601DC3
2#6127BA
3#6330B1
4#6539A7
5#67429E
6#694B95
7#6B558C
8#6D5E83
9#6E6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADF
#EADFFC
Light backgroundsTable row hoverSkeleton loading
200
D8C3
#D8C3F9
Secondary backgroundsInput backgroundsDividers
300
BB94
#BB94F4
BordersInactive statesPlaceholder text
400
975D
#975DEF
Disabled statesSecondary iconsMuted text
500
792E
#792EEA
Primary brand colorCTAsActive elementsLinks
600
5E14
#5E14CC
Hover statesFocus ringsPrimary buttons hover
700
4B10
#4B10A2
Active/pressed statesDark mode accentsSecondary text
800
350B
#350B74
Text on light backgroundsHeadingsStrong borders
900
2207
#22074A
Primary textHigh emphasis contentDark headings
950
1505
#15052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EADFFC;
  --indigo-200: #D8C3F9;
  --indigo-300: #BB94F4;
  --indigo-400: #975DEF;
  --indigo-500: #792EEA;
  --indigo-600: #5E14CC;
  --indigo-700: #4B10A2;
  --indigo-800: #350B74;
  --indigo-900: #22074A;
  --indigo-950: #15052E;
}
Generate More ShadesCreate PaletteConvert Color