Indigo

#5C0778

Pink

Color Codes

All color formats for development

HEX
#5C0778
RGB
rgb(92, 7, 120)
HSL
hsl(285, 89%, 25%)
OKLCH
oklch(0.359 0.17 314.7)
CMYK
cmyk(23%, 94%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

11.95:1

AA AAA

On Black Background

1.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F5DD
200
#EDC0
300
#DE90
400
#CD56
500
#BF26
600
#A20C
700
#810A
800
#5C07
900
#3B04
950
#2503

Shades

Darker variations

1#53066C
2#4A0660
3#400554
4#370448
5#2E043C
6#250330
7#1C0224
8#120118
9#09010C

Tints

Lighter variations

1#78099D
2#930BC1
3#AF0DE5
4#BF26F2
5#CA4AF4
6#D56EF7
7#DF93F9
8#EAB7FB
9#F4DBFD

Tones

Muted variations

1#590D73
2#56126D
3#541867
4#511E62
5#4E235C
6#4B2956
7#482F51
8#45344B
9#433A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F5DD
#F5DDFD
Light backgroundsTable row hoverSkeleton loading
200
EDC0
#EDC0FB
Secondary backgroundsInput backgroundsDividers
300
DE90
#DE90F9
BordersInactive statesPlaceholder text
400
CD56
#CD56F5
Disabled statesSecondary iconsMuted text
500
BF26
#BF26F2
Primary brand colorCTAsActive elementsLinks
600
A20C
#A20CD4
Hover statesFocus ringsPrimary buttons hover
700
810A
#810AA9
Active/pressed statesDark mode accentsSecondary text
800
5C07
#5C0778
Text on light backgroundsHeadingsStrong borders
900
3B04
#3B044D
Primary textHigh emphasis contentDark headings
950
2503
#250330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF1FE;
  --indigo-100: #F5DDFD;
  --indigo-200: #EDC0FB;
  --indigo-300: #DE90F9;
  --indigo-400: #CD56F5;
  --indigo-500: #BF26F2;
  --indigo-600: #A20CD4;
  --indigo-700: #810AA9;
  --indigo-800: #5C0778;
  --indigo-900: #3B044D;
  --indigo-950: #250330;
}
Generate More ShadesCreate PaletteConvert Color