Indigo

#4B0642

Pink

Color Codes

All color formats for development

HEX
#4B0642
RGB
rgb(75, 6, 66)
HSL
hsl(308, 85%, 16%)
OKLCH
oklch(0.288 0.12 334.6)
CMYK
cmyk(0%, 92%, 12%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.96: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#44063C
2#3C0535
3#35042E
4#2D0428
5#260321
6#1E021A
7#170214
8#0F010D
9#080107

Tints

Lighter variations

1#730965
2#9B0D88
3#C210AB
4#EA13CD
5#EF39D7
6#F260DF
7#F588E7
8#F9B0EF
9#FCD7F7

Tones

Muted variations

1#480A40
2#450D3D
3#41113B
4#3E1438
5#3A1736
6#371B33
7#331E30
8#30222E
9#2C252B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FCDE
#FCDEF8
Light backgroundsTable row hoverSkeleton loading
200
FAC2
#FAC2F3
Secondary backgroundsInput backgroundsDividers
300
F692
#F692E9
BordersInactive statesPlaceholder text
400
F25A
#F25ADD
Disabled statesSecondary iconsMuted text
500
EE2B
#EE2BD4
Primary brand colorCTAsActive elementsLinks
600
D011
#D011B6
Hover statesFocus ringsPrimary buttons hover
700
A50D
#A50D91
Active/pressed statesDark mode accentsSecondary text
800
760A
#760A67
Text on light backgroundsHeadingsStrong borders
900
4B06
#4B0642
Primary textHigh emphasis contentDark headings
950
2F04
#2F0429
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FEF1FC;
  --indigo-100: #FCDEF8;
  --indigo-200: #FAC2F3;
  --indigo-300: #F692E9;
  --indigo-400: #F25ADD;
  --indigo-500: #EE2BD4;
  --indigo-600: #D011B6;
  --indigo-700: #A50D91;
  --indigo-800: #760A67;
  --indigo-900: #4B0642;
  --indigo-950: #2F0429;
}
Generate More ShadesCreate PaletteConvert Color