Indigo

#3E0A75

Purple

Color Codes

All color formats for development

HEX
#3E0A75
RGB
rgb(62, 10, 117)
HSL
hsl(269, 84%, 25%)
OKLCH
oklch(0.314 0.159 297.6)
CMYK
cmyk(47%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

13.95: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
#F7F1
100
#EDDE
200
#DDC2
300
#C393
400
#A35B
500
#892C
600
#6D12
700
#570E
800
#3E0A
900
#2807
950
#1904

Shades

Darker variations

1#38096A
2#32085E
3#2B0752
4#250646
5#1F053B
6#19042F
7#130323
8#0C0217
9#06010C

Tints

Lighter variations

1#510D98
2#6310BC
3#7613DF
4#892CED
5#9D4FF0
6#B072F3
7#C495F6
8#D8B9F9
9#EBDCFC

Tones

Muted variations

1#3E1070
2#3E156B
3#3F1A65
4#3F2060
5#3F255B
6#3F2A55
7#3F3050
8#3F354A
9#403A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDE
#EDDEFC
Light backgroundsTable row hoverSkeleton loading
200
DDC2
#DDC2FA
Secondary backgroundsInput backgroundsDividers
300
C393
#C393F6
BordersInactive statesPlaceholder text
400
A35B
#A35BF1
Disabled statesSecondary iconsMuted text
500
892C
#892CED
Primary brand colorCTAsActive elementsLinks
600
6D12
#6D12CE
Hover statesFocus ringsPrimary buttons hover
700
570E
#570EA4
Active/pressed statesDark mode accentsSecondary text
800
3E0A
#3E0A75
Text on light backgroundsHeadingsStrong borders
900
2807
#28074B
Primary textHigh emphasis contentDark headings
950
1904
#19042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FE;
  --indigo-100: #EDDEFC;
  --indigo-200: #DDC2FA;
  --indigo-300: #C393F6;
  --indigo-400: #A35BF1;
  --indigo-500: #892CED;
  --indigo-600: #6D12CE;
  --indigo-700: #570EA4;
  --indigo-800: #3E0A75;
  --indigo-900: #28074B;
  --indigo-950: #19042F;
}
Generate More ShadesCreate PaletteConvert Color