Indigo

#3511A2

Purple

Color Codes

All color formats for development

HEX
#3511A2
RGB
rgb(53, 17, 162)
HSL
hsl(255, 81%, 35%)
OKLCH
oklch(0.36 0.203 280.2)
CMYK
cmyk(67%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.98:1

AA AAA

On Black Background

1.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DF
200
#D0C3
300
#AD95
400
#825D
500
#5E2F
600
#4315
700
#3511
800
#260C
900
#1808
950
#0F05

Shades

Darker variations

1#300F91
2#2A0E81
3#250C71
4#200A61
5#1B0851
6#150741
7#100530
8#0B0320
9#050210

Tints

Lighter variations

1#3F14C0
2#4917DE
3#5C2DE9
4#734BEC
5#8B69EF
6#A287F2
7#B9A5F6
8#D0C3F9
9#E8E1FC

Tones

Muted variations

1#39189A
2#3C1F93
3#40278C
4#442E85
5#47357D
6#4B3C76
7#4E446F
8#524B68
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
D0C3
#D0C3F9
Secondary backgroundsInput backgroundsDividers
300
AD95
#AD95F4
BordersInactive statesPlaceholder text
400
825D
#825DEE
Disabled statesSecondary iconsMuted text
500
5E2F
#5E2FE9
Primary brand colorCTAsActive elementsLinks
600
4315
#4315CB
Hover statesFocus ringsPrimary buttons hover
700
3511
#3511A2
Active/pressed statesDark mode accentsSecondary text
800
260C
#260C73
Text on light backgroundsHeadingsStrong borders
900
1808
#18084A
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: #F4F1FE;
  --indigo-100: #E6DFFC;
  --indigo-200: #D0C3F9;
  --indigo-300: #AD95F4;
  --indigo-400: #825DEE;
  --indigo-500: #5E2FE9;
  --indigo-600: #4315CB;
  --indigo-700: #3511A2;
  --indigo-800: #260C73;
  --indigo-900: #18084A;
  --indigo-950: #0F052E;
}
Generate More ShadesCreate PaletteConvert Color