Indigo

#590D72

Pink

Color Codes

All color formats for development

HEX
#590D72
RGB
rgb(89, 13, 114)
HSL
hsl(285, 80%, 25%)
OKLCH
oklch(0.352 0.16 315.3)
CMYK
cmyk(22%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

12.17:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF1
100
#F4DF
200
#EBC3
300
#DC95
400
#C95E
500
#BA30
600
#9D16
700
#7D12
800
#590D
900
#3908
950
#2405

Shades

Darker variations

1#500B67
2#470A5C
3#3E0950
4#360845
5#2D0639
6#24052E
7#1B0422
8#120317
9#09010B

Tints

Lighter variations

1#741195
2#8F14B8
3#AA18DA
4#BA30E8
5#C653EC
6#D175F0
7#DD98F4
8#E8BAF7
9#F4DDFB

Tones

Muted variations

1#57126E
2#541769
3#521C63
4#4F215E
5#4D2659
6#4A2B54
7#47304F
8#45364A
9#423B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF1
#FAF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F4DF
#F4DFFB
Light backgroundsTable row hoverSkeleton loading
200
EBC3
#EBC3F8
Secondary backgroundsInput backgroundsDividers
300
DC95
#DC95F3
BordersInactive statesPlaceholder text
400
C95E
#C95EED
Disabled statesSecondary iconsMuted text
500
BA30
#BA30E8
Primary brand colorCTAsActive elementsLinks
600
9D16
#9D16CA
Hover statesFocus ringsPrimary buttons hover
700
7D12
#7D12A1
Active/pressed statesDark mode accentsSecondary text
800
590D
#590D73
Text on light backgroundsHeadingsStrong borders
900
3908
#390849
Primary textHigh emphasis contentDark headings
950
2405
#24052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF1FD;
  --indigo-100: #F4DFFB;
  --indigo-200: #EBC3F8;
  --indigo-300: #DC95F3;
  --indigo-400: #C95EED;
  --indigo-500: #BA30E8;
  --indigo-600: #9D16CA;
  --indigo-700: #7D12A1;
  --indigo-800: #590D73;
  --indigo-900: #390849;
  --indigo-950: #24052E;
}
Generate More ShadesCreate PaletteConvert Color