Indigo

#660EA4

Purple

Color Codes

All color formats for development

HEX
#660EA4
RGB
rgb(102, 14, 164)
HSL
hsl(275, 84%, 35%)
OKLCH
oklch(0.415 0.207 303.9)
CMYK
cmyk(38%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

9.70:1

AA AAA

On Black Background

2.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#F0DE
200
#E2C2
300
#CD93
400
#B25B
500
#9C2C
600
#8012
700
#660E
800
#490A
900
#2F07
950
#1D04

Shades

Darker variations

1#5C0D94
2#510B83
3#470A73
4#3D0963
5#330752
6#290642
7#1F0431
8#140321
9#0A0110

Tints

Lighter variations

1#7911C3
2#8C14E1
3#9B2AEC
4#A948EF
5#B867F2
6#C685F4
7#D4A4F7
8#E2C2FA
9#F1E1FC

Tones

Muted variations

1#64169D
2#631D95
3#62258E
4#612C86
5#5F347F
6#5E3B77
7#5D4370
8#5C4A68
9#5A5261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DE
#F0DEFC
Light backgroundsTable row hoverSkeleton loading
200
E2C2
#E2C2FA
Secondary backgroundsInput backgroundsDividers
300
CD93
#CD93F6
BordersInactive statesPlaceholder text
400
B25B
#B25BF1
Disabled statesSecondary iconsMuted text
500
9C2C
#9C2CED
Primary brand colorCTAsActive elementsLinks
600
8012
#8012CE
Hover statesFocus ringsPrimary buttons hover
700
660E
#660EA4
Active/pressed statesDark mode accentsSecondary text
800
490A
#490A75
Text on light backgroundsHeadingsStrong borders
900
2F07
#2F074B
Primary textHigh emphasis contentDark headings
950
1D04
#1D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #F0DEFC;
  --indigo-200: #E2C2FA;
  --indigo-300: #CD93F6;
  --indigo-400: #B25BF1;
  --indigo-500: #9C2CED;
  --indigo-600: #8012CE;
  --indigo-700: #660EA4;
  --indigo-800: #490A75;
  --indigo-900: #2F074B;
  --indigo-950: #1D042F;
}
Generate More ShadesCreate PaletteConvert Color