Indigo

#4D044D

Pink

Color Codes

All color formats for development

HEX
#4D044D
RGB
rgb(77, 4, 77)
HSL
hsl(300, 90%, 16%)
OKLCH
oklch(0.298 0.131 328.3)
CMYK
cmyk(0%, 95%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

14.58: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
#FEF0
100
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#460446
2#3E033E
3#360336
4#2F022F
5#270227
6#1F021F
7#170117
8#100110
9#080008

Tints

Lighter variations

1#760676
2#9F089F
3#C80BC8
4#F00DF0
5#F434F4
6#F65CF6
7#F985F9
8#FBAEFB
9#FDD6FD

Tones

Muted variations

1#4A084A
2#460B46
3#430F43
4#3F133F
5#3B163B
6#371A37
7#341E34
8#302130
9#2C252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDFD
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0FC
Secondary backgroundsInput backgroundsDividers
300
F990
#F990F9
BordersInactive statesPlaceholder text
400
F655
#F655F6
Disabled statesSecondary iconsMuted text
500
F425
#F425F4
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50BD5
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA09AA
Active/pressed statesDark mode accentsSecondary text
800
7906
#790679
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E044E
Primary textHigh emphasis contentDark headings
950
3003
#300330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FEF0FE;
  --indigo-100: #FDDDFD;
  --indigo-200: #FCC0FC;
  --indigo-300: #F990F9;
  --indigo-400: #F655F6;
  --indigo-500: #F425F4;
  --indigo-600: #D50BD5;
  --indigo-700: #AA09AA;
  --indigo-800: #790679;
  --indigo-900: #4E044E;
  --indigo-950: #300330;
}
Generate More ShadesCreate PaletteConvert Color