Indigo

#3B06AC

Purple

Color Codes

All color formats for development

HEX
#3B06AC
RGB
rgb(59, 6, 172)
HSL
hsl(259, 93%, 35%)
OKLCH
oklch(0.371 0.217 281.8)
CMYK
cmyk(66%, 97%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

11.62:1

AA AAA

On Black Background

1.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DD
200
#D3BF
300
#B08E
400
#8753
500
#6522
600
#4A08
700
#3B06
800
#2A04
900
#1B03
950
#1102

Shades

Darker variations

1#35069B
2#2F058A
3#290479
4#230467
5#1D0356
6#180245
7#120234
8#0C0122
9#060111

Tints

Lighter variations

1#4607CC
2#5109EC
3#631FF7
4#7A3FF8
5#905FF9
6#A67FFA
7#BC9FFC
8#D3BFFD
9#E9DFFE

Tones

Muted variations

1#3E0FA4
2#41179C
3#441F93
4#47278B
5#4A3083
6#4D387A
7#504072
8#53496A
9#565162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DD
#E7DDFE
Light backgroundsTable row hoverSkeleton loading
200
D3BF
#D3BFFD
Secondary backgroundsInput backgroundsDividers
300
B08E
#B08EFB
BordersInactive statesPlaceholder text
400
8753
#8753F9
Disabled statesSecondary iconsMuted text
500
6522
#6522F7
Primary brand colorCTAsActive elementsLinks
600
4A08
#4A08D9
Hover statesFocus ringsPrimary buttons hover
700
3B06
#3B06AC
Active/pressed statesDark mode accentsSecondary text
800
2A04
#2A047B
Text on light backgroundsHeadingsStrong borders
900
1B03
#1B034F
Primary textHigh emphasis contentDark headings
950
1102
#110231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FE;
  --indigo-100: #E7DDFE;
  --indigo-200: #D3BFFD;
  --indigo-300: #B08EFB;
  --indigo-400: #8753F9;
  --indigo-500: #6522F7;
  --indigo-600: #4A08D9;
  --indigo-700: #3B06AC;
  --indigo-800: #2A047B;
  --indigo-900: #1B034F;
  --indigo-950: #110231;
}
Generate More ShadesCreate PaletteConvert Color