Indigo

#3306AC

Purple

Color Codes

All color formats for development

HEX
#3306AC
RGB
rgb(51, 6, 172)
HSL
hsl(256, 93%, 35%)
OKLCH
oklch(0.364 0.219 278.2)
CMYK
cmyk(70%, 97%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

11.91:1

AA AAA

On Black Background

1.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DD
200
#CFBF
300
#AB8E
400
#7F53
500
#5A22
600
#4008
700
#3306
800
#2404
900
#1703
950
#0E02

Shades

Darker variations

1#2D069B
2#28058A
3#230479
4#1E0467
5#190356
6#140245
7#0F0234
8#0A0122
9#050111

Tints

Lighter variations

1#3C07CC
2#4509EC
3#591FF7
4#703FF8
5#885FF9
6#A07FFA
7#B89FFC
8#CFBFFD
9#E7DFFE

Tones

Muted variations

1#360FA4
2#3A179C
3#3E1F93
4#42278B
5#463083
6#4A387A
7#4E4072
8#52496A
9#555162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFE
Light backgroundsTable row hoverSkeleton loading
200
CFBF
#CFBFFD
Secondary backgroundsInput backgroundsDividers
300
AB8E
#AB8EFB
BordersInactive statesPlaceholder text
400
7F53
#7F53F9
Disabled statesSecondary iconsMuted text
500
5A22
#5A22F7
Primary brand colorCTAsActive elementsLinks
600
4008
#4008D9
Hover statesFocus ringsPrimary buttons hover
700
3306
#3306AC
Active/pressed statesDark mode accentsSecondary text
800
2404
#24047B
Text on light backgroundsHeadingsStrong borders
900
1703
#17034F
Primary textHigh emphasis contentDark headings
950
0E02
#0E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F0FE;
  --indigo-100: #E5DDFE;
  --indigo-200: #CFBFFD;
  --indigo-300: #AB8EFB;
  --indigo-400: #7F53F9;
  --indigo-500: #5A22F7;
  --indigo-600: #4008D9;
  --indigo-700: #3306AC;
  --indigo-800: #24047B;
  --indigo-900: #17034F;
  --indigo-950: #0E0231;
}
Generate More ShadesCreate PaletteConvert Color