Indigo

#5C116E

Pink

Color Codes

All color formats for development

HEX
#5C116E
RGB
rgb(92, 17, 110)
HSL
hsl(288, 73%, 25%)
OKLCH
oklch(0.357 0.154 318.6)
CMYK
cmyk(16%, 85%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

11.93:1

AA AAA

On Black Background

1.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF2
100
#F5E0
200
#ECC6
300
#DE9A
400
#CD65
500
#BF38
600
#A11E
700
#8018
800
#5C11
900
#3B0B
950
#2507

Shades

Darker variations

1#530F63
2#490E58
3#400C4D
4#370A42
5#2E0937
6#25072C
7#1C0521
8#120316
9#09020B

Tints

Lighter variations

1#77168F
2#931CB0
3#AE21D2
4#BF38E0
5#C95AE5
6#D47BEA
7#DF9CF0
8#EABDF5
9#F4DEFA

Tones

Muted variations

1#59166A
2#561B65
3#531F60
4#51245C
5#4E2857
6#4B2D52
7#48324E
8#453649
9#433B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF2
#FBF2FD
BackgroundsSubtle highlightsCard backgrounds
100
F5E0
#F5E0FA
Light backgroundsTable row hoverSkeleton loading
200
ECC6
#ECC6F6
Secondary backgroundsInput backgroundsDividers
300
DE9A
#DE9AEF
BordersInactive statesPlaceholder text
400
CD65
#CD65E7
Disabled statesSecondary iconsMuted text
500
BF38
#BF38E0
Primary brand colorCTAsActive elementsLinks
600
A11E
#A11EC2
Hover statesFocus ringsPrimary buttons hover
700
8018
#80189A
Active/pressed statesDark mode accentsSecondary text
800
5C11
#5C116E
Text on light backgroundsHeadingsStrong borders
900
3B0B
#3B0B47
Primary textHigh emphasis contentDark headings
950
2507
#25072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF2FD;
  --indigo-100: #F5E0FA;
  --indigo-200: #ECC6F6;
  --indigo-300: #DE9AEF;
  --indigo-400: #CD65E7;
  --indigo-500: #BF38E0;
  --indigo-600: #A11EC2;
  --indigo-700: #80189A;
  --indigo-800: #5C116E;
  --indigo-900: #3B0B47;
  --indigo-950: #25072C;
}
Generate More ShadesCreate PaletteConvert Color