Indigo

#510D72

Purple

Color Codes

All color formats for development

HEX
#510D72
RGB
rgb(81, 13, 114)
HSL
hsl(280, 80%, 25%)
OKLCH
oklch(0.34 0.158 310.6)
CMYK
cmyk(29%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

12.72:1

AA AAA

On Black Background

1.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F2DF
200
#E7C3
300
#D495
400
#BE5E
500
#AB30
600
#8E16
700
#7112
800
#510D
900
#3408
950
#2005

Shades

Darker variations

1#490B67
2#410A5C
3#390950
4#300845
5#280639
6#20052E
7#180422
8#100317
9#08010B

Tints

Lighter variations

1#691195
2#8114B8
3#9918DA
4#AB30E8
5#B953EC
6#C775F0
7#D598F4
8#E3BAF7
9#F1DDFB

Tones

Muted variations

1#4F126E
2#4D1769
3#4C1C63
4#4A215E
5#482659
6#472B54
7#45304F
8#43364A
9#413B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FD
BackgroundsSubtle highlightsCard backgrounds
100
F2DF
#F2DFFB
Light backgroundsTable row hoverSkeleton loading
200
E7C3
#E7C3F8
Secondary backgroundsInput backgroundsDividers
300
D495
#D495F3
BordersInactive statesPlaceholder text
400
BE5E
#BE5EED
Disabled statesSecondary iconsMuted text
500
AB30
#AB30E8
Primary brand colorCTAsActive elementsLinks
600
8E16
#8E16CA
Hover statesFocus ringsPrimary buttons hover
700
7112
#7112A1
Active/pressed statesDark mode accentsSecondary text
800
510D
#510D73
Text on light backgroundsHeadingsStrong borders
900
3408
#340849
Primary textHigh emphasis contentDark headings
950
2005
#20052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FD;
  --indigo-100: #F2DFFB;
  --indigo-200: #E7C3F8;
  --indigo-300: #D495F3;
  --indigo-400: #BE5EED;
  --indigo-500: #AB30E8;
  --indigo-600: #8E16CA;
  --indigo-700: #7112A1;
  --indigo-800: #510D73;
  --indigo-900: #340849;
  --indigo-950: #20052E;
}
Generate More ShadesCreate PaletteConvert Color