Indigo

#470A76

Purple

Color Codes

All color formats for development

HEX
#470A76
RGB
rgb(71, 10, 118)
HSL
hsl(274, 84%, 25%)
OKLCH
oklch(0.327 0.161 303)
CMYK
cmyk(40%, 92%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

13.35:1

AA AAA

On Black Background

1.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDE
200
#E2C2
300
#CB93
400
#B05B
500
#992C
600
#7D12
700
#630E
800
#470A
900
#2D07
950
#1C04

Shades

Darker variations

1#40096A
2#39085E
3#320752
4#2B0646
5#23053B
6#1C042F
7#150323
8#0E0217
9#07010C

Tints

Lighter variations

1#5C0D98
2#7110BC
3#8713DF
4#992CED
5#AA4FF0
6#BB72F3
7#CC95F6
8#DDB9F9
9#EEDCFC

Tones

Muted variations

1#461070
2#45156B
3#451A65
4#442060
5#43255B
6#432A55
7#423050
8#41354A
9#403A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDE
#EFDEFC
Light backgroundsTable row hoverSkeleton loading
200
E2C2
#E2C2FA
Secondary backgroundsInput backgroundsDividers
300
CB93
#CB93F6
BordersInactive statesPlaceholder text
400
B05B
#B05BF1
Disabled statesSecondary iconsMuted text
500
992C
#992CED
Primary brand colorCTAsActive elementsLinks
600
7D12
#7D12CE
Hover statesFocus ringsPrimary buttons hover
700
630E
#630EA4
Active/pressed statesDark mode accentsSecondary text
800
470A
#470A75
Text on light backgroundsHeadingsStrong borders
900
2D07
#2D074B
Primary textHigh emphasis contentDark headings
950
1C04
#1C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EFDEFC;
  --indigo-200: #E2C2FA;
  --indigo-300: #CB93F6;
  --indigo-400: #B05BF1;
  --indigo-500: #992CED;
  --indigo-600: #7D12CE;
  --indigo-700: #630EA4;
  --indigo-800: #470A75;
  --indigo-900: #2D074B;
  --indigo-950: #1C042F;
}
Generate More ShadesCreate PaletteConvert Color