Indigo

#41116E

Purple

Color Codes

All color formats for development

HEX
#41116E
RGB
rgb(65, 17, 110)
HSL
hsl(271, 73%, 25%)
OKLCH
oklch(0.317 0.146 301.5)
CMYK
cmyk(41%, 85%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

13.72:1

AA AAA

On Black Background

1.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F2
100
#EEE0
200
#DFC6
300
#C69A
400
#A865
500
#8F38
600
#731E
700
#5B18
800
#4111
900
#2A0B
950
#1A07

Shades

Darker variations

1#3B0F63
2#340E58
3#2E0C4D
4#270A42
5#210937
6#1A072C
7#140521
8#0D0316
9#07020B

Tints

Lighter variations

1#55168F
2#681CB0
3#7C21D2
4#8F38E0
5#A25AE5
6#B47BEA
7#C79CF0
8#DABDF5
9#ECDEFA

Tones

Muted variations

1#41166A
2#411B65
3#411F60
4#41245C
5#412857
6#402D52
7#40324E
8#403649
9#403B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F2
#F8F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EEE0
#EEE0FA
Light backgroundsTable row hoverSkeleton loading
200
DFC6
#DFC6F6
Secondary backgroundsInput backgroundsDividers
300
C69A
#C69AEF
BordersInactive statesPlaceholder text
400
A865
#A865E7
Disabled statesSecondary iconsMuted text
500
8F38
#8F38E0
Primary brand colorCTAsActive elementsLinks
600
731E
#731EC2
Hover statesFocus ringsPrimary buttons hover
700
5B18
#5B189A
Active/pressed statesDark mode accentsSecondary text
800
4111
#41116E
Text on light backgroundsHeadingsStrong borders
900
2A0B
#2A0B47
Primary textHigh emphasis contentDark headings
950
1A07
#1A072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F2FD;
  --indigo-100: #EEE0FA;
  --indigo-200: #DFC6F6;
  --indigo-300: #C69AEF;
  --indigo-400: #A865E7;
  --indigo-500: #8F38E0;
  --indigo-600: #731EC2;
  --indigo-700: #5B189A;
  --indigo-800: #41116E;
  --indigo-900: #2A0B47;
  --indigo-950: #1A072C;
}
Generate More ShadesCreate PaletteConvert Color