Indigo

#340F70

Purple

Color Codes

All color formats for development

HEX
#340F70
RGB
rgb(52, 15, 112)
HSL
hsl(263, 76%, 25%)
OKLCH
oklch(0.3 0.149 291.9)
CMYK
cmyk(54%, 87%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

14.50:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#EAE0
200
#D8C5
300
#BA98
400
#9662
500
#7835
600
#5C1B
700
#4915
800
#340F
900
#220A
950
#1506

Shades

Darker variations

1#2F0E65
2#2A0C5A
3#250B4F
4#1F0943
5#1A0838
6#15062D
7#100522
8#0A0316
9#05020B

Tints

Lighter variations

1#441492
2#5418B4
3#641DD5
4#7835E3
5#8E57E8
6#A578ED
7#BB9AF1
8#D2BCF6
9#E8DDFA

Tones

Muted variations

1#36146B
2#371967
3#381E62
4#39235D
5#3A2858
6#3B2C53
7#3C314E
8#3D3649
9#3F3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EAE0
#EAE0FB
Light backgroundsTable row hoverSkeleton loading
200
D8C5
#D8C5F7
Secondary backgroundsInput backgroundsDividers
300
BA98
#BA98F1
BordersInactive statesPlaceholder text
400
9662
#9662EA
Disabled statesSecondary iconsMuted text
500
7835
#7835E3
Primary brand colorCTAsActive elementsLinks
600
5C1B
#5C1BC5
Hover statesFocus ringsPrimary buttons hover
700
4915
#49159D
Active/pressed statesDark mode accentsSecondary text
800
340F
#340F70
Text on light backgroundsHeadingsStrong borders
900
220A
#220A48
Primary textHigh emphasis contentDark headings
950
1506
#15062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F2FD;
  --indigo-100: #EAE0FB;
  --indigo-200: #D8C5F7;
  --indigo-300: #BA98F1;
  --indigo-400: #9662EA;
  --indigo-500: #7835E3;
  --indigo-600: #5C1BC5;
  --indigo-700: #49159D;
  --indigo-800: #340F70;
  --indigo-900: #220A48;
  --indigo-950: #15062D;
}
Generate More ShadesCreate PaletteConvert Color