Indigo

#4F0348

Pink

Color Codes

All color formats for development

HEX
#4F0348
RGB
rgb(79, 3, 72)
HSL
hsl(306, 93%, 16%)
OKLCH
oklch(0.297 0.129 332.9)
CMYK
cmyk(0%, 96%, 9%, 69%)

Accessibility

WCAG contrast compliance

On White Background

14.59:1

AA AAA

On Black Background

1.44: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#470340
2#3F0239
3#370232
4#2F022B
5#270124
6#1F011C
7#180115
8#10010E
9#080007

Tints

Lighter variations

1#78046D
2#A10692
3#CB07B7
4#F409DD
5#F830E4
6#F95AE9
7#FB83EF
8#FCACF4
9#FED6FA

Tones

Muted variations

1#4B0744
2#470A41
3#430E3E
4#40123B
5#3C1638
6#381A35
7#341D32
8#30212F
9#2D252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDFA
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFF7
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EF0
BordersInactive statesPlaceholder text
400
F953
#F953E8
Disabled statesSecondary iconsMuted text
500
F722
#F722E2
Primary brand colorCTAsActive elementsLinks
600
D908
#D908C4
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC069C
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B046F
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0347
Primary textHigh emphasis contentDark headings
950
3102
#31022C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FEF0FD;
  --indigo-100: #FEDDFA;
  --indigo-200: #FDBFF7;
  --indigo-300: #FB8EF0;
  --indigo-400: #F953E8;
  --indigo-500: #F722E2;
  --indigo-600: #D908C4;
  --indigo-700: #AC069C;
  --indigo-800: #7B046F;
  --indigo-900: #4F0347;
  --indigo-950: #31022C;
}
Generate More ShadesCreate PaletteConvert Color