Indigo

#3D084A

Pink

Color Codes

All color formats for development

HEX
#3D084A
RGB
rgb(61, 8, 74)
HSL
hsl(288, 80%, 16%)
OKLCH
oklch(0.271 0.117 318.5)
CMYK
cmyk(18%, 89%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

15.77: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
#EEC3
300
#E195
400
#D15E
500
#C330
600
#A616
700
#8412
800
#5E0D
900
#3C08
950
#2605

Shades

Darker variations

1#360742
2#30073B
3#2A0633
4#24052C
5#1E0425
6#18031D
7#120216
8#0C020F
9#060107

Tints

Lighter variations

1#5C0C70
2#7C1197
3#9B15BD
4#BB19E4
5#C73EEA
6#D265EE
7#DE8BF2
8#E9B2F6
9#F4D8FB

Tones

Muted variations

1#3A0B46
2#380F43
3#371240
4#35153C
5#331839
6#311C36
7#2F1F33
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
EEC3
#EEC3F8
Secondary backgroundsInput backgroundsDividers
300
E195
#E195F3
BordersInactive statesPlaceholder text
400
D15E
#D15EED
Disabled statesSecondary iconsMuted text
500
C330
#C330E8
Primary brand colorCTAsActive elementsLinks
600
A616
#A616CA
Hover statesFocus ringsPrimary buttons hover
700
8412
#8412A1
Active/pressed statesDark mode accentsSecondary text
800
5E0D
#5E0D73
Text on light backgroundsHeadingsStrong borders
900
3C08
#3C0849
Primary textHigh emphasis contentDark headings
950
2605
#26052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF1FD;
  --indigo-100: #F6DFFB;
  --indigo-200: #EEC3F8;
  --indigo-300: #E195F3;
  --indigo-400: #D15EED;
  --indigo-500: #C330E8;
  --indigo-600: #A616CA;
  --indigo-700: #8412A1;
  --indigo-800: #5E0D73;
  --indigo-900: #3C0849;
  --indigo-950: #26052E;
}
Generate More ShadesCreate PaletteConvert Color