Indigo

#340C73

Purple

Color Codes

All color formats for development

HEX
#340C73
RGB
rgb(52, 12, 115)
HSL
hsl(263, 81%, 25%)
OKLCH
oklch(0.301 0.155 291.3)
CMYK
cmyk(55%, 90%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.52:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADF
200
#D8C3
300
#B995
400
#955D
500
#772F
600
#5B15
700
#4811
800
#340C
900
#2108
950
#1505

Shades

Darker variations

1#2F0B68
2#290A5C
3#240851
4#1F0745
5#1A063A
6#15052E
7#100423
8#0A0217
9#05010C

Tints

Lighter variations

1#431096
2#5313B9
3#6217DB
4#772FE9
5#8D52ED
6#A475F0
7#BB97F4
8#D2BAF8
9#E8DCFB

Tones

Muted variations

1#35116E
2#361669
3#371C64
4#39215F
5#3A265A
6#3B2B54
7#3C304F
8#3D354A
9#3F3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADF
#EADFFC
Light backgroundsTable row hoverSkeleton loading
200
D8C3
#D8C3F9
Secondary backgroundsInput backgroundsDividers
300
B995
#B995F4
BordersInactive statesPlaceholder text
400
955D
#955DEE
Disabled statesSecondary iconsMuted text
500
772F
#772FE9
Primary brand colorCTAsActive elementsLinks
600
5B15
#5B15CB
Hover statesFocus ringsPrimary buttons hover
700
4811
#4811A2
Active/pressed statesDark mode accentsSecondary text
800
340C
#340C73
Text on light backgroundsHeadingsStrong borders
900
2108
#21084A
Primary textHigh emphasis contentDark headings
950
1505
#15052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EADFFC;
  --indigo-200: #D8C3F9;
  --indigo-300: #B995F4;
  --indigo-400: #955DEE;
  --indigo-500: #772FE9;
  --indigo-600: #5B15CB;
  --indigo-700: #4811A2;
  --indigo-800: #340C73;
  --indigo-900: #21084A;
  --indigo-950: #15052E;
}
Generate More ShadesCreate PaletteConvert Color