Indigo

#400E71

Purple

Color Codes

All color formats for development

HEX
#400E71
RGB
rgb(64, 14, 113)
HSL
hsl(270, 78%, 25%)
OKLCH
oklch(0.316 0.152 300)
CMYK
cmyk(43%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

13.82:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDF
200
#DEC4
300
#C497
400
#A660
500
#8C33
600
#7019
700
#5914
800
#400E
900
#2909
950
#1A06

Shades

Darker variations

1#390D66
2#330B5B
3#2D0A4F
4#260844
5#200739
6#19062D
7#130422
8#0D0317
9#06010B

Tints

Lighter variations

1#531294
2#6616B6
3#791BD8
4#8C33E6
5#9F55EA
6#B277EE
7#C699F2
8#D9BBF7
9#ECDDFB

Tones

Muted variations

1#40136D
2#401868
3#401D63
4#40225E
5#402759
6#402C54
7#40314F
8#40364A
9#403B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EDDF
#EDDFFB
Light backgroundsTable row hoverSkeleton loading
200
DEC4
#DEC4F8
Secondary backgroundsInput backgroundsDividers
300
C497
#C497F2
BordersInactive statesPlaceholder text
400
A660
#A660EB
Disabled statesSecondary iconsMuted text
500
8C33
#8C33E6
Primary brand colorCTAsActive elementsLinks
600
7019
#7019C8
Hover statesFocus ringsPrimary buttons hover
700
5914
#59149F
Active/pressed statesDark mode accentsSecondary text
800
400E
#400E71
Text on light backgroundsHeadingsStrong borders
900
2909
#290949
Primary textHigh emphasis contentDark headings
950
1A06
#1A062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FD;
  --indigo-100: #EDDFFB;
  --indigo-200: #DEC4F8;
  --indigo-300: #C497F2;
  --indigo-400: #A660EB;
  --indigo-500: #8C33E6;
  --indigo-600: #7019C8;
  --indigo-700: #59149F;
  --indigo-800: #400E71;
  --indigo-900: #290949;
  --indigo-950: #1A062D;
}
Generate More ShadesCreate PaletteConvert Color