Indigo

#2D0D73

Purple

Color Codes

All color formats for development

HEX
#2D0D73
RGB
rgb(45, 13, 115)
HSL
hsl(259, 80%, 25%)
OKLCH
oklch(0.294 0.154 286.3)
CMYK
cmyk(61%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.82:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D4C3
300
#B395
400
#8C5E
500
#6B30
600
#4F16
700
#3F12
800
#2D0D
900
#1D08
950
#1205

Shades

Darker variations

1#290B67
2#240A5C
3#200950
4#1B0845
5#170639
6#12052E
7#0E0422
8#090317
9#05010B

Tints

Lighter variations

1#3B1195
2#4814B8
3#5618DA
4#6B30E8
5#8353EC
6#9C75F0
7#B598F4
8#CEBAF7
9#E6DDFB

Tones

Muted variations

1#2F126E
2#311769
3#331C63
4#35215E
5#362659
6#382B54
7#3A304F
8#3C364A
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFB
Light backgroundsTable row hoverSkeleton loading
200
D4C3
#D4C3F8
Secondary backgroundsInput backgroundsDividers
300
B395
#B395F3
BordersInactive statesPlaceholder text
400
8C5E
#8C5EED
Disabled statesSecondary iconsMuted text
500
6B30
#6B30E8
Primary brand colorCTAsActive elementsLinks
600
4F16
#4F16CA
Hover statesFocus ringsPrimary buttons hover
700
3F12
#3F12A1
Active/pressed statesDark mode accentsSecondary text
800
2D0D
#2D0D73
Text on light backgroundsHeadingsStrong borders
900
1D08
#1D0849
Primary textHigh emphasis contentDark headings
950
1205
#12052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E8DFFB;
  --indigo-200: #D4C3F8;
  --indigo-300: #B395F3;
  --indigo-400: #8C5EED;
  --indigo-500: #6B30E8;
  --indigo-600: #4F16CA;
  --indigo-700: #3F12A1;
  --indigo-800: #2D0D73;
  --indigo-900: #1D0849;
  --indigo-950: #12052E;
}
Generate More ShadesCreate PaletteConvert Color