Indigo

#3E0949

Pink

Color Codes

All color formats for development

HEX
#3E0949
RGB
rgb(62, 9, 73)
HSL
hsl(290, 78%, 16%)
OKLCH
oklch(0.272 0.116 319.9)
CMYK
cmyk(15%, 88%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.67:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F6DF
200
#EFC4
300
#E397
400
#D460
500
#C833
600
#AB19
700
#8814
800
#610E
900
#3E09
950
#2706

Shades

Darker variations

1#380841
2#32073A
3#2B0633
4#25052C
5#1F0424
6#19041D
7#130316
8#0C020F
9#060107

Tints

Lighter variations

1#5F0E6F
2#7F1295
3#A017BB
4#C01CE1
5#CC40E7
6#D666EC
7#E08DF1
8#EAB3F6
9#F5D9FA

Tones

Muted variations

1#3C0C45
2#3A0F42
3#38133F
4#36163C
5#331939
6#311C36
7#2F1F32
8#2D222F
9#2B262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF1
#FBF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F6DF
#F6DFFB
Light backgroundsTable row hoverSkeleton loading
200
EFC4
#EFC4F8
Secondary backgroundsInput backgroundsDividers
300
E397
#E397F2
BordersInactive statesPlaceholder text
400
D460
#D460EB
Disabled statesSecondary iconsMuted text
500
C833
#C833E6
Primary brand colorCTAsActive elementsLinks
600
AB19
#AB19C8
Hover statesFocus ringsPrimary buttons hover
700
8814
#88149F
Active/pressed statesDark mode accentsSecondary text
800
610E
#610E71
Text on light backgroundsHeadingsStrong borders
900
3E09
#3E0949
Primary textHigh emphasis contentDark headings
950
2706
#27062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF1FD;
  --indigo-100: #F6DFFB;
  --indigo-200: #EFC4F8;
  --indigo-300: #E397F2;
  --indigo-400: #D460EB;
  --indigo-500: #C833E6;
  --indigo-600: #AB19C8;
  --indigo-700: #88149F;
  --indigo-800: #610E71;
  --indigo-900: #3E0949;
  --indigo-950: #27062D;
}
Generate More ShadesCreate PaletteConvert Color