Indigo

#410AA9

Purple

Color Codes

All color formats for development

HEX
#410AA9
RGB
rgb(65, 10, 169)
HSL
hsl(261, 89%, 35%)
OKLCH
oklch(0.375 0.212 285)
CMYK
cmyk(62%, 94%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

11.41:1

AA AAA

On Black Background

1.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DD
200
#D5C0
300
#B590
400
#8E56
500
#6E26
600
#520C
700
#410A
800
#2F07
900
#1E04
950
#1303

Shades

Darker variations

1#3B0998
2#340887
3#2E0776
4#270665
5#210554
6#1A0443
7#140333
8#0D0222
9#070111

Tints

Lighter variations

1#4E0CC8
2#5A0DE7
3#6C24F2
4#8143F4
5#9662F6
6#AB82F8
7#C0A1FA
8#D5C0FB
9#EAE0FD

Tones

Muted variations

1#4412A1
2#461A99
3#492291
4#4B2A89
5#4D3281
6#503979
7#524171
8#544969
9#575161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D5C0
#D5C0FB
Secondary backgroundsInput backgroundsDividers
300
B590
#B590F9
BordersInactive statesPlaceholder text
400
8E56
#8E56F5
Disabled statesSecondary iconsMuted text
500
6E26
#6E26F2
Primary brand colorCTAsActive elementsLinks
600
520C
#520CD4
Hover statesFocus ringsPrimary buttons hover
700
410A
#410AA9
Active/pressed statesDark mode accentsSecondary text
800
2F07
#2F0778
Text on light backgroundsHeadingsStrong borders
900
1E04
#1E044D
Primary textHigh emphasis contentDark headings
950
1303
#130330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E8DDFD;
  --indigo-200: #D5C0FB;
  --indigo-300: #B590F9;
  --indigo-400: #8E56F5;
  --indigo-500: #6E26F2;
  --indigo-600: #520CD4;
  --indigo-700: #410AA9;
  --indigo-800: #2F0778;
  --indigo-900: #1E044D;
  --indigo-950: #130330;
}
Generate More ShadesCreate PaletteConvert Color