Indigo

#39084A

Pink

Color Codes

All color formats for development

HEX
#39084A
RGB
rgb(57, 8, 74)
HSL
hsl(285, 80%, 16%)
OKLCH
oklch(0.264 0.116 315.2)
CMYK
cmyk(23%, 89%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

16.06:1

AA AAA

On Black Background

1.31: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#330742
2#2E073B
3#280633
4#22052C
5#1D0425
6#17031D
7#110216
8#0B020F
9#060107

Tints

Lighter variations

1#570C70
2#751197
3#9315BD
4#B119E4
5#BF3EEA
6#CC65EE
7#D88BF2
8#E5B2F6
9#F2D8FB

Tones

Muted variations

1#370B46
2#360F43
3#341240
4#33153C
5#311839
6#2F1C36
7#2E1F33
8#2C222F
9#2A262C

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