Indigo

#3811A2

Purple

Color Codes

All color formats for development

HEX
#3811A2
RGB
rgb(56, 17, 162)
HSL
hsl(256, 81%, 35%)
OKLCH
oklch(0.362 0.203 281.7)
CMYK
cmyk(65%, 90%, 0%, 36%)

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
#F4F1
100
#E6DF
200
#D1C3
300
#AE95
400
#845D
500
#612F
600
#4615
700
#3811
800
#280C
900
#1908
950
#1005

Shades

Darker variations

1#320F91
2#2C0E81
3#270C71
4#210A61
5#1C0851
6#160741
7#110530
8#0B0320
9#060210

Tints

Lighter variations

1#4214C0
2#4C17DE
3#5F2DE9
4#764BEC
5#8D69EF
6#A487F2
7#BAA5F6
8#D1C3F9
9#E8E1FC

Tones

Muted variations

1#3B189A
2#3E1F93
3#42278C
4#452E85
5#48357D
6#4C3C76
7#4F446F
8#534B68
9#565260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DF
#E6DFFC
Light backgroundsTable row hoverSkeleton loading
200
D1C3
#D1C3F9
Secondary backgroundsInput backgroundsDividers
300
AE95
#AE95F4
BordersInactive statesPlaceholder text
400
845D
#845DEE
Disabled statesSecondary iconsMuted text
500
612F
#612FE9
Primary brand colorCTAsActive elementsLinks
600
4615
#4615CB
Hover statesFocus ringsPrimary buttons hover
700
3811
#3811A2
Active/pressed statesDark mode accentsSecondary text
800
280C
#280C73
Text on light backgroundsHeadingsStrong borders
900
1908
#19084A
Primary textHigh emphasis contentDark headings
950
1005
#10052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FE;
  --indigo-100: #E6DFFC;
  --indigo-200: #D1C3F9;
  --indigo-300: #AE95F4;
  --indigo-400: #845DEE;
  --indigo-500: #612FE9;
  --indigo-600: #4615CB;
  --indigo-700: #3811A2;
  --indigo-800: #280C73;
  --indigo-900: #19084A;
  --indigo-950: #10052E;
}
Generate More ShadesCreate PaletteConvert Color