Indigo

#6708AA

Purple

Color Codes

All color formats for development

HEX
#6708AA
RGB
rgb(103, 8, 170)
HSL
hsl(275, 91%, 35%)
OKLCH
oklch(0.42 0.215 302.9)
CMYK
cmyk(39%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

9.58:1

AA AAA

On Black Background

2.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DD
200
#E3C0
300
#CD8F
400
#B355
500
#9E24
600
#810A
700
#6708
800
#4906
900
#2F04
950
#1D02

Shades

Darker variations

1#5D0799
2#520688
3#480677
4#3E0566
5#330455
6#290344
7#1F0233
8#150222
9#0A0111

Tints

Lighter variations

1#7A0ACA
2#8D0BEA
3#9D21F5
4#AB41F6
5#B961F8
6#C780F9
7#D5A0FB
8#E3C0FC
9#F1DFFE

Tones

Muted variations

1#6510A2
2#64189A
3#632092
4#61298A
5#603182
6#5F397A
7#5D4172
8#5C4969
9#5B5161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DD
#F0DDFD
Light backgroundsTable row hoverSkeleton loading
200
E3C0
#E3C0FC
Secondary backgroundsInput backgroundsDividers
300
CD8F
#CD8FFA
BordersInactive statesPlaceholder text
400
B355
#B355F7
Disabled statesSecondary iconsMuted text
500
9E24
#9E24F5
Primary brand colorCTAsActive elementsLinks
600
810A
#810AD6
Hover statesFocus ringsPrimary buttons hover
700
6708
#6708AA
Active/pressed statesDark mode accentsSecondary text
800
4906
#49067A
Text on light backgroundsHeadingsStrong borders
900
2F04
#2F044E
Primary textHigh emphasis contentDark headings
950
1D02
#1D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FE;
  --indigo-100: #F0DDFD;
  --indigo-200: #E3C0FC;
  --indigo-300: #CD8FFA;
  --indigo-400: #B355F7;
  --indigo-500: #9E24F5;
  --indigo-600: #810AD6;
  --indigo-700: #6708AA;
  --indigo-800: #49067A;
  --indigo-900: #2F044E;
  --indigo-950: #1D0231;
}
Generate More ShadesCreate PaletteConvert Color