Indigo

#50014A

Pink

Color Codes

All color formats for development

HEX
#50014A
RGB
rgb(80, 1, 74)
HSL
hsl(305, 98%, 16%)
OKLCH
oklch(0.299 0.134 332.1)
CMYK
cmyk(0%, 99%, 7%, 69%)

Accessibility

WCAG contrast compliance

On White Background

14.54:1

AA AAA

On Black Background

1.44: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#490143
2#41013B
3#390134
4#30002C
5#280025
6#20001E
7#180016
8#10000F
9#080007

Tints

Lighter variations

1#7B0171
2#A60298
3#D002BF
4#FA03E6
5#FD2BEB
6#FD55EF
7#FE80F3
8#FEAAF7
9#FFD5FB

Tones

Muted variations

1#4D0547
2#490943
3#450D40
4#41113D
5#3D1539
6#391936
7#351D33
8#31212F
9#2D252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCFC
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDF9
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BF4
BordersInactive statesPlaceholder text
400
FD4E
#FD4EEF
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CEA
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02CC
Hover statesFocus ringsPrimary buttons hover
700
B102
#B102A2
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0174
Text on light backgroundsHeadingsStrong borders
900
5101
#51014A
Primary textHigh emphasis contentDark headings
950
3201
#32012E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FFF0FE;
  --indigo-100: #FFDCFC;
  --indigo-200: #FEBDF9;
  --indigo-300: #FE8BF4;
  --indigo-400: #FD4EEF;
  --indigo-500: #FD1CEA;
  --indigo-600: #DE02CC;
  --indigo-700: #B102A2;
  --indigo-800: #7E0174;
  --indigo-900: #51014A;
  --indigo-950: #32012E;
}
Generate More ShadesCreate PaletteConvert Color