Indigo

#51013B

Pink

Color Codes

All color formats for development

HEX
#51013B
RGB
rgb(81, 1, 59)
HSL
hsl(317, 98%, 16%)
OKLCH
oklch(0.292 0.124 343.4)
CMYK
cmyk(0%, 99%, 27%, 68%)

Accessibility

WCAG contrast compliance

On White Background

14.82:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#490134
2#41012F
3#390129
4#300023
5#28001D
6#200017
7#180011
8#10000C
9#080006

Tints

Lighter variations

1#7B0159
2#A60277
3#D00296
4#FA03B4
5#FD2BC1
6#FD55CE
7#FE80DA
8#FEAAE6
9#FFD5F3

Tones

Muted variations

1#4D0538
2#490937
3#450D35
4#411133
5#3D1531
6#391930
7#351D2E
8#31212C
9#2D252B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FB
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCF5
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDEC
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BDD
BordersInactive statesPlaceholder text
400
FD4E
#FD4ECC
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CBD
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02A0
Hover statesFocus ringsPrimary buttons hover
700
B102
#B1027F
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E015B
Text on light backgroundsHeadingsStrong borders
900
5101
#51013A
Primary textHigh emphasis contentDark headings
950
3201
#320124
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FFF0FB;
  --indigo-100: #FFDCF5;
  --indigo-200: #FEBDEC;
  --indigo-300: #FE8BDD;
  --indigo-400: #FD4ECC;
  --indigo-500: #FD1CBD;
  --indigo-600: #DE02A0;
  --indigo-700: #B1027F;
  --indigo-800: #7E015B;
  --indigo-900: #51013A;
  --indigo-950: #320124;
}
Generate More ShadesCreate PaletteConvert Color