Indigo

#610FA3

Purple

Color Codes

All color formats for development

HEX
#610FA3
RGB
rgb(97, 15, 163)
HSL
hsl(273, 83%, 35%)
OKLCH
oklch(0.408 0.205 301.8)
CMYK
cmyk(40%, 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
#C994
400
#AD5C
500
#962D
600
#7A13
700
#610F
800
#450B
900
#2C07
950
#1C04

Shades

Darker variations

1#570E93
2#4D0C83
3#440B72
4#3A0962
5#300852
6#270641
7#1D0531
8#130321
9#0A0210

Tints

Lighter variations

1#7312C2
2#8515E0
3#952BEB
4#A449EE
5#B367F1
6#C286F4
7#D1A4F7
8#E1C2F9
9#F0E1FC

Tones

Muted variations

1#60179C
2#5F1E95
3#5E258D
4#5E2D86
5#5D347E
6#5C3C77
7#5B436F
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
#E1C2F9
Secondary backgroundsInput backgroundsDividers
300
C994
#C994F5
BordersInactive statesPlaceholder text
400
AD5C
#AD5CF0
Disabled statesSecondary iconsMuted text
500
962D
#962DEB
Primary brand colorCTAsActive elementsLinks
600
7A13
#7A13CD
Hover statesFocus ringsPrimary buttons hover
700
610F
#610FA3
Active/pressed statesDark mode accentsSecondary text
800
450B
#450B75
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: #E1C2F9;
  --indigo-300: #C994F5;
  --indigo-400: #AD5CF0;
  --indigo-500: #962DEB;
  --indigo-600: #7A13CD;
  --indigo-700: #610FA3;
  --indigo-800: #450B75;
  --indigo-900: #2C074B;
  --indigo-950: #1C042F;
}
Generate More ShadesCreate PaletteConvert Color