Indigo

#480B74

Purple

Color Codes

All color formats for development

HEX
#480B74
RGB
rgb(72, 11, 116)
HSL
hsl(275, 83%, 25%)
OKLCH
oklch(0.327 0.159 304.4)
CMYK
cmyk(38%, 91%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

13.33:1

AA AAA

On Black Background

1.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#F0DE
200
#E2C2
300
#CC94
400
#B25C
500
#9C2D
600
#8013
700
#660F
800
#490B
900
#2E07
950
#1D04

Shades

Darker variations

1#410A69
2#3A095D
3#330852
4#2C0746
5#24053A
6#1D042F
7#160323
8#0F0217
9#07010C

Tints

Lighter variations

1#5E0E98
2#7411BB
3#8A15DE
4#9C2DEB
5#AD50EF
6#BD73F2
7#CE96F5
8#DEB9F8
9#EFDCFC

Tones

Muted variations

1#48106F
2#47156A
3#461B65
4#45205F
5#44255A
6#432B55
7#423050
8#42354A
9#413A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DE
#F0DEFC
Light backgroundsTable row hoverSkeleton loading
200
E2C2
#E2C2F9
Secondary backgroundsInput backgroundsDividers
300
CC94
#CC94F5
BordersInactive statesPlaceholder text
400
B25C
#B25CF0
Disabled statesSecondary iconsMuted text
500
9C2D
#9C2DEB
Primary brand colorCTAsActive elementsLinks
600
8013
#8013CD
Hover statesFocus ringsPrimary buttons hover
700
660F
#660FA3
Active/pressed statesDark mode accentsSecondary text
800
490B
#490B75
Text on light backgroundsHeadingsStrong borders
900
2E07
#2E074B
Primary textHigh emphasis contentDark headings
950
1D04
#1D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #F0DEFC;
  --indigo-200: #E2C2F9;
  --indigo-300: #CC94F5;
  --indigo-400: #B25CF0;
  --indigo-500: #9C2DEB;
  --indigo-600: #8013CD;
  --indigo-700: #660FA3;
  --indigo-800: #490B75;
  --indigo-900: #2E074B;
  --indigo-950: #1D042F;
}
Generate More ShadesCreate PaletteConvert Color