Indigo

#3F03B0

Purple

Color Codes

All color formats for development

HEX
#3F03B0
RGB
rgb(63, 3, 176)
HSL
hsl(261, 97%, 35%)
OKLCH
oklch(0.378 0.222 283)
CMYK
cmyk(64%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

11.34:1

AA AAA

On Black Background

1.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DC
200
#D4BE
300
#B38B
400
#8C4F
500
#6B1D
600
#5003
700
#3F03
800
#2D02
900
#1D01
950
#1201

Shades

Darker variations

1#39029E
2#33028D
3#2C027B
4#260269
5#200158
6#190146
7#130135
8#0D0123
9#060012

Tints

Lighter variations

1#4B03D0
2#5704F1
3#691AFC
4#7F3BFC
5#945CFD
6#A97CFD
7#BF9DFE
8#D4BEFE
9#EADEFF

Tones

Muted variations

1#420BA7
2#44149F
3#471D96
4#4A258D
5#4C2E85
6#4F377C
7#513F73
8#54486B
9#575162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DC
#E8DCFE
Light backgroundsTable row hoverSkeleton loading
200
D4BE
#D4BEFE
Secondary backgroundsInput backgroundsDividers
300
B38B
#B38BFD
BordersInactive statesPlaceholder text
400
8C4F
#8C4FFC
Disabled statesSecondary iconsMuted text
500
6B1D
#6B1DFC
Primary brand colorCTAsActive elementsLinks
600
5003
#5003DD
Hover statesFocus ringsPrimary buttons hover
700
3F03
#3F03B0
Active/pressed statesDark mode accentsSecondary text
800
2D02
#2D027E
Text on light backgroundsHeadingsStrong borders
900
1D01
#1D0150
Primary textHigh emphasis contentDark headings
950
1201
#120132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E8DCFE;
  --indigo-200: #D4BEFE;
  --indigo-300: #B38BFD;
  --indigo-400: #8C4FFC;
  --indigo-500: #6B1DFC;
  --indigo-600: #5003DD;
  --indigo-700: #3F03B0;
  --indigo-800: #2D027E;
  --indigo-900: #1D0150;
  --indigo-950: #120132;
}
Generate More ShadesCreate PaletteConvert Color