Indigo

#3613A0

Purple

Color Codes

All color formats for development

HEX
#3613A0
RGB
rgb(54, 19, 160)
HSL
hsl(255, 79%, 35%)
OKLCH
oklch(0.36 0.2 280.9)
CMYK
cmyk(66%, 88%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

11.95: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
#F4F1
100
#E6DF
200
#D1C4
300
#AD96
400
#825F
500
#5F32
600
#4418
700
#3613
800
#270D
900
#1909
950
#0F05

Shades

Darker variations

1#311190
2#2B0F80
3#260D70
4#200B60
5#1B0950
6#160740
7#100630
8#0B0420
9#050210

Tints

Lighter variations

1#4016BD
2#4A1ADB
3#5D2FE7
4#744DEA
5#8B6BEE
6#A388F1
7#BAA6F5
8#D1C4F8
9#E8E1FC

Tones

Muted variations

1#3A1A99
2#3D2192
3#41288B
4#442F84
5#48367D
6#4B3D75
7#4F446E
8#524B67
9#565260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E6DF
#E6DFFB
Light backgroundsTable row hoverSkeleton loading
200
D1C4
#D1C4F8
Secondary backgroundsInput backgroundsDividers
300
AD96
#AD96F3
BordersInactive statesPlaceholder text
400
825F
#825FEC
Disabled statesSecondary iconsMuted text
500
5F32
#5F32E7
Primary brand colorCTAsActive elementsLinks
600
4418
#4418C9
Hover statesFocus ringsPrimary buttons hover
700
3613
#3613A0
Active/pressed statesDark mode accentsSecondary text
800
270D
#270D72
Text on light backgroundsHeadingsStrong borders
900
1909
#190949
Primary textHigh emphasis contentDark headings
950
0F05
#0F052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E6DFFB;
  --indigo-200: #D1C4F8;
  --indigo-300: #AD96F3;
  --indigo-400: #825FEC;
  --indigo-500: #5F32E7;
  --indigo-600: #4418C9;
  --indigo-700: #3613A0;
  --indigo-800: #270D72;
  --indigo-900: #190949;
  --indigo-950: #0F052E;
}
Generate More ShadesCreate PaletteConvert Color