Indigo

#3E0F70

Purple

Color Codes

All color formats for development

HEX
#3E0F70
RGB
rgb(62, 15, 112)
HSL
hsl(269, 76%, 25%)
OKLCH
oklch(0.313 0.15 298.9)
CMYK
cmyk(45%, 87%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

13.93:1

AA AAA

On Black Background

1.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#EDE0
200
#DDC5
300
#C398
400
#A362
500
#8935
600
#6D1B
700
#5715
800
#3E0F
900
#280A
950
#1906

Shades

Darker variations

1#380E65
2#320C5A
3#2B0B4F
4#250943
5#1F0838
6#19062D
7#130522
8#0C0316
9#06020B

Tints

Lighter variations

1#511492
2#6318B4
3#761DD5
4#8935E3
5#9D57E8
6#B178ED
7#C49AF1
8#D8BCF6
9#EBDDFA

Tones

Muted variations

1#3E146B
2#3E1967
3#3F1E62
4#3F235D
5#3F2858
6#3F2C53
7#3F314E
8#3F3649
9#403B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EDE0
#EDE0FB
Light backgroundsTable row hoverSkeleton loading
200
DDC5
#DDC5F7
Secondary backgroundsInput backgroundsDividers
300
C398
#C398F1
BordersInactive statesPlaceholder text
400
A362
#A362EA
Disabled statesSecondary iconsMuted text
500
8935
#8935E3
Primary brand colorCTAsActive elementsLinks
600
6D1B
#6D1BC5
Hover statesFocus ringsPrimary buttons hover
700
5715
#57159D
Active/pressed statesDark mode accentsSecondary text
800
3E0F
#3E0F70
Text on light backgroundsHeadingsStrong borders
900
280A
#280A48
Primary textHigh emphasis contentDark headings
950
1906
#19062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F2FD;
  --indigo-100: #EDE0FB;
  --indigo-200: #DDC5F7;
  --indigo-300: #C398F1;
  --indigo-400: #A362EA;
  --indigo-500: #8935E3;
  --indigo-600: #6D1BC5;
  --indigo-700: #57159D;
  --indigo-800: #3E0F70;
  --indigo-900: #280A48;
  --indigo-950: #19062D;
}
Generate More ShadesCreate PaletteConvert Color