Indigo

#4109AA

Purple

Color Codes

All color formats for development

HEX
#4109AA
RGB
rgb(65, 9, 170)
HSL
hsl(261, 90%, 35%)
OKLCH
oklch(0.376 0.213 284.8)
CMYK
cmyk(62%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

11.39: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
#F5F0
100
#E8DD
200
#D5C0
300
#B590
400
#8E55
500
#6D25
600
#520B
700
#4109
800
#2F06
900
#1E04
950
#1303

Shades

Darker variations

1#3B0899
2#340788
3#2E0677
4#270566
5#210455
6#1A0444
7#140333
8#0D0222
9#070111

Tints

Lighter variations

1#4D0BC9
2#590CE9
3#6C23F3
4#8142F5
5#9662F7
6#AB81F8
7#C0A1FA
8#D5C0FC
9#EAE0FD

Tones

Muted variations

1#4411A2
2#46199A
3#482191
4#4B2989
5#4D3181
6#503979
7#524171
8#544969
9#575161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D5C0
#D5C0FC
Secondary backgroundsInput backgroundsDividers
300
B590
#B590F9
BordersInactive statesPlaceholder text
400
8E55
#8E55F6
Disabled statesSecondary iconsMuted text
500
6D25
#6D25F4
Primary brand colorCTAsActive elementsLinks
600
520B
#520BD5
Hover statesFocus ringsPrimary buttons hover
700
4109
#4109AA
Active/pressed statesDark mode accentsSecondary text
800
2F06
#2F0679
Text on light backgroundsHeadingsStrong borders
900
1E04
#1E044E
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: #F5F0FE;
  --indigo-100: #E8DDFD;
  --indigo-200: #D5C0FC;
  --indigo-300: #B590F9;
  --indigo-400: #8E55F6;
  --indigo-500: #6D25F4;
  --indigo-600: #520BD5;
  --indigo-700: #4109AA;
  --indigo-800: #2F0679;
  --indigo-900: #1E044E;
  --indigo-950: #130330;
}
Generate More ShadesCreate PaletteConvert Color