Indigo

#4B074A

Pink

Color Codes

All color formats for development

HEX
#4B074A
RGB
rgb(75, 7, 74)
HSL
hsl(301, 83%, 16%)
OKLCH
oklch(0.294 0.125 328.9)
CMYK
cmyk(0%, 91%, 1%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.70:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FCDE
200
#F9C2
300
#F594
400
#F05C
500
#EB2D
600
#CD13
700
#A30F
800
#750B
900
#4B07
950
#2F04

Shades

Darker variations

1#430642
2#3C063B
3#340533
4#2D042C
5#250325
6#1E031D
7#160216
8#0F010F
9#070107

Tints

Lighter variations

1#720B70
2#990E97
3#C012BD
4#E716E4
5#ED3BEA
6#F062EE
7#F489F2
8#F8B1F7
9#FBD8FB

Tones

Muted variations

1#470A46
2#440E43
3#411140
4#3D143C
5#3A1839
6#361B36
7#331F33
8#30222F
9#2C252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FD
BackgroundsSubtle highlightsCard backgrounds
100
FCDE
#FCDEFB
Light backgroundsTable row hoverSkeleton loading
200
F9C2
#F9C2F8
Secondary backgroundsInput backgroundsDividers
300
F594
#F594F3
BordersInactive statesPlaceholder text
400
F05C
#F05CED
Disabled statesSecondary iconsMuted text
500
EB2D
#EB2DE8
Primary brand colorCTAsActive elementsLinks
600
CD13
#CD13CA
Hover statesFocus ringsPrimary buttons hover
700
A30F
#A30FA1
Active/pressed statesDark mode accentsSecondary text
800
750B
#750B73
Text on light backgroundsHeadingsStrong borders
900
4B07
#4B074A
Primary textHigh emphasis contentDark headings
950
2F04
#2F042E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FEF1FD;
  --indigo-100: #FCDEFB;
  --indigo-200: #F9C2F8;
  --indigo-300: #F594F3;
  --indigo-400: #F05CED;
  --indigo-500: #EB2DE8;
  --indigo-600: #CD13CA;
  --indigo-700: #A30FA1;
  --indigo-800: #750B73;
  --indigo-900: #4B074A;
  --indigo-950: #2F042E;
}
Generate More ShadesCreate PaletteConvert Color