Indigo

#3C034F

Pink

Color Codes

All color formats for development

HEX
#3C034F
RGB
rgb(60, 3, 79)
HSL
hsl(285, 93%, 16%)
OKLCH
oklch(0.269 0.127 315)
CMYK
cmyk(24%, 96%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.93:1

AA AAA

On Black Background

1.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DD
200
#EDBF
300
#E08E
400
#CF53
500
#C222
600
#A408
700
#8306
800
#5D04
900
#3C03
950
#2502

Shades

Darker variations

1#360347
2#30023F
3#2A0237
4#24022F
5#1E0127
6#18011F
7#120118
8#0C0110
9#060008

Tints

Lighter variations

1#5B0478
2#7B06A1
3#9A07CB
4#B909F4
5#C630F8
6#D15AF9
7#DD83FB
8#E8ACFC
9#F4D6FE

Tones

Muted variations

1#3A074B
2#380A47
3#360E43
4#341240
5#32163C
6#301A38
7#2E1D34
8#2D2130
9#2B252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F5DD
#F5DDFE
Light backgroundsTable row hoverSkeleton loading
200
EDBF
#EDBFFD
Secondary backgroundsInput backgroundsDividers
300
E08E
#E08EFB
BordersInactive statesPlaceholder text
400
CF53
#CF53F9
Disabled statesSecondary iconsMuted text
500
C222
#C222F7
Primary brand colorCTAsActive elementsLinks
600
A408
#A408D9
Hover statesFocus ringsPrimary buttons hover
700
8306
#8306AC
Active/pressed statesDark mode accentsSecondary text
800
5D04
#5D047B
Text on light backgroundsHeadingsStrong borders
900
3C03
#3C034F
Primary textHigh emphasis contentDark headings
950
2502
#250231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF0FE;
  --indigo-100: #F5DDFE;
  --indigo-200: #EDBFFD;
  --indigo-300: #E08EFB;
  --indigo-400: #CF53F9;
  --indigo-500: #C222F7;
  --indigo-600: #A408D9;
  --indigo-700: #8306AC;
  --indigo-800: #5D047B;
  --indigo-900: #3C034F;
  --indigo-950: #250231;
}
Generate More ShadesCreate PaletteConvert Color