Indigo

#480A45

Pink

Color Codes

All color formats for development

HEX
#480A45
RGB
rgb(72, 10, 69)
HSL
hsl(303, 76%, 16%)
OKLCH
oklch(0.288 0.116 330.3)
CMYK
cmyk(0%, 86%, 4%, 72%)

Accessibility

WCAG contrast compliance

On White Background

14.95: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
#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#41093E
2#390837
3#320730
4#2B0629
5#240522
6#1D041B
7#160315
8#0E020E
9#070107

Tints

Lighter variations

1#6E0F69
2#93148D
3#B919B1
4#DF1ED5
5#E543DD
6#EA68E4
7#F08EEB
8#F5B4F1
9#FAD9F8

Tones

Muted variations

1#450D42
2#42103F
3#3F133C
4#3B163A
5#381937
6#351C34
7#321F31
8#2F232E
9#2C262C

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FDF2FD;
  --indigo-100: #FBE0F9;
  --indigo-200: #F7C5F5;
  --indigo-300: #F198EC;
  --indigo-400: #EA62E3;
  --indigo-500: #E335DB;
  --indigo-600: #C51BBD;
  --indigo-700: #9D1596;
  --indigo-800: #700F6B;
  --indigo-900: #480A45;
  --indigo-950: #2D062B;
}
Generate More ShadesCreate PaletteConvert Color