Indigo

#4D0EA4

Purple

Color Codes

All color formats for development

HEX
#4D0EA4
RGB
rgb(77, 14, 164)
HSL
hsl(265, 84%, 35%)
OKLCH
oklch(0.384 0.205 291.8)
CMYK
cmyk(53%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

10.97:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EBDE
200
#D9C2
300
#BC93
400
#995B
500
#7C2C
600
#6012
700
#4D0E
800
#370A
900
#2307
950
#1604

Shades

Darker variations

1#450D94
2#3D0B83
3#360A73
4#2E0963
5#260752
6#1F0642
7#170431
8#0F0321
9#080110

Tints

Lighter variations

1#5B11C3
2#6914E1
3#7B2AEC
4#8E48EF
5#A167F2
6#B385F4
7#C6A4F7
8#D9C2FA
9#ECE1FC

Tones

Muted variations

1#4E169D
2#4F1D95
3#51258E
4#522C86
5#53347F
6#543B77
7#564370
8#574A68
9#585261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EBDE
#EBDEFC
Light backgroundsTable row hoverSkeleton loading
200
D9C2
#D9C2FA
Secondary backgroundsInput backgroundsDividers
300
BC93
#BC93F6
BordersInactive statesPlaceholder text
400
995B
#995BF1
Disabled statesSecondary iconsMuted text
500
7C2C
#7C2CED
Primary brand colorCTAsActive elementsLinks
600
6012
#6012CE
Hover statesFocus ringsPrimary buttons hover
700
4D0E
#4D0EA4
Active/pressed statesDark mode accentsSecondary text
800
370A
#370A75
Text on light backgroundsHeadingsStrong borders
900
2307
#23074B
Primary textHigh emphasis contentDark headings
950
1604
#16042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EBDEFC;
  --indigo-200: #D9C2FA;
  --indigo-300: #BC93F6;
  --indigo-400: #995BF1;
  --indigo-500: #7C2CED;
  --indigo-600: #6012CE;
  --indigo-700: #4D0EA4;
  --indigo-800: #370A75;
  --indigo-900: #23074B;
  --indigo-950: #16042F;
}
Generate More ShadesCreate PaletteConvert Color