Indigo

#510149

Pink

Color Codes

All color formats for development

HEX
#510149
RGB
rgb(81, 1, 73)
HSL
hsl(306, 98%, 16%)
OKLCH
oklch(0.3 0.133 333.4)
CMYK
cmyk(0%, 99%, 10%, 68%)

Accessibility

WCAG contrast compliance

On White Background

14.48:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#490142
2#41013A
3#390133
4#30002C
5#280024
6#20001D
7#180016
8#10000F
9#080007

Tints

Lighter variations

1#7B016F
2#A60295
3#D002BB
4#FA03E2
5#FD2BE8
6#FD55EC
7#FE80F1
8#FEAAF6
9#FFD5FA

Tones

Muted variations

1#4D0546
2#490942
3#450D3F
4#41113C
5#3D1539
6#391936
7#351D32
8#31212F
9#2D252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FD
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCFB
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDF8
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BF2
BordersInactive statesPlaceholder text
400
FD4E
#FD4EEC
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1CE6
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE02C8
Hover statesFocus ringsPrimary buttons hover
700
B102
#B1029F
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0172
Text on light backgroundsHeadingsStrong borders
900
5101
#510149
Primary textHigh emphasis contentDark headings
950
3201
#32012D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FFF0FD;
  --indigo-100: #FFDCFB;
  --indigo-200: #FEBDF8;
  --indigo-300: #FE8BF2;
  --indigo-400: #FD4EEC;
  --indigo-500: #FD1CE6;
  --indigo-600: #DE02C8;
  --indigo-700: #B1029F;
  --indigo-800: #7E0172;
  --indigo-900: #510149;
  --indigo-950: #32012D;
}
Generate More ShadesCreate PaletteConvert Color