Indigo

#651BC5

Purple

Color Codes

All color formats for development

HEX
#651BC5
RGB
rgb(101, 27, 197)
HSL
hsl(266, 76%, 44%)
OKLCH
oklch(0.453 0.23 294.3)
CMYK
cmyk(49%, 86%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

8.35:1

AA AAA

On Black Background

2.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#EBE0
200
#DAC5
300
#BE98
400
#9D62
500
#8135
600
#651B
700
#5015
800
#390F
900
#250A
950
#1706

Shades

Darker variations

1#5B18B2
2#51169E
3#47138A
4#3C1076
5#320D63
6#280B4F
7#1E083B
8#140527
9#0A0314

Tints

Lighter variations

1#721EDF
2#8136E4
3#914FE7
4#A168EA
5#B081EE
6#C09AF1
7#D0B4F5
8#E0CDF8
9#EFE6FC

Tones

Muted variations

1#6623BD
2#672CB4
3#6835AC
4#693DA3
5#6B469B
6#6C4E92
7#6D578A
8#6E5F81
9#6F6879

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EBE0
#EBE0FB
Light backgroundsTable row hoverSkeleton loading
200
DAC5
#DAC5F7
Secondary backgroundsInput backgroundsDividers
300
BE98
#BE98F1
BordersInactive statesPlaceholder text
400
9D62
#9D62EA
Disabled statesSecondary iconsMuted text
500
8135
#8135E3
Primary brand colorCTAsActive elementsLinks
600
651B
#651BC5
Hover statesFocus ringsPrimary buttons hover
700
5015
#50159D
Active/pressed statesDark mode accentsSecondary text
800
390F
#390F70
Text on light backgroundsHeadingsStrong borders
900
250A
#250A48
Primary textHigh emphasis contentDark headings
950
1706
#17062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F2FD;
  --indigo-100: #EBE0FB;
  --indigo-200: #DAC5F7;
  --indigo-300: #BE98F1;
  --indigo-400: #9D62EA;
  --indigo-500: #8135E3;
  --indigo-600: #651BC5;
  --indigo-700: #50159D;
  --indigo-800: #390F70;
  --indigo-900: #250A48;
  --indigo-950: #17062D;
}
Generate More ShadesCreate PaletteConvert Color