Indigo

#4E0AD6

Purple

Color Codes

All color formats for development

HEX
#4E0AD6
RGB
rgb(78, 10, 214)
HSL
hsl(260, 91%, 44%)
OKLCH
oklch(0.439 0.255 282.7)
CMYK
cmyk(64%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

8.98:1

AA AAA

On Black Background

2.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DD
200
#D4C0
300
#B38F
400
#8B55
500
#6924
600
#4E0A
700
#3E08
800
#2C06
900
#1C04
950
#1202

Shades

Darker variations

1#4609C1
2#3F08AB
3#370796
4#2F0681
5#27056B
6#1F0456
7#170340
8#10022B
9#080115

Tints

Lighter variations

1#580BF2
2#6A25F5
3#7D40F6
4#8F5BF7
5#A277F9
6#B592FA
7#C7ADFB
8#DAC8FC
9#ECE4FE

Tones

Muted variations

1#5214CC
2#551FC2
3#5829B8
4#5C33AD
5#5F3DA3
6#634799
7#66528F
8#695C85
9#6D667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D4C0
#D4C0FC
Secondary backgroundsInput backgroundsDividers
300
B38F
#B38FFA
BordersInactive statesPlaceholder text
400
8B55
#8B55F7
Disabled statesSecondary iconsMuted text
500
6924
#6924F5
Primary brand colorCTAsActive elementsLinks
600
4E0A
#4E0AD6
Hover statesFocus ringsPrimary buttons hover
700
3E08
#3E08AA
Active/pressed statesDark mode accentsSecondary text
800
2C06
#2C067A
Text on light backgroundsHeadingsStrong borders
900
1C04
#1C044E
Primary textHigh emphasis contentDark headings
950
1202
#120231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FE;
  --indigo-100: #E8DDFD;
  --indigo-200: #D4C0FC;
  --indigo-300: #B38FFA;
  --indigo-400: #8B55F7;
  --indigo-500: #6924F5;
  --indigo-600: #4E0AD6;
  --indigo-700: #3E08AA;
  --indigo-800: #2C067A;
  --indigo-900: #1C044E;
  --indigo-950: #120231;
}
Generate More ShadesCreate PaletteConvert Color