Indigo

#3E0080

Purple

Color Codes

All color formats for development

HEX
#3E0080
RGB
rgb(62, 0, 128)
HSL
hsl(269, 100%, 25%)
OKLCH
oklch(0.32 0.176 294.6)
CMYK
cmyk(52%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

13.85:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDB
200
#DDBD
300
#C28A
400
#A34D
500
#881A
600
#6C00
700
#5600
800
#3E00
900
#2700
950
#1900

Shades

Darker variations

1#370073
2#310066
3#2B0059
4#25004D
5#1F0040
6#190033
7#120026
8#0C001A
9#06000D

Tints

Lighter variations

1#5000A6
2#6300CC
3#7500F2
4#881AFF
5#9C40FF
6#B066FF
7#C48CFF
8#D7B3FF
9#EBD9FF

Tones

Muted variations

1#3E0679
2#3E0D73
3#3E136C
4#3E1966
5#3F2060
6#3F2659
7#3F2D53
8#3F334D
9#403946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDB
#EDDBFF
Light backgroundsTable row hoverSkeleton loading
200
DDBD
#DDBDFF
Secondary backgroundsInput backgroundsDividers
300
C28A
#C28AFF
BordersInactive statesPlaceholder text
400
A34D
#A34DFF
Disabled statesSecondary iconsMuted text
500
881A
#881AFF
Primary brand colorCTAsActive elementsLinks
600
6C00
#6C00E0
Hover statesFocus ringsPrimary buttons hover
700
5600
#5600B3
Active/pressed statesDark mode accentsSecondary text
800
3E00
#3E0080
Text on light backgroundsHeadingsStrong borders
900
2700
#270052
Primary textHigh emphasis contentDark headings
950
1900
#190033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #EDDBFF;
  --indigo-200: #DDBDFF;
  --indigo-300: #C28AFF;
  --indigo-400: #A34DFF;
  --indigo-500: #881AFF;
  --indigo-600: #6C00E0;
  --indigo-700: #5600B3;
  --indigo-800: #3E0080;
  --indigo-900: #270052;
  --indigo-950: #190033;
}
Generate More ShadesCreate PaletteConvert Color