Indigo

#440052

Pink

Color Codes

All color formats for development

HEX
#440052
RGB
rgb(68, 0, 82)
HSL
hsl(290, 100%, 16%)
OKLCH
oklch(0.282 0.136 319.4)
CMYK
cmyk(17%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

15.36:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F9DB
200
#F4BD
300
#EB8A
400
#E14D
500
#D91A
600
#BB00
700
#9500
800
#6A00
900
#4400
950
#2A00

Shades

Darker variations

1#3D0049
2#360041
3#300039
4#290031
5#220029
6#1B0021
7#140018
8#0E0010
9#070008

Tints

Lighter variations

1#68007C
2#8B00A7
3#AF00D2
4#D300FD
5#DB29FF
6#E254FF
7#EA7EFF
8#F1A9FF
9#F8D4FF

Tones

Muted variations

1#41044E
2#3F0849
3#3C0C45
4#391041
5#36143D
6#341839
7#311D35
8#2E2131
9#2C252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F9DB
#F9DBFF
Light backgroundsTable row hoverSkeleton loading
200
F4BD
#F4BDFF
Secondary backgroundsInput backgroundsDividers
300
EB8A
#EB8AFF
BordersInactive statesPlaceholder text
400
E14D
#E14DFF
Disabled statesSecondary iconsMuted text
500
D91A
#D91AFF
Primary brand colorCTAsActive elementsLinks
600
BB00
#BB00E0
Hover statesFocus ringsPrimary buttons hover
700
9500
#9500B3
Active/pressed statesDark mode accentsSecondary text
800
6A00
#6A0080
Text on light backgroundsHeadingsStrong borders
900
4400
#440052
Primary textHigh emphasis contentDark headings
950
2A00
#2A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FCF0FF;
  --indigo-100: #F9DBFF;
  --indigo-200: #F4BDFF;
  --indigo-300: #EB8AFF;
  --indigo-400: #E14DFF;
  --indigo-500: #D91AFF;
  --indigo-600: #BB00E0;
  --indigo-700: #9500B3;
  --indigo-800: #6A0080;
  --indigo-900: #440052;
  --indigo-950: #2A0033;
}
Generate More ShadesCreate PaletteConvert Color