Indigo

#47064B

Pink

Color Codes

All color formats for development

HEX
#47064B
RGB
rgb(71, 6, 75)
HSL
hsl(297, 85%, 16%)
OKLCH
oklch(0.287 0.125 325.5)
CMYK
cmyk(5%, 92%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.05: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
#FBDE
200
#F7C2
300
#F192
400
#EA5A
500
#E42B
600
#C611
700
#9E0D
800
#710A
900
#4806
950
#2D04

Shades

Darker variations

1#410644
2#3A053C
3#320435
4#2B042D
5#240326
6#1D021E
7#160217
8#0E010F
9#070108

Tints

Lighter variations

1#6E0973
2#940D9B
3#B910C2
4#DF13EA
5#E639EF
6#EB60F2
7#F088F5
8#F5B0F9
9#FAD7FC

Tones

Muted variations

1#450A48
2#420D45
3#3F1141
4#3C143E
5#38173A
6#351B37
7#321E33
8#2F2230
9#2C252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDE
#FBDEFC
Light backgroundsTable row hoverSkeleton loading
200
F7C2
#F7C2FA
Secondary backgroundsInput backgroundsDividers
300
F192
#F192F6
BordersInactive statesPlaceholder text
400
EA5A
#EA5AF2
Disabled statesSecondary iconsMuted text
500
E42B
#E42BEE
Primary brand colorCTAsActive elementsLinks
600
C611
#C611D0
Hover statesFocus ringsPrimary buttons hover
700
9E0D
#9E0DA5
Active/pressed statesDark mode accentsSecondary text
800
710A
#710A76
Text on light backgroundsHeadingsStrong borders
900
4806
#48064B
Primary textHigh emphasis contentDark headings
950
2D04
#2D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF1FE;
  --indigo-100: #FBDEFC;
  --indigo-200: #F7C2FA;
  --indigo-300: #F192F6;
  --indigo-400: #EA5AF2;
  --indigo-500: #E42BEE;
  --indigo-600: #C611D0;
  --indigo-700: #9E0DA5;
  --indigo-800: #710A76;
  --indigo-900: #48064B;
  --indigo-950: #2D042F;
}
Generate More ShadesCreate PaletteConvert Color