Indigo

#440250

Pink

Color Codes

All color formats for development

HEX
#440250
RGB
rgb(68, 2, 80)
HSL
hsl(291, 95%, 16%)
OKLCH
oklch(0.282 0.132 320.4)
CMYK
cmyk(15%, 98%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.33:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F9DC
200
#F4BE
300
#EB8D
400
#E151
500
#D91F
600
#BB06
700
#9504
800
#6A03
900
#4402
950
#2A01

Shades

Darker variations

1#3D0248
2#360240
3#300138
4#290130
5#220128
6#1B0120
7#140118
8#0E0010
9#070008

Tints

Lighter variations

1#680379
2#8B04A3
3#AF05CD
4#D306F7
5#DB2EFA
6#E258FB
7#E982FC
8#F1ABFD
9#F8D5FE

Tones

Muted variations

1#41064C
2#3F0A48
3#3C0E44
4#391240
5#36153C
6#341938
7#311D34
8#2E2131
9#2C252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F9DC
#F9DCFE
Light backgroundsTable row hoverSkeleton loading
200
F4BE
#F4BEFD
Secondary backgroundsInput backgroundsDividers
300
EB8D
#EB8DFC
BordersInactive statesPlaceholder text
400
E151
#E151FB
Disabled statesSecondary iconsMuted text
500
D91F
#D91FF9
Primary brand colorCTAsActive elementsLinks
600
BB06
#BB06DB
Hover statesFocus ringsPrimary buttons hover
700
9504
#9504AE
Active/pressed statesDark mode accentsSecondary text
800
6A03
#6A037C
Text on light backgroundsHeadingsStrong borders
900
4402
#440250
Primary textHigh emphasis contentDark headings
950
2A01
#2A0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FCF0FF;
  --indigo-100: #F9DCFE;
  --indigo-200: #F4BEFD;
  --indigo-300: #EB8DFC;
  --indigo-400: #E151FB;
  --indigo-500: #D91FF9;
  --indigo-600: #BB06DB;
  --indigo-700: #9504AE;
  --indigo-800: #6A037C;
  --indigo-900: #440250;
  --indigo-950: #2A0132;
}
Generate More ShadesCreate PaletteConvert Color