Indigo

#490846

Pink

Color Codes

All color formats for development

HEX
#490846
RGB
rgb(73, 8, 70)
HSL
hsl(303, 80%, 16%)
OKLCH
oklch(0.289 0.12 330.3)
CMYK
cmyk(0%, 89%, 4%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.93: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
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#42073F
2#3B0738
3#330631
4#2C052A
5#250423
6#1D031C
7#160215
8#0F020E
9#070107

Tints

Lighter variations

1#700C6B
2#971190
3#BD15B5
4#E419DA
5#EA3EE1
6#EE65E7
7#F28BED
8#F6B2F3
9#FBD8F9

Tones

Muted variations

1#460B43
2#430F40
3#40123D
4#3C153A
5#391837
6#361C35
7#331F32
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
F8C3
#F8C3F6
Secondary backgroundsInput backgroundsDividers
300
F395
#F395EF
BordersInactive statesPlaceholder text
400
ED5E
#ED5EE6
Disabled statesSecondary iconsMuted text
500
E830
#E830DF
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA16C1
Hover statesFocus ringsPrimary buttons hover
700
A112
#A1129A
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D6E
Text on light backgroundsHeadingsStrong borders
900
4908
#490846
Primary textHigh emphasis contentDark headings
950
2E05
#2E052C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF1FD;
  --indigo-100: #FBDFFA;
  --indigo-200: #F8C3F6;
  --indigo-300: #F395EF;
  --indigo-400: #ED5EE6;
  --indigo-500: #E830DF;
  --indigo-600: #CA16C1;
  --indigo-700: #A1129A;
  --indigo-800: #730D6E;
  --indigo-900: #490846;
  --indigo-950: #2E052C;
}
Generate More ShadesCreate PaletteConvert Color