Indigo

#490944

Pink

Color Codes

All color formats for development

HEX
#490944
RGB
rgb(73, 9, 68)
HSL
hsl(305, 78%, 16%)
OKLCH
oklch(0.288 0.117 331.7)
CMYK
cmyk(0%, 88%, 7%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.94:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#41083D
2#3A0736
3#33062F
4#2C0528
5#240422
6#1D041B
7#160314
8#0F020D
9#070107

Tints

Lighter variations

1#6F0E67
2#95128A
3#BB17AD
4#E11CD1
5#E740DA
6#EC66E1
7#F18DE9
8#F6B3F0
9#FAD9F8

Tones

Muted variations

1#450C41
2#420F3E
3#3F133B
4#3C1639
5#391936
6#361C33
7#321F31
8#2F222E
9#2C262B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF9
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4F3
Secondary backgroundsInput backgroundsDividers
300
F297
#F297EA
BordersInactive statesPlaceholder text
400
EB60
#EB60E0
Disabled statesSecondary iconsMuted text
500
E633
#E633D7
Primary brand colorCTAsActive elementsLinks
600
C819
#C819B9
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1493
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E69
Text on light backgroundsHeadingsStrong borders
900
4909
#490943
Primary textHigh emphasis contentDark headings
950
2D06
#2D062A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF1FC;
  --indigo-100: #FBDFF9;
  --indigo-200: #F8C4F3;
  --indigo-300: #F297EA;
  --indigo-400: #EB60E0;
  --indigo-500: #E633D7;
  --indigo-600: #C819B9;
  --indigo-700: #9F1493;
  --indigo-800: #710E69;
  --indigo-900: #490943;
  --indigo-950: #2D062A;
}
Generate More ShadesCreate PaletteConvert Color