Indigo

#290F70

Purple

Color Codes

All color formats for development

HEX
#290F70
RGB
rgb(41, 15, 112)
HSL
hsl(256, 76%, 25%)
OKLCH
oklch(0.288 0.15 284.2)
CMYK
cmyk(63%, 87%, 0%, 56%)

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
#F5F2
100
#E7E0
200
#D2C5
300
#B098
400
#8662
500
#6435
600
#481B
700
#3A15
800
#290F
900
#1A0A
950
#1006

Shades

Darker variations

1#250E65
2#210C5A
3#1D0B4F
4#190943
5#150838
6#10062D
7#0C0522
8#080316
9#04020B

Tints

Lighter variations

1#351492
2#4218B4
3#4E1DD5
4#6435E3
5#7D57E8
6#9778ED
7#B19AF1
8#CBBCF6
9#E5DDFA

Tones

Muted variations

1#2B146B
2#2E1967
3#301E62
4#32235D
5#342858
6#372C53
7#39314E
8#3B3649
9#3D3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F2
#F5F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E7E0
#E7E0FB
Light backgroundsTable row hoverSkeleton loading
200
D2C5
#D2C5F7
Secondary backgroundsInput backgroundsDividers
300
B098
#B098F1
BordersInactive statesPlaceholder text
400
8662
#8662EA
Disabled statesSecondary iconsMuted text
500
6435
#6435E3
Primary brand colorCTAsActive elementsLinks
600
481B
#481BC5
Hover statesFocus ringsPrimary buttons hover
700
3A15
#3A159D
Active/pressed statesDark mode accentsSecondary text
800
290F
#290F70
Text on light backgroundsHeadingsStrong borders
900
1A0A
#1A0A48
Primary textHigh emphasis contentDark headings
950
1006
#10062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F2FD;
  --indigo-100: #E7E0FB;
  --indigo-200: #D2C5F7;
  --indigo-300: #B098F1;
  --indigo-400: #8662EA;
  --indigo-500: #6435E3;
  --indigo-600: #481BC5;
  --indigo-700: #3A159D;
  --indigo-800: #290F70;
  --indigo-900: #1A0A48;
  --indigo-950: #10062D;
}
Generate More ShadesCreate PaletteConvert Color