Indigo

#470CA6

Purple

Color Codes

All color formats for development

HEX
#470CA6
RGB
rgb(71, 12, 166)
HSL
hsl(263, 87%, 35%)
OKLCH
oklch(0.379 0.208 288.5)
CMYK
cmyk(57%, 93%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

11.22:1

AA AAA

On Black Background

1.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADE
200
#D7C1
300
#B891
400
#9458
500
#7528
600
#590F
700
#470C
800
#3308
900
#2105
950
#1403

Shades

Darker variations

1#400A96
2#390986
3#320875
4#2B0764
5#240653
6#1C0543
7#150332
8#0E0221
9#070111

Tints

Lighter variations

1#540EC6
2#6210E5
3#7326F0
4#8745F2
5#9B64F4
6#AF83F6
7#C3A2F9
8#D7C1FB
9#EBE0FD

Tones

Muted variations

1#49139F
2#4B1B97
3#4D2390
4#4E2B88
5#503280
6#523A78
7#544271
8#564A69
9#575161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADE
#EADEFD
Light backgroundsTable row hoverSkeleton loading
200
D7C1
#D7C1FB
Secondary backgroundsInput backgroundsDividers
300
B891
#B891F7
BordersInactive statesPlaceholder text
400
9458
#9458F3
Disabled statesSecondary iconsMuted text
500
7528
#7528F0
Primary brand colorCTAsActive elementsLinks
600
590F
#590FD2
Hover statesFocus ringsPrimary buttons hover
700
470C
#470CA7
Active/pressed statesDark mode accentsSecondary text
800
3308
#330877
Text on light backgroundsHeadingsStrong borders
900
2105
#21054C
Primary textHigh emphasis contentDark headings
950
1403
#140330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EADEFD;
  --indigo-200: #D7C1FB;
  --indigo-300: #B891F7;
  --indigo-400: #9458F3;
  --indigo-500: #7528F0;
  --indigo-600: #590FD2;
  --indigo-700: #470CA7;
  --indigo-800: #330877;
  --indigo-900: #21054C;
  --indigo-950: #140330;
}
Generate More ShadesCreate PaletteConvert Color