Indigo

#620F70

Pink

Color Codes

All color formats for development

HEX
#620F70
RGB
rgb(98, 15, 112)
HSL
hsl(291, 76%, 25%)
OKLCH
oklch(0.366 0.16 321.1)
CMYK
cmyk(13%, 87%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

11.53:1

AA AAA

On Black Background

1.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF2
100
#F7E0
200
#EFC5
300
#E498
400
#D562
500
#C935
600
#AC1B
700
#8915
800
#620F
900
#3F0A
950
#2706

Shades

Darker variations

1#580E65
2#4E0C5A
3#440B4F
4#3B0943
5#310838
6#27062D
7#1D0522
8#140316
9#0A020B

Tints

Lighter variations

1#7F1492
2#9C18B4
3#BA1DD5
4#C935E3
5#D257E8
6#DB78ED
7#E49AF1
8#EDBCF6
9#F6DDFA

Tones

Muted variations

1#5E146B
2#5B1967
3#571E62
4#54235D
5#512858
6#4D2C53
7#4A314E
8#473649
9#433B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF2
#FBF2FD
BackgroundsSubtle highlightsCard backgrounds
100
F7E0
#F7E0FB
Light backgroundsTable row hoverSkeleton loading
200
EFC5
#EFC5F7
Secondary backgroundsInput backgroundsDividers
300
E498
#E498F1
BordersInactive statesPlaceholder text
400
D562
#D562EA
Disabled statesSecondary iconsMuted text
500
C935
#C935E3
Primary brand colorCTAsActive elementsLinks
600
AC1B
#AC1BC5
Hover statesFocus ringsPrimary buttons hover
700
8915
#89159D
Active/pressed statesDark mode accentsSecondary text
800
620F
#620F70
Text on light backgroundsHeadingsStrong borders
900
3F0A
#3F0A48
Primary textHigh emphasis contentDark headings
950
2706
#27062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF2FD;
  --indigo-100: #F7E0FB;
  --indigo-200: #EFC5F7;
  --indigo-300: #E498F1;
  --indigo-400: #D562EA;
  --indigo-500: #C935E3;
  --indigo-600: #AC1BC5;
  --indigo-700: #89159D;
  --indigo-800: #620F70;
  --indigo-900: #3F0A48;
  --indigo-950: #27062D;
}
Generate More ShadesCreate PaletteConvert Color