Indigo

#490946

Pink

Color Codes

All color formats for development

HEX
#490946
RGB
rgb(73, 9, 70)
HSL
hsl(303, 78%, 16%)
OKLCH
oklch(0.29 0.118 330.3)
CMYK
cmyk(0%, 88%, 4%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.89:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#41083E
2#3A0738
3#330631
4#2C052A
5#240423
6#1D041C
7#160315
8#0F020E
9#070107

Tints

Lighter variations

1#6F0E6A
2#95128E
3#BB17B3
4#E11CD7
5#E740DF
6#EC66E5
7#F18DEC
8#F6B3F2
9#FAD9F9

Tones

Muted variations

1#450C43
2#420F40
3#3F133D
4#3C163A
5#391937
6#361C34
7#321F31
8#2F222F
9#2C262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FD
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFFA
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4F5
Secondary backgroundsInput backgroundsDividers
300
F297
#F297EE
BordersInactive statesPlaceholder text
400
EB60
#EB60E4
Disabled statesSecondary iconsMuted text
500
E633
#E633DD
Primary brand colorCTAsActive elementsLinks
600
C819
#C819BF
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1498
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E6D
Text on light backgroundsHeadingsStrong borders
900
4909
#490945
Primary textHigh emphasis contentDark headings
950
2D06
#2D062B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF1FD;
  --indigo-100: #FBDFFA;
  --indigo-200: #F8C4F5;
  --indigo-300: #F297EE;
  --indigo-400: #EB60E4;
  --indigo-500: #E633DD;
  --indigo-600: #C819BF;
  --indigo-700: #9F1498;
  --indigo-800: #710E6D;
  --indigo-900: #490945;
  --indigo-950: #2D062B;
}
Generate More ShadesCreate PaletteConvert Color