Indigo

#6718C9

Purple

Color Codes

All color formats for development

HEX
#6718C9
RGB
rgb(103, 24, 201)
HSL
hsl(267, 79%, 44%)
OKLCH
oklch(0.457 0.236 294.5)
CMYK
cmyk(49%, 88%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

8.23:1

AA AAA

On Black Background

2.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDF
200
#DBC4
300
#C096
400
#9F5F
500
#8332
600
#6718
700
#5213
800
#3B0D
900
#2609
950
#1705

Shades

Darker variations

1#5D15B5
2#5313A1
3#48108D
4#3E0E79
5#340C64
6#290950
7#1F073C
8#150528
9#0A0214

Tints

Lighter variations

1#741BE2
2#8433E7
3#934CEA
4#A366ED
5#B27FF0
6#C199F3
7#D1B2F6
8#E0CCF9
9#F0E5FC

Tones

Muted variations

1#6820C0
2#6929B7
3#6A32AE
4#6B3BA5
5#6C449D
6#6D4D94
7#6E568B
8#6E5E82
9#6F6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
ECDF
#ECDFFB
Light backgroundsTable row hoverSkeleton loading
200
DBC4
#DBC4F8
Secondary backgroundsInput backgroundsDividers
300
C096
#C096F3
BordersInactive statesPlaceholder text
400
9F5F
#9F5FEC
Disabled statesSecondary iconsMuted text
500
8332
#8332E7
Primary brand colorCTAsActive elementsLinks
600
6718
#6718C9
Hover statesFocus ringsPrimary buttons hover
700
5213
#5213A0
Active/pressed statesDark mode accentsSecondary text
800
3B0D
#3B0D72
Text on light backgroundsHeadingsStrong borders
900
2609
#260949
Primary textHigh emphasis contentDark headings
950
1705
#17052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FD;
  --indigo-100: #ECDFFB;
  --indigo-200: #DBC4F8;
  --indigo-300: #C096F3;
  --indigo-400: #9F5FEC;
  --indigo-500: #8332E7;
  --indigo-600: #6718C9;
  --indigo-700: #5213A0;
  --indigo-800: #3B0D72;
  --indigo-900: #260949;
  --indigo-950: #17052E;
}
Generate More ShadesCreate PaletteConvert Color