Indigo

#5413CD

Purple

Color Codes

All color formats for development

HEX
#5413CD
RGB
rgb(84, 19, 205)
HSL
hsl(261, 83%, 44%)
OKLCH
oklch(0.438 0.243 286.2)
CMYK
cmyk(59%, 91%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

8.93:1

AA AAA

On Black Background

2.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E9DE
200
#D6C2
300
#B694
400
#905C
500
#702D
600
#5413
700
#430F
800
#300B
900
#1F07
950
#1304

Shades

Darker variations

1#4C11B9
2#430FA4
3#3B0D90
4#330B7B
5#2A0A67
6#220852
7#19063E
8#110429
9#080215

Tints

Lighter variations

1#5F16E7
2#702EEC
3#8248EE
4#9462F0
5#A67CF3
6#B896F5
7#C9B1F8
8#DBCBFA
9#EDE5FD

Tones

Muted variations

1#571CC4
2#5A26BB
3#5D2FB1
4#5F38A8
5#62429F
6#654B95
7#68548C
8#6B5E83
9#6D677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DE
#E9DEFC
Light backgroundsTable row hoverSkeleton loading
200
D6C2
#D6C2F9
Secondary backgroundsInput backgroundsDividers
300
B694
#B694F5
BordersInactive statesPlaceholder text
400
905C
#905CF0
Disabled statesSecondary iconsMuted text
500
702D
#702DEB
Primary brand colorCTAsActive elementsLinks
600
5413
#5413CD
Hover statesFocus ringsPrimary buttons hover
700
430F
#430FA3
Active/pressed statesDark mode accentsSecondary text
800
300B
#300B75
Text on light backgroundsHeadingsStrong borders
900
1F07
#1F074B
Primary textHigh emphasis contentDark headings
950
1304
#13042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E9DEFC;
  --indigo-200: #D6C2F9;
  --indigo-300: #B694F5;
  --indigo-400: #905CF0;
  --indigo-500: #702DEB;
  --indigo-600: #5413CD;
  --indigo-700: #430FA3;
  --indigo-800: #300B75;
  --indigo-900: #1F074B;
  --indigo-950: #13042F;
}
Generate More ShadesCreate PaletteConvert Color