Indigo

#5F1BC5

Purple

Color Codes

All color formats for development

HEX
#5F1BC5
RGB
rgb(95, 27, 197)
HSL
hsl(264, 76%, 44%)
OKLCH
oklch(0.446 0.23 291.8)
CMYK
cmyk(52%, 86%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

8.57: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
#F6F2
100
#EAE0
200
#D9C5
300
#BB98
400
#9862
500
#7B35
600
#5F1B
700
#4C15
800
#360F
900
#230A
950
#1606

Shades

Darker variations

1#5618B2
2#4C169E
3#43138A
4#391076
5#300D63
6#260B4F
7#1D083B
8#130527
9#0A0314

Tints

Lighter variations

1#6B1EDF
2#7B36E4
3#8C4FE7
4#9C68EA
5#AD81EE
6#BD9AF1
7#CEB4F5
8#DECDF8
9#EFE6FC

Tones

Muted variations

1#6123BD
2#632CB4
3#6435AC
4#663DA3
5#68469B
6#694E92
7#6B578A
8#6D5F81
9#6E6879

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EAE0
#EAE0FB
Light backgroundsTable row hoverSkeleton loading
200
D9C5
#D9C5F7
Secondary backgroundsInput backgroundsDividers
300
BB98
#BB98F1
BordersInactive statesPlaceholder text
400
9862
#9862EA
Disabled statesSecondary iconsMuted text
500
7B35
#7B35E3
Primary brand colorCTAsActive elementsLinks
600
5F1B
#5F1BC5
Hover statesFocus ringsPrimary buttons hover
700
4C15
#4C159D
Active/pressed statesDark mode accentsSecondary text
800
360F
#360F70
Text on light backgroundsHeadingsStrong borders
900
230A
#230A48
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: #F6F2FD;
  --indigo-100: #EAE0FB;
  --indigo-200: #D9C5F7;
  --indigo-300: #BB98F1;
  --indigo-400: #9862EA;
  --indigo-500: #7B35E3;
  --indigo-600: #5F1BC5;
  --indigo-700: #4C159D;
  --indigo-800: #360F70;
  --indigo-900: #230A48;
  --indigo-950: #16062D;
}
Generate More ShadesCreate PaletteConvert Color