Indigo

#4D0543

Pink

Color Codes

All color formats for development

HEX
#4D0543
RGB
rgb(77, 5, 67)
HSL
hsl(308, 88%, 16%)
OKLCH
oklch(0.292 0.123 335.1)
CMYK
cmyk(0%, 94%, 13%, 70%)

Accessibility

WCAG contrast compliance

On White Background

14.81: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
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#45043C
2#3D0436
3#36032F
4#2E0328
5#260222
6#1F021B
7#170114
8#0F010D
9#080007

Tints

Lighter variations

1#750766
2#9D0A8A
3#C60DAD
4#EE0FD0
5#F236D9
6#F55EE1
7#F786E8
8#FAAEF0
9#FCD7F7

Tones

Muted variations

1#490840
2#460C3E
3#42103B
4#3E1339
5#3B1736
6#371A33
7#341E31
8#30222E
9#2C252B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDF9
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1F3
Secondary backgroundsInput backgroundsDividers
300
F891
#F891EA
BordersInactive statesPlaceholder text
400
F457
#F457DF
Disabled statesSecondary iconsMuted text
500
F127
#F127D6
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30DB9
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B93
Active/pressed statesDark mode accentsSecondary text
800
7808
#780869
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0543
Primary textHigh emphasis contentDark headings
950
3003
#30032A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FEF1FC;
  --indigo-100: #FDDDF9;
  --indigo-200: #FBC1F3;
  --indigo-300: #F891EA;
  --indigo-400: #F457DF;
  --indigo-500: #F127D6;
  --indigo-600: #D30DB9;
  --indigo-700: #A80B93;
  --indigo-800: #780869;
  --indigo-900: #4D0543;
  --indigo-950: #30032A;
}
Generate More ShadesCreate PaletteConvert Color