Indigo

#520039

Pink

Color Codes

All color formats for development

HEX
#520039
RGB
rgb(82, 0, 57)
HSL
hsl(318, 100%, 16%)
OKLCH
oklch(0.292 0.124 345.5)
CMYK
cmyk(0%, 100%, 30%, 68%)

Accessibility

WCAG contrast compliance

On White Background

14.81:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#490033
2#41002E
3#390028
4#310022
5#29001D
6#210017
7#180011
8#10000B
9#080006

Tints

Lighter variations

1#7C0057
2#A70075
3#D20093
4#FD00B1
5#FF29BF
6#FF54CC
7#FF7ED8
8#FFA9E5
9#FFD4F2

Tones

Muted variations

1#4E0437
2#490836
3#450C34
4#411033
5#3D1431
6#39182F
7#351D2E
8#31212C
9#2D252A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FA
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBF4
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDEB
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8ADC
BordersInactive statesPlaceholder text
400
FF4D
#FF4DC9
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1ABA
Primary brand colorCTAsActive elementsLinks
600
E000
#E0009D
Hover statesFocus ringsPrimary buttons hover
700
B300
#B3007D
Active/pressed statesDark mode accentsSecondary text
800
8000
#800059
Text on light backgroundsHeadingsStrong borders
900
5200
#520039
Primary textHigh emphasis contentDark headings
950
3300
#330024
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FFF0FA;
  --indigo-100: #FFDBF4;
  --indigo-200: #FFBDEB;
  --indigo-300: #FF8ADC;
  --indigo-400: #FF4DC9;
  --indigo-500: #FF1ABA;
  --indigo-600: #E0009D;
  --indigo-700: #B3007D;
  --indigo-800: #800059;
  --indigo-900: #520039;
  --indigo-950: #330024;
}
Generate More ShadesCreate PaletteConvert Color