Indigo

#3D0949

Pink

Color Codes

All color formats for development

HEX
#3D0949
RGB
rgb(61, 9, 73)
HSL
hsl(289, 78%, 16%)
OKLCH
oklch(0.271 0.115 319.1)
CMYK
cmyk(16%, 88%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.75:1

AA AAA

On Black Background

1.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF1
100
#F6DF
200
#EEC4
300
#E197
400
#D260
500
#C533
600
#A819
700
#8514
800
#5F0E
900
#3D09
950
#2606

Shades

Darker variations

1#370841
2#31073A
3#2B0633
4#25052C
5#1E0424
6#18041D
7#120316
8#0C020F
9#060107

Tints

Lighter variations

1#5D0E6F
2#7D1295
3#9D17BB
4#BD1CE1
5#C940E7
6#D466EC
7#DE8DF1
8#E9B3F6
9#F4D9FA

Tones

Muted variations

1#3B0C45
2#390F42
3#37133F
4#35163C
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
EEC4
#EEC4F8
Secondary backgroundsInput backgroundsDividers
300
E197
#E197F2
BordersInactive statesPlaceholder text
400
D260
#D260EB
Disabled statesSecondary iconsMuted text
500
C533
#C533E6
Primary brand colorCTAsActive elementsLinks
600
A819
#A819C8
Hover statesFocus ringsPrimary buttons hover
700
8514
#85149F
Active/pressed statesDark mode accentsSecondary text
800
5F0E
#5F0E71
Text on light backgroundsHeadingsStrong borders
900
3D09
#3D0949
Primary textHigh emphasis contentDark headings
950
2606
#26062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF1FD;
  --indigo-100: #F6DFFB;
  --indigo-200: #EEC4F8;
  --indigo-300: #E197F2;
  --indigo-400: #D260EB;
  --indigo-500: #C533E6;
  --indigo-600: #A819C8;
  --indigo-700: #85149F;
  --indigo-800: #5F0E71;
  --indigo-900: #3D0949;
  --indigo-950: #26062D;
}
Generate More ShadesCreate PaletteConvert Color