Indigo

#4F0343

Pink

Color Codes

All color formats for development

HEX
#4F0343
RGB
rgb(79, 3, 67)
HSL
hsl(309, 93%, 16%)
OKLCH
oklch(0.294 0.126 336.4)
CMYK
cmyk(0%, 96%, 15%, 69%)

Accessibility

WCAG contrast compliance

On White Background

14.72: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
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#47033D
2#3F0236
3#37022F
4#2F0228
5#270122
6#1F011B
7#180114
8#10010D
9#080007

Tints

Lighter variations

1#780467
2#A1068A
3#CB07AD
4#F409D1
5#F830DA
6#F95AE1
7#FB83E9
8#FCACF0
9#FED6F8

Tones

Muted variations

1#4B0741
2#470A3E
3#430E3B
4#401239
5#3C1636
6#381A33
7#341D31
8#30212E
9#2D252B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FC
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDF9
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFF3
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EEB
BordersInactive statesPlaceholder text
400
F953
#F953E0
Disabled statesSecondary iconsMuted text
500
F722
#F722D7
Primary brand colorCTAsActive elementsLinks
600
D908
#D908B9
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0693
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0469
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0343
Primary textHigh emphasis contentDark headings
950
3102
#31022A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FEF0FC;
  --indigo-100: #FEDDF9;
  --indigo-200: #FDBFF3;
  --indigo-300: #FB8EEB;
  --indigo-400: #F953E0;
  --indigo-500: #F722D7;
  --indigo-600: #D908B9;
  --indigo-700: #AC0693;
  --indigo-800: #7B0469;
  --indigo-900: #4F0343;
  --indigo-950: #31022A;
}
Generate More ShadesCreate PaletteConvert Color