Indigo

#41034F

Pink

Color Codes

All color formats for development

HEX
#41034F
RGB
rgb(65, 3, 79)
HSL
hsl(289, 93%, 16%)
OKLCH
oklch(0.277 0.129 318.8)
CMYK
cmyk(18%, 96%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.55:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F8DD
200
#F1BF
300
#E78E
400
#DA53
500
#D022
600
#B208
700
#8E06
800
#6504
900
#4103
950
#2902

Shades

Darker variations

1#3A0347
2#34023F
3#2D0237
4#27022F
5#200127
6#1A011F
7#130118
8#0D0110
9#060008

Tints

Lighter variations

1#630478
2#8506A1
3#A707CB
4#C909F4
5#D330F8
6#DC5AF9
7#E583FB
8#EDACFC
9#F6D6FE

Tones

Muted variations

1#3E074B
2#3C0A47
3#3A0E43
4#371240
5#35163C
6#321A38
7#301D34
8#2E2130
9#2B252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F8DD
#F8DDFE
Light backgroundsTable row hoverSkeleton loading
200
F1BF
#F1BFFD
Secondary backgroundsInput backgroundsDividers
300
E78E
#E78EFB
BordersInactive statesPlaceholder text
400
DA53
#DA53F9
Disabled statesSecondary iconsMuted text
500
D022
#D022F7
Primary brand colorCTAsActive elementsLinks
600
B208
#B208D9
Hover statesFocus ringsPrimary buttons hover
700
8E06
#8E06AC
Active/pressed statesDark mode accentsSecondary text
800
6504
#65047B
Text on light backgroundsHeadingsStrong borders
900
4103
#41034F
Primary textHigh emphasis contentDark headings
950
2902
#290231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FCF0FE;
  --indigo-100: #F8DDFE;
  --indigo-200: #F1BFFD;
  --indigo-300: #E78EFB;
  --indigo-400: #DA53F9;
  --indigo-500: #D022F7;
  --indigo-600: #B208D9;
  --indigo-700: #8E06AC;
  --indigo-800: #65047B;
  --indigo-900: #41034F;
  --indigo-950: #290231;
}
Generate More ShadesCreate PaletteConvert Color