Indigo

#470052

Pink

Color Codes

All color formats for development

HEX
#470052
RGB
rgb(71, 0, 82)
HSL
hsl(292, 100%, 16%)
OKLCH
oklch(0.288 0.137 321.4)
CMYK
cmyk(13%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

15.11:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FADB
200
#F6BD
300
#EF8A
400
#E74D
500
#E01A
600
#C200
700
#9B00
800
#6E00
900
#4700
950
#2C00

Shades

Darker variations

1#400049
2#390041
3#320039
4#2A0031
5#230029
6#1C0021
7#150018
8#0E0010
9#070008

Tints

Lighter variations

1#6C007C
2#9100A7
3#B600D2
4#DB00FD
5#E229FF
6#E854FF
7#EE7EFF
8#F4A9FF
9#F9D4FF

Tones

Muted variations

1#44044E
2#410849
3#3E0C45
4#3B1041
5#38143D
6#351839
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
FADB
#FADBFF
Light backgroundsTable row hoverSkeleton loading
200
F6BD
#F6BDFF
Secondary backgroundsInput backgroundsDividers
300
EF8A
#EF8AFF
BordersInactive statesPlaceholder text
400
E74D
#E74DFF
Disabled statesSecondary iconsMuted text
500
E01A
#E01AFF
Primary brand colorCTAsActive elementsLinks
600
C200
#C200E0
Hover statesFocus ringsPrimary buttons hover
700
9B00
#9B00B3
Active/pressed statesDark mode accentsSecondary text
800
6E00
#6E0080
Text on light backgroundsHeadingsStrong borders
900
4700
#470052
Primary textHigh emphasis contentDark headings
950
2C00
#2C0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF0FF;
  --indigo-100: #FADBFF;
  --indigo-200: #F6BDFF;
  --indigo-300: #EF8AFF;
  --indigo-400: #E74DFF;
  --indigo-500: #E01AFF;
  --indigo-600: #C200E0;
  --indigo-700: #9B00B3;
  --indigo-800: #6E0080;
  --indigo-900: #470052;
  --indigo-950: #2C0033;
}
Generate More ShadesCreate PaletteConvert Color