Indigo

#4F0E71

Purple

Color Codes

All color formats for development

HEX
#4F0E71
RGB
rgb(79, 14, 113)
HSL
hsl(279, 78%, 25%)
OKLCH
oklch(0.337 0.155 309.8)
CMYK
cmyk(30%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

12.85:1

AA AAA

On Black Background

1.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F1DF
200
#E6C4
300
#D297
400
#BB60
500
#A733
600
#8A19
700
#6E14
800
#4F0E
900
#3209
950
#1F06

Shades

Darker variations

1#470D66
2#3F0B5B
3#370A4F
4#2F0844
5#270739
6#1F062D
7#180422
8#100317
9#08010B

Tints

Lighter variations

1#661294
2#7E16B6
3#951BD8
4#A733E6
5#B655EA
6#C477EE
7#D399F2
8#E2BBF7
9#F0DDFB

Tones

Muted variations

1#4D136D
2#4C1868
3#4A1D63
4#49225E
5#472759
6#462C54
7#44314F
8#43364A
9#413B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FD
BackgroundsSubtle highlightsCard backgrounds
100
F1DF
#F1DFFB
Light backgroundsTable row hoverSkeleton loading
200
E6C4
#E6C4F8
Secondary backgroundsInput backgroundsDividers
300
D297
#D297F2
BordersInactive statesPlaceholder text
400
BB60
#BB60EB
Disabled statesSecondary iconsMuted text
500
A733
#A733E6
Primary brand colorCTAsActive elementsLinks
600
8A19
#8A19C8
Hover statesFocus ringsPrimary buttons hover
700
6E14
#6E149F
Active/pressed statesDark mode accentsSecondary text
800
4F0E
#4F0E71
Text on light backgroundsHeadingsStrong borders
900
3209
#320949
Primary textHigh emphasis contentDark headings
950
1F06
#1F062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FD;
  --indigo-100: #F1DFFB;
  --indigo-200: #E6C4F8;
  --indigo-300: #D297F2;
  --indigo-400: #BB60EB;
  --indigo-500: #A733E6;
  --indigo-600: #8A19C8;
  --indigo-700: #6E149F;
  --indigo-800: #4F0E71;
  --indigo-900: #320949;
  --indigo-950: #1F062D;
}
Generate More ShadesCreate PaletteConvert Color