Indigo

#290679

Purple

Color Codes

All color formats for development

HEX
#290679
RGB
rgb(41, 6, 121)
HSL
hsl(258, 91%, 25%)
OKLCH
oklch(0.292 0.166 282.8)
CMYK
cmyk(66%, 95%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

15.04:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DD
200
#D2C0
300
#AF8F
400
#8555
500
#6224
600
#470A
700
#3908
800
#2906
900
#1A04
950
#1002

Shades

Darker variations

1#24056E
2#200561
3#1C0455
4#180349
5#14033D
6#100231
7#0C0225
8#080118
9#04010C

Tints

Lighter variations

1#35079E
2#4109C3
3#4D0BE7
4#6224F5
5#7D48F6
6#976DF8
7#B191FA
8#CBB6FC
9#E5DAFD

Tones

Muted variations

1#2B0C74
2#2D116E
3#301768
4#321D63
5#34235D
6#362957
7#392E51
8#3B344B
9#3D3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DD
#E7DDFD
Light backgroundsTable row hoverSkeleton loading
200
D2C0
#D2C0FC
Secondary backgroundsInput backgroundsDividers
300
AF8F
#AF8FFA
BordersInactive statesPlaceholder text
400
8555
#8555F7
Disabled statesSecondary iconsMuted text
500
6224
#6224F5
Primary brand colorCTAsActive elementsLinks
600
470A
#470AD6
Hover statesFocus ringsPrimary buttons hover
700
3908
#3908AA
Active/pressed statesDark mode accentsSecondary text
800
2906
#29067A
Text on light backgroundsHeadingsStrong borders
900
1A04
#1A044E
Primary textHigh emphasis contentDark headings
950
1002
#100231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FE;
  --indigo-100: #E7DDFD;
  --indigo-200: #D2C0FC;
  --indigo-300: #AF8FFA;
  --indigo-400: #8555F7;
  --indigo-500: #6224F5;
  --indigo-600: #470AD6;
  --indigo-700: #3908AA;
  --indigo-800: #29067A;
  --indigo-900: #1A044E;
  --indigo-950: #100231;
}
Generate More ShadesCreate PaletteConvert Color