Indigo

#3103B0

Purple

Color Codes

All color formats for development

HEX
#3103B0
RGB
rgb(49, 3, 176)
HSL
hsl(256, 97%, 35%)
OKLCH
oklch(0.366 0.225 276.9)
CMYK
cmyk(72%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

11.86:1

AA AAA

On Black Background

1.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DC
200
#CFBE
300
#AA8B
400
#7D4F
500
#581D
600
#3D03
700
#3103
800
#2302
900
#1601
950
#0E01

Shades

Darker variations

1#2C029E
2#27028D
3#22027B
4#1D0269
5#180158
6#140146
7#0F0135
8#0A0123
9#050012

Tints

Lighter variations

1#3A03D0
2#4304F1
3#561AFC
4#6F3BFC
5#875CFD
6#9F7CFD
7#B79DFE
8#CFBEFE
9#E7DEFF

Tones

Muted variations

1#350BA7
2#39149F
3#3D1D96
4#41258D
5#452E85
6#49377C
7#4D3F73
8#51486B
9#555162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E5DC
#E5DCFE
Light backgroundsTable row hoverSkeleton loading
200
CFBE
#CFBEFE
Secondary backgroundsInput backgroundsDividers
300
AA8B
#AA8BFD
BordersInactive statesPlaceholder text
400
7D4F
#7D4FFC
Disabled statesSecondary iconsMuted text
500
581D
#581DFC
Primary brand colorCTAsActive elementsLinks
600
3D03
#3D03DD
Hover statesFocus ringsPrimary buttons hover
700
3103
#3103B0
Active/pressed statesDark mode accentsSecondary text
800
2302
#23027E
Text on light backgroundsHeadingsStrong borders
900
1601
#160150
Primary textHigh emphasis contentDark headings
950
0E01
#0E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F0FF;
  --indigo-100: #E5DCFE;
  --indigo-200: #CFBEFE;
  --indigo-300: #AA8BFD;
  --indigo-400: #7D4FFC;
  --indigo-500: #581DFC;
  --indigo-600: #3D03DD;
  --indigo-700: #3103B0;
  --indigo-800: #23027E;
  --indigo-900: #160150;
  --indigo-950: #0E0132;
}
Generate More ShadesCreate PaletteConvert Color