Indigo

#5E0D72

Pink

Color Codes

All color formats for development

HEX
#5E0D72
RGB
rgb(94, 13, 114)
HSL
hsl(288, 80%, 25%)
OKLCH
oklch(0.36 0.162 318.1)
CMYK
cmyk(18%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

11.82:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F6DF
200
#EEC3
300
#E195
400
#D15E
500
#C330
600
#A616
700
#8412
800
#5E0D
900
#3C08
950
#2605

Shades

Darker variations

1#550B67
2#4B0A5C
3#420950
4#390845
5#2F0639
6#26052E
7#1C0422
8#130317
9#09010B

Tints

Lighter variations

1#7B1195
2#9714B8
3#B318DA
4#C330E8
5#CD53EC
6#D775F0
7#E198F4
8#EBBAF7
9#F5DDFB

Tones

Muted variations

1#5B126E
2#581769
3#551C63
4#52215E
5#4F2659
6#4C2B54
7#49304F
8#46364A
9#433B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F6DF
#F6DFFB
Light backgroundsTable row hoverSkeleton loading
200
EEC3
#EEC3F8
Secondary backgroundsInput backgroundsDividers
300
E195
#E195F3
BordersInactive statesPlaceholder text
400
D15E
#D15EED
Disabled statesSecondary iconsMuted text
500
C330
#C330E8
Primary brand colorCTAsActive elementsLinks
600
A616
#A616CA
Hover statesFocus ringsPrimary buttons hover
700
8412
#8412A1
Active/pressed statesDark mode accentsSecondary text
800
5E0D
#5E0D73
Text on light backgroundsHeadingsStrong borders
900
3C08
#3C0849
Primary textHigh emphasis contentDark headings
950
2605
#26052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF1FD;
  --indigo-100: #F6DFFB;
  --indigo-200: #EEC3F8;
  --indigo-300: #E195F3;
  --indigo-400: #D15EED;
  --indigo-500: #C330E8;
  --indigo-600: #A616CA;
  --indigo-700: #8412A1;
  --indigo-800: #5E0D73;
  --indigo-900: #3C0849;
  --indigo-950: #26052E;
}
Generate More ShadesCreate PaletteConvert Color