Indigo

#63017E

Pink

Color Codes

All color formats for development

HEX
#63017E
RGB
rgb(99, 1, 126)
HSL
hsl(287, 98%, 25%)
OKLCH
oklch(0.372 0.181 316.1)
CMYK
cmyk(21%, 99%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

11.44:1

AA AAA

On Black Background

1.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F7DC
200
#F0BD
300
#E58B
400
#D74E
500
#CC1C
600
#AF02
700
#8B02
800
#6301
900
#3F01
950
#2801

Shades

Darker variations

1#590172
2#4F0165
3#450158
4#3B014C
5#32013F
6#280132
7#1E0026
8#140019
9#0A000D

Tints

Lighter variations

1#8102A4
2#9F02CA
3#BC02F0
4#CC1CFD
5#D442FD
6#DD68FD
7#E58DFE
8#EEB3FE
9#F6D9FF

Tones

Muted variations

1#600878
2#5C0E72
3#59146B
4#551A65
5#51215F
6#4E2759
7#4A2D52
8#47334C
9#433A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F7DC
#F7DCFF
Light backgroundsTable row hoverSkeleton loading
200
F0BD
#F0BDFE
Secondary backgroundsInput backgroundsDividers
300
E58B
#E58BFE
BordersInactive statesPlaceholder text
400
D74E
#D74EFD
Disabled statesSecondary iconsMuted text
500
CC1C
#CC1CFD
Primary brand colorCTAsActive elementsLinks
600
AF02
#AF02DE
Hover statesFocus ringsPrimary buttons hover
700
8B02
#8B02B1
Active/pressed statesDark mode accentsSecondary text
800
6301
#63017E
Text on light backgroundsHeadingsStrong borders
900
3F01
#3F0151
Primary textHigh emphasis contentDark headings
950
2801
#280132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FCF0FF;
  --indigo-100: #F7DCFF;
  --indigo-200: #F0BDFE;
  --indigo-300: #E58BFE;
  --indigo-400: #D74EFD;
  --indigo-500: #CC1CFD;
  --indigo-600: #AF02DE;
  --indigo-700: #8B02B1;
  --indigo-800: #63017E;
  --indigo-900: #3F0151;
  --indigo-950: #280132;
}
Generate More ShadesCreate PaletteConvert Color