Indigo

#48044D

Pink

Color Codes

All color formats for development

HEX
#48044D
RGB
rgb(72, 4, 77)
HSL
hsl(296, 90%, 16%)
OKLCH
oklch(0.289 0.129 324.9)
CMYK
cmyk(6%, 95%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

15.00: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
#FDF0
100
#FBDD
200
#F8C0
300
#F290
400
#EB55
500
#E625
600
#C80B
700
#9F09
800
#7106
900
#4904
950
#2D03

Shades

Darker variations

1#410446
2#3A033E
3#330336
4#2C022F
5#240227
6#1D021F
7#160117
8#0F0110
9#070008

Tints

Lighter variations

1#6F0676
2#95089F
3#BB0BC8
4#E10DF0
5#E734F4
6#EC5CF6
7#F185F9
8#F6AEFB
9#FAD6FD

Tones

Muted variations

1#45084A
2#420B46
3#3F0F43
4#3C133F
5#39163B
6#361A37
7#321E34
8#2F2130
9#2C252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDD
#FBDDFD
Light backgroundsTable row hoverSkeleton loading
200
F8C0
#F8C0FC
Secondary backgroundsInput backgroundsDividers
300
F290
#F290F9
BordersInactive statesPlaceholder text
400
EB55
#EB55F6
Disabled statesSecondary iconsMuted text
500
E625
#E625F4
Primary brand colorCTAsActive elementsLinks
600
C80B
#C80BD5
Hover statesFocus ringsPrimary buttons hover
700
9F09
#9F09AA
Active/pressed statesDark mode accentsSecondary text
800
7106
#710679
Text on light backgroundsHeadingsStrong borders
900
4904
#49044E
Primary textHigh emphasis contentDark headings
950
2D03
#2D0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF0FE;
  --indigo-100: #FBDDFD;
  --indigo-200: #F8C0FC;
  --indigo-300: #F290F9;
  --indigo-400: #EB55F6;
  --indigo-500: #E625F4;
  --indigo-600: #C80BD5;
  --indigo-700: #9F09AA;
  --indigo-800: #710679;
  --indigo-900: #49044E;
  --indigo-950: #2D0330;
}
Generate More ShadesCreate PaletteConvert Color