Indigo

#3E00B3

Purple

Color Codes

All color formats for development

HEX
#3E00B3
RGB
rgb(62, 0, 179)
HSL
hsl(261, 100%, 35%)
OKLCH
oklch(0.379 0.226 282.1)
CMYK
cmyk(65%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

11.32:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DB
200
#D4BD
300
#B38A
400
#8B4D
500
#6A1A
600
#4F00
700
#3E00
800
#2D00
900
#1D00
950
#1200

Shades

Darker variations

1#3800A1
2#32008F
3#2C007D
4#25006B
5#1F0059
6#190047
7#130036
8#0C0024
9#060012

Tints

Lighter variations

1#4A00D4
2#5600F5
3#6817FF
4#7E38FF
5#9359FF
6#A97AFF
7#BE9CFF
8#D4BDFF
9#E9DEFF

Tones

Muted variations

1#4109AA
2#4412A1
3#471B98
4#49248F
5#4C2D86
6#4F367D
7#513E74
8#54476B
9#575062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DB
#E8DBFF
Light backgroundsTable row hoverSkeleton loading
200
D4BD
#D4BDFF
Secondary backgroundsInput backgroundsDividers
300
B38A
#B38AFF
BordersInactive statesPlaceholder text
400
8B4D
#8B4DFF
Disabled statesSecondary iconsMuted text
500
6A1A
#6A1AFF
Primary brand colorCTAsActive elementsLinks
600
4F00
#4F00E0
Hover statesFocus ringsPrimary buttons hover
700
3E00
#3E00B3
Active/pressed statesDark mode accentsSecondary text
800
2D00
#2D0080
Text on light backgroundsHeadingsStrong borders
900
1D00
#1D0052
Primary textHigh emphasis contentDark headings
950
1200
#120033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E8DBFF;
  --indigo-200: #D4BDFF;
  --indigo-300: #B38AFF;
  --indigo-400: #8B4DFF;
  --indigo-500: #6A1AFF;
  --indigo-600: #4F00E0;
  --indigo-700: #3E00B3;
  --indigo-800: #2D0080;
  --indigo-900: #1D0052;
  --indigo-950: #120033;
}
Generate More ShadesCreate PaletteConvert Color