Indigo

#490843

Pink

Color Codes

All color formats for development

HEX
#490843
RGB
rgb(73, 8, 67)
HSL
hsl(306, 80%, 16%)
OKLCH
oklch(0.287 0.117 332.5)
CMYK
cmyk(0%, 89%, 8%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.01:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#42073C
2#3B0736
3#33062F
4#2C0528
5#250421
6#1D031B
7#160214
8#0F020D
9#070107

Tints

Lighter variations

1#700C66
2#971189
3#BD15AC
4#E419CF
5#EA3ED8
6#EE65E0
7#F28BE8
8#F6B2F0
9#FBD8F7

Tones

Muted variations

1#460B40
2#430F3E
3#40123B
4#3C1538
5#391836
6#361C33
7#331F31
8#2F222E
9#2C262B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF9
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3F3
Secondary backgroundsInput backgroundsDividers
300
F395
#F395EA
BordersInactive statesPlaceholder text
400
ED5E
#ED5EDF
Disabled statesSecondary iconsMuted text
500
E830
#E830D6
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA16B8
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11292
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D69
Text on light backgroundsHeadingsStrong borders
900
4908
#490843
Primary textHigh emphasis contentDark headings
950
2E05
#2E052A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF1FC;
  --indigo-100: #FBDFF9;
  --indigo-200: #F8C3F3;
  --indigo-300: #F395EA;
  --indigo-400: #ED5EDF;
  --indigo-500: #E830D6;
  --indigo-600: #CA16B8;
  --indigo-700: #A11292;
  --indigo-800: #730D69;
  --indigo-900: #490843;
  --indigo-950: #2E052A;
}
Generate More ShadesCreate PaletteConvert Color