Indigo

#3E044E

Pink

Color Codes

All color formats for development

HEX
#3E044E
RGB
rgb(62, 4, 78)
HSL
hsl(287, 90%, 16%)
OKLCH
oklch(0.272 0.126 317.1)
CMYK
cmyk(21%, 95%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.76: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
#FBF0
100
#F6DD
200
#EFC0
300
#E290
400
#D355
500
#C725
600
#A90B
700
#8709
800
#6006
900
#3E04
950
#2703

Shades

Darker variations

1#370446
2#31033E
3#2B0336
4#25022F
5#1F0227
6#19021F
7#120117
8#0C0110
9#060008

Tints

Lighter variations

1#5E0676
2#7E089F
3#9F0BC8
4#BF0DF0
5#CB34F4
6#D55CF6
7#E085F9
8#EAAEFB
9#F5D6FD

Tones

Muted variations

1#3C084A
2#390B46
3#370F43
4#35133F
5#33163B
6#311A37
7#2F1E34
8#2D2130
9#2B252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F6DD
#F6DDFD
Light backgroundsTable row hoverSkeleton loading
200
EFC0
#EFC0FC
Secondary backgroundsInput backgroundsDividers
300
E290
#E290F9
BordersInactive statesPlaceholder text
400
D355
#D355F6
Disabled statesSecondary iconsMuted text
500
C725
#C725F4
Primary brand colorCTAsActive elementsLinks
600
A90B
#A90BD5
Hover statesFocus ringsPrimary buttons hover
700
8709
#8709AA
Active/pressed statesDark mode accentsSecondary text
800
6006
#600679
Text on light backgroundsHeadingsStrong borders
900
3E04
#3E044E
Primary textHigh emphasis contentDark headings
950
2703
#270330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF0FE;
  --indigo-100: #F6DDFD;
  --indigo-200: #EFC0FC;
  --indigo-300: #E290F9;
  --indigo-400: #D355F6;
  --indigo-500: #C725F4;
  --indigo-600: #A90BD5;
  --indigo-700: #8709AA;
  --indigo-800: #600679;
  --indigo-900: #3E044E;
  --indigo-950: #270330;
}
Generate More ShadesCreate PaletteConvert Color