Indigo

#600D73

Pink

Color Codes

All color formats for development

HEX
#600D73
RGB
rgb(96, 13, 115)
HSL
hsl(289, 80%, 25%)
OKLCH
oklch(0.364 0.164 318.8)
CMYK
cmyk(17%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

11.65:1

AA AAA

On Black Background

1.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F6DF
200
#EFC3
300
#E295
400
#D35E
500
#C630
600
#A916
700
#8612
800
#600D
900
#3D08
950
#2605

Shades

Darker variations

1#560B67
2#4D0A5C
3#430950
4#3A0845
5#300639
6#26052E
7#1D0422
8#130317
9#0A010B

Tints

Lighter variations

1#7D1195
2#9A14B8
3#B618DA
4#C630E8
5#D053EC
6#D975F0
7#E398F4
8#ECBAF7
9#F6DDFB

Tones

Muted variations

1#5D126E
2#5A1769
3#561C63
4#53215E
5#502659
6#4D2B54
7#49304F
8#46364A
9#433B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F6DF
#F6DFFB
Light backgroundsTable row hoverSkeleton loading
200
EFC3
#EFC3F8
Secondary backgroundsInput backgroundsDividers
300
E295
#E295F3
BordersInactive statesPlaceholder text
400
D35E
#D35EED
Disabled statesSecondary iconsMuted text
500
C630
#C630E8
Primary brand colorCTAsActive elementsLinks
600
A916
#A916CA
Hover statesFocus ringsPrimary buttons hover
700
8612
#8612A1
Active/pressed statesDark mode accentsSecondary text
800
600D
#600D73
Text on light backgroundsHeadingsStrong borders
900
3D08
#3D0849
Primary textHigh emphasis contentDark headings
950
2605
#26052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF1FD;
  --indigo-100: #F6DFFB;
  --indigo-200: #EFC3F8;
  --indigo-300: #E295F3;
  --indigo-400: #D35EED;
  --indigo-500: #C630E8;
  --indigo-600: #A916CA;
  --indigo-700: #8612A1;
  --indigo-800: #600D73;
  --indigo-900: #3D0849;
  --indigo-950: #26052E;
}
Generate More ShadesCreate PaletteConvert Color