Indigo

#45044E

Pink

Color Codes

All color formats for development

HEX
#45044E
RGB
rgb(69, 4, 78)
HSL
hsl(293, 90%, 16%)
OKLCH
oklch(0.284 0.129 322.2)
CMYK
cmyk(12%, 95%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.21:1

AA AAA

On Black Background

1.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#F9DD
200
#F5C0
300
#ED90
400
#E355
500
#DB25
600
#BE0B
700
#9709
800
#6C06
900
#4504
950
#2B03

Shades

Darker variations

1#3E0446
2#37033E
3#300336
4#29022F
5#220227
6#1C021F
7#150117
8#0E0110
9#070008

Tints

Lighter variations

1#690676
2#8D089F
3#B20BC8
4#D60DF0
5#DE34F4
6#E45CF6
7#EB85F9
8#F2AEFB
9#F8D6FD

Tones

Muted variations

1#42084A
2#3F0B46
3#3D0F43
4#3A133F
5#37163B
6#341A37
7#311E34
8#2E2130
9#2C252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F9DD
#F9DDFD
Light backgroundsTable row hoverSkeleton loading
200
F5C0
#F5C0FC
Secondary backgroundsInput backgroundsDividers
300
ED90
#ED90F9
BordersInactive statesPlaceholder text
400
E355
#E355F6
Disabled statesSecondary iconsMuted text
500
DB25
#DB25F4
Primary brand colorCTAsActive elementsLinks
600
BE0B
#BE0BD5
Hover statesFocus ringsPrimary buttons hover
700
9709
#9709AA
Active/pressed statesDark mode accentsSecondary text
800
6C06
#6C0679
Text on light backgroundsHeadingsStrong borders
900
4504
#45044E
Primary textHigh emphasis contentDark headings
950
2B03
#2B0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF0FE;
  --indigo-100: #F9DDFD;
  --indigo-200: #F5C0FC;
  --indigo-300: #ED90F9;
  --indigo-400: #E355F6;
  --indigo-500: #DB25F4;
  --indigo-600: #BE0BD5;
  --indigo-700: #9709AA;
  --indigo-800: #6C0679;
  --indigo-900: #45044E;
  --indigo-950: #2B0330;
}
Generate More ShadesCreate PaletteConvert Color