Indigo

#480150

Pink

Color Codes

All color formats for development

HEX
#480150
RGB
rgb(72, 1, 80)
HSL
hsl(294, 98%, 16%)
OKLCH
oklch(0.289 0.135 323.2)
CMYK
cmyk(10%, 99%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.05:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDC
200
#F8BD
300
#F28B
400
#EC4E
500
#E61C
600
#C802
700
#9F02
800
#7201
900
#4901
950
#2D01

Shades

Darker variations

1#420149
2#3A0141
3#330139
4#2C0030
5#240028
6#1D0020
7#160018
8#0F0010
9#070008

Tints

Lighter variations

1#6F017B
2#9502A6
3#BB02D0
4#E203FA
5#E82BFD
6#EC55FD
7#F180FE
8#F6AAFE
9#FAD5FF

Tones

Muted variations

1#46054D
2#420949
3#3F0D45
4#3C1141
5#39153D
6#361939
7#321D35
8#2F2131
9#2C252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FBDC
#FBDCFF
Light backgroundsTable row hoverSkeleton loading
200
F8BD
#F8BDFE
Secondary backgroundsInput backgroundsDividers
300
F28B
#F28BFE
BordersInactive statesPlaceholder text
400
EC4E
#EC4EFD
Disabled statesSecondary iconsMuted text
500
E61C
#E61CFD
Primary brand colorCTAsActive elementsLinks
600
C802
#C802DE
Hover statesFocus ringsPrimary buttons hover
700
9F02
#9F02B1
Active/pressed statesDark mode accentsSecondary text
800
7201
#72017E
Text on light backgroundsHeadingsStrong borders
900
4901
#490151
Primary textHigh emphasis contentDark headings
950
2D01
#2D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF0FF;
  --indigo-100: #FBDCFF;
  --indigo-200: #F8BDFE;
  --indigo-300: #F28BFE;
  --indigo-400: #EC4EFD;
  --indigo-500: #E61CFD;
  --indigo-600: #C802DE;
  --indigo-700: #9F02B1;
  --indigo-800: #72017E;
  --indigo-900: #490151;
  --indigo-950: #2D0132;
}
Generate More ShadesCreate PaletteConvert Color