Indigo

#290C73

Purple

Color Codes

All color formats for development

HEX
#290C73
RGB
rgb(41, 12, 115)
HSL
hsl(257, 81%, 25%)
OKLCH
oklch(0.289 0.155 283.8)
CMYK
cmyk(64%, 90%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.06:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C3
300
#B095
400
#865D
500
#642F
600
#4915
700
#3A11
800
#290C
900
#1A08
950
#1105

Shades

Darker variations

1#250B68
2#210A5C
3#1D0851
4#190745
5#15063A
6#11052E
7#0C0423
8#080217
9#04010C

Tints

Lighter variations

1#361096
2#4213B9
3#4F17DB
4#642FE9
5#7E52ED
6#9875F0
7#B197F4
8#CBBAF8
9#E5DCFB

Tones

Muted variations

1#2C116E
2#2E1669
3#301C64
4#32215F
5#35265A
6#372B54
7#39304F
8#3B354A
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFC
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F9
Secondary backgroundsInput backgroundsDividers
300
B095
#B095F4
BordersInactive statesPlaceholder text
400
865D
#865DEE
Disabled statesSecondary iconsMuted text
500
642F
#642FE9
Primary brand colorCTAsActive elementsLinks
600
4915
#4915CB
Hover statesFocus ringsPrimary buttons hover
700
3A11
#3A11A2
Active/pressed statesDark mode accentsSecondary text
800
290C
#290C73
Text on light backgroundsHeadingsStrong borders
900
1A08
#1A084A
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E7DFFC;
  --indigo-200: #D2C3F9;
  --indigo-300: #B095F4;
  --indigo-400: #865DEE;
  --indigo-500: #642FE9;
  --indigo-600: #4915CB;
  --indigo-700: #3A11A2;
  --indigo-800: #290C73;
  --indigo-900: #1A084A;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color