Indigo

#290052

Purple

Color Codes

All color formats for development

HEX
#290052
RGB
rgb(41, 0, 82)
HSL
hsl(270, 100%, 16%)
OKLCH
oklch(0.239 0.129 297.9)
CMYK
cmyk(50%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

17.27:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDB
200
#DEBD
300
#C48A
400
#A64D
500
#8C1A
600
#7000
700
#5900
800
#4000
900
#2900
950
#1A00

Shades

Darker variations

1#250049
2#210041
3#1D0039
4#180031
5#140029
6#100021
7#0C0018
8#080010
9#040008

Tints

Lighter variations

1#3E007C
2#5400A7
3#6900D2
4#7E00FD
5#9429FF
6#A954FF
7#BF7EFF
8#D4A9FF
9#EAD4FF

Tones

Muted variations

1#29044E
2#290849
3#290C45
4#291041
5#29143D
6#291839
7#291D35
8#292131
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDB
#EDDBFF
Light backgroundsTable row hoverSkeleton loading
200
DEBD
#DEBDFF
Secondary backgroundsInput backgroundsDividers
300
C48A
#C48AFF
BordersInactive statesPlaceholder text
400
A64D
#A64DFF
Disabled statesSecondary iconsMuted text
500
8C1A
#8C1AFF
Primary brand colorCTAsActive elementsLinks
600
7000
#7000E0
Hover statesFocus ringsPrimary buttons hover
700
5900
#5900B3
Active/pressed statesDark mode accentsSecondary text
800
4000
#400080
Text on light backgroundsHeadingsStrong borders
900
2900
#290052
Primary textHigh emphasis contentDark headings
950
1A00
#1A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #EDDBFF;
  --indigo-200: #DEBDFF;
  --indigo-300: #C48AFF;
  --indigo-400: #A64DFF;
  --indigo-500: #8C1AFF;
  --indigo-600: #7000E0;
  --indigo-700: #5900B3;
  --indigo-800: #400080;
  --indigo-900: #290052;
  --indigo-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color