Indigo

#610EA4

Purple

Color Codes

All color formats for development

HEX
#610EA4
RGB
rgb(97, 14, 164)
HSL
hsl(273, 84%, 35%)
OKLCH
oklch(0.409 0.206 301.5)
CMYK
cmyk(41%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

9.97:1

AA AAA

On Black Background

2.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDE
200
#E1C2
300
#C993
400
#AD5B
500
#962C
600
#7A12
700
#610E
800
#450A
900
#2C07
950
#1C04

Shades

Darker variations

1#570D94
2#4D0B83
3#440A73
4#3A0963
5#300752
6#270642
7#1D0431
8#130321
9#0A0110

Tints

Lighter variations

1#7311C3
2#8514E1
3#952AEC
4#A448EF
5#B367F2
6#C285F4
7#D1A4F7
8#E1C2FA
9#F0E1FC

Tones

Muted variations

1#60169D
2#5F1D95
3#5E258E
4#5E2C86
5#5D347F
6#5C3B77
7#5B4370
8#5B4A68
9#5A5261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDE
#EFDEFC
Light backgroundsTable row hoverSkeleton loading
200
E1C2
#E1C2FA
Secondary backgroundsInput backgroundsDividers
300
C993
#C993F6
BordersInactive statesPlaceholder text
400
AD5B
#AD5BF1
Disabled statesSecondary iconsMuted text
500
962C
#962CED
Primary brand colorCTAsActive elementsLinks
600
7A12
#7A12CE
Hover statesFocus ringsPrimary buttons hover
700
610E
#610EA4
Active/pressed statesDark mode accentsSecondary text
800
450A
#450A75
Text on light backgroundsHeadingsStrong borders
900
2C07
#2C074B
Primary textHigh emphasis contentDark headings
950
1C04
#1C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EFDEFC;
  --indigo-200: #E1C2FA;
  --indigo-300: #C993F6;
  --indigo-400: #AD5BF1;
  --indigo-500: #962CED;
  --indigo-600: #7A12CE;
  --indigo-700: #610EA4;
  --indigo-800: #450A75;
  --indigo-900: #2C074B;
  --indigo-950: #1C042F;
}
Generate More ShadesCreate PaletteConvert Color