Indigo

#480A46

Pink

Color Codes

All color formats for development

HEX
#480A46
RGB
rgb(72, 10, 70)
HSL
hsl(302, 76%, 16%)
OKLCH
oklch(0.289 0.117 329.6)
CMYK
cmyk(0%, 86%, 3%, 72%)

Accessibility

WCAG contrast compliance

On White Background

14.92:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#41093F
2#390838
3#320731
4#2B062A
5#240523
6#1D041C
7#160315
8#0E020E
9#070107

Tints

Lighter variations

1#6E0F6A
2#93148F
3#B919B4
4#DF1ED8
5#E543E0
6#EA68E6
7#F08EEC
8#F5B4F3
9#FAD9F9

Tones

Muted variations

1#450D43
2#421040
3#3F133D
4#3B163A
5#381937
6#351C34
7#321F31
8#2F232F
9#2C262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2FD
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0FA
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5F5
Secondary backgroundsInput backgroundsDividers
300
F198
#F198EE
BordersInactive statesPlaceholder text
400
EA62
#EA62E5
Disabled statesSecondary iconsMuted text
500
E335
#E335DE
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51BC0
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1599
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F6D
Text on light backgroundsHeadingsStrong borders
900
480A
#480A46
Primary textHigh emphasis contentDark headings
950
2D06
#2D062C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF2FD;
  --indigo-100: #FBE0FA;
  --indigo-200: #F7C5F5;
  --indigo-300: #F198EE;
  --indigo-400: #EA62E5;
  --indigo-500: #E335DE;
  --indigo-600: #C51BC0;
  --indigo-700: #9D1599;
  --indigo-800: #700F6D;
  --indigo-900: #480A46;
  --indigo-950: #2D062C;
}
Generate More ShadesCreate PaletteConvert Color