Indigo

#4610A2

Purple

Color Codes

All color formats for development

HEX
#4610A2
RGB
rgb(70, 16, 162)
HSL
hsl(262, 82%, 35%)
OKLCH
oklch(0.376 0.202 288.6)
CMYK
cmyk(57%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.31:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#E9DF
200
#D7C3
300
#B894
400
#925D
500
#732E
600
#5814
700
#4610
800
#320B
900
#2007
950
#1405

Shades

Darker variations

1#3F0E92
2#380D82
3#310B72
4#2A0A61
5#230851
6#1C0641
7#150531
8#0E0320
9#070210

Tints

Lighter variations

1#5313C1
2#6016DF
3#722CEA
4#864AED
5#9A68F0
6#AE86F3
7#C2A5F6
8#D7C3F9
9#EBE1FC

Tones

Muted variations

1#48179B
2#4A1F94
3#4C268C
4#4E2D85
5#4F357E
6#513C77
7#53436F
8#554B68
9#575261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFC
Light backgroundsTable row hoverSkeleton loading
200
D7C3
#D7C3F9
Secondary backgroundsInput backgroundsDividers
300
B894
#B894F4
BordersInactive statesPlaceholder text
400
925D
#925DEF
Disabled statesSecondary iconsMuted text
500
732E
#732EEA
Primary brand colorCTAsActive elementsLinks
600
5814
#5814CC
Hover statesFocus ringsPrimary buttons hover
700
4610
#4610A2
Active/pressed statesDark mode accentsSecondary text
800
320B
#320B74
Text on light backgroundsHeadingsStrong borders
900
2007
#20074A
Primary textHigh emphasis contentDark headings
950
1405
#14052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #E9DFFC;
  --indigo-200: #D7C3F9;
  --indigo-300: #B894F4;
  --indigo-400: #925DEF;
  --indigo-500: #732EEA;
  --indigo-600: #5814CC;
  --indigo-700: #4610A2;
  --indigo-800: #320B74;
  --indigo-900: #20074A;
  --indigo-950: #14052E;
}
Generate More ShadesCreate PaletteConvert Color