Indigo

#43084A

Pink

Color Codes

All color formats for development

HEX
#43084A
RGB
rgb(67, 8, 74)
HSL
hsl(294, 80%, 16%)
OKLCH
oklch(0.281 0.12 323.1)
CMYK
cmyk(9%, 89%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.30: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
#FCF1
100
#F9DF
200
#F3C3
300
#EA95
400
#DF5E
500
#D630
600
#B816
700
#9212
800
#690D
900
#4308
950
#2A05

Shades

Darker variations

1#3C0742
2#36073B
3#2F0633
4#28052C
5#210425
6#1B031D
7#140216
8#0D020F
9#070107

Tints

Lighter variations

1#660C70
2#891197
3#AC15BD
4#CF19E4
5#D83EEA
6#E065EE
7#E88BF2
8#F0B2F6
9#F7D8FB

Tones

Muted variations

1#400B46
2#3E0F43
3#3B1240
4#38153C
5#361839
6#331C36
7#311F33
8#2E222F
9#2B262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF1
#FCF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F9DF
#F9DFFB
Light backgroundsTable row hoverSkeleton loading
200
F3C3
#F3C3F8
Secondary backgroundsInput backgroundsDividers
300
EA95
#EA95F3
BordersInactive statesPlaceholder text
400
DF5E
#DF5EED
Disabled statesSecondary iconsMuted text
500
D630
#D630E8
Primary brand colorCTAsActive elementsLinks
600
B816
#B816CA
Hover statesFocus ringsPrimary buttons hover
700
9212
#9212A1
Active/pressed statesDark mode accentsSecondary text
800
690D
#690D73
Text on light backgroundsHeadingsStrong borders
900
4308
#430849
Primary textHigh emphasis contentDark headings
950
2A05
#2A052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FCF1FD;
  --indigo-100: #F9DFFB;
  --indigo-200: #F3C3F8;
  --indigo-300: #EA95F3;
  --indigo-400: #DF5EED;
  --indigo-500: #D630E8;
  --indigo-600: #B816CA;
  --indigo-700: #9212A1;
  --indigo-800: #690D73;
  --indigo-900: #430849;
  --indigo-950: #2A052E;
}
Generate More ShadesCreate PaletteConvert Color