Indigo

#4915CB

Purple

Color Codes

All color formats for development

HEX
#4915CB
RGB
rgb(73, 21, 203)
HSL
hsl(257, 81%, 44%)
OKLCH
oklch(0.427 0.241 282.1)
CMYK
cmyk(64%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.32:1

AA AAA

On Black Background

2.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C3
300
#B095
400
#865D
500
#642F
600
#4915
700
#3A11
800
#290C
900
#1A08
950
#1105

Shades

Darker variations

1#4213B7
2#3A11A2
3#330F8E
4#2C0D7A
5#240B66
6#1D0951
7#16063D
8#0F0429
9#070214

Tints

Lighter variations

1#5218E5
2#6530E9
3#784AEC
4#8B64EF
5#9F7EF1
6#B298F4
7#C5B1F7
8#D8CBFA
9#ECE5FC

Tones

Muted variations

1#4D1EC2
2#5127B9
3#5531B0
4#593AA7
5#5D439E
6#604C95
7#64558B
8#685E82
9#6C6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFC
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F9
Secondary backgroundsInput backgroundsDividers
300
B095
#B095F4
BordersInactive statesPlaceholder text
400
865D
#865DEE
Disabled statesSecondary iconsMuted text
500
642F
#642FE9
Primary brand colorCTAsActive elementsLinks
600
4915
#4915CB
Hover statesFocus ringsPrimary buttons hover
700
3A11
#3A11A2
Active/pressed statesDark mode accentsSecondary text
800
290C
#290C73
Text on light backgroundsHeadingsStrong borders
900
1A08
#1A084A
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E7DFFC;
  --indigo-200: #D2C3F9;
  --indigo-300: #B095F4;
  --indigo-400: #865DEE;
  --indigo-500: #642FE9;
  --indigo-600: #4915CB;
  --indigo-700: #3A11A2;
  --indigo-800: #290C73;
  --indigo-900: #1A084A;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color