Indigo

#4B063F

Pink

Color Codes

All color formats for development

HEX
#4B063F
RGB
rgb(75, 6, 63)
HSL
hsl(310, 85%, 16%)
OKLCH
oklch(0.286 0.117 336.9)
CMYK
cmyk(0%, 92%, 16%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.03: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
#FEF1
100
#FCDE
200
#FAC2
300
#F692
400
#F25A
500
#EE2B
600
#D011
700
#A50D
800
#760A
900
#4B06
950
#2F04

Shades

Darker variations

1#44063A
2#3C0533
3#35042D
4#2D0426
5#260320
6#1E021A
7#170213
8#0F010D
9#080106

Tints

Lighter variations

1#730961
2#9B0D83
3#C210A5
4#EA13C6
5#EF39D1
6#F260DA
7#F588E3
8#F9B0EC
9#FCD7F6

Tones

Muted variations

1#480A3E
2#450D3B
3#411139
4#3E1437
5#3A1734
6#371B32
7#331E30
8#30222D
9#2C252B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FCDE
#FCDEF7
Light backgroundsTable row hoverSkeleton loading
200
FAC2
#FAC2F1
Secondary backgroundsInput backgroundsDividers
300
F692
#F692E6
BordersInactive statesPlaceholder text
400
F25A
#F25AD8
Disabled statesSecondary iconsMuted text
500
EE2B
#EE2BCD
Primary brand colorCTAsActive elementsLinks
600
D011
#D011B0
Hover statesFocus ringsPrimary buttons hover
700
A50D
#A50D8C
Active/pressed statesDark mode accentsSecondary text
800
760A
#760A64
Text on light backgroundsHeadingsStrong borders
900
4B06
#4B0640
Primary textHigh emphasis contentDark headings
950
2F04
#2F0428
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FEF1FC;
  --indigo-100: #FCDEF7;
  --indigo-200: #FAC2F1;
  --indigo-300: #F692E6;
  --indigo-400: #F25AD8;
  --indigo-500: #EE2BCD;
  --indigo-600: #D011B0;
  --indigo-700: #A50D8C;
  --indigo-800: #760A64;
  --indigo-900: #4B0640;
  --indigo-950: #2F0428;
}
Generate More ShadesCreate PaletteConvert Color