Indigo

#3D149F

Purple

Color Codes

All color formats for development

HEX
#3D149F
RGB
rgb(61, 20, 159)
HSL
hsl(258, 78%, 35%)
OKLCH
oklch(0.366 0.197 284.5)
CMYK
cmyk(62%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

11.67:1

AA AAA

On Black Background

1.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D4C4
300
#B297
400
#8A60
500
#6833
600
#4D19
700
#3D14
800
#2C0E
900
#1C09
950
#1206

Shades

Darker variations

1#37128F
2#31107F
3#2B0E6F
4#250C5F
5#1F0A4F
6#190840
7#120630
8#0C0420
9#060210

Tints

Lighter variations

1#4917BC
2#541BDA
3#6730E5
4#7D4EE9
5#926BED
6#A889F0
7#BEA6F4
8#D4C4F8
9#E9E1FB

Tones

Muted variations

1#401B98
2#432291
3#46298A
4#492F83
5#4B367C
6#4E3D75
7#51446E
8#544B67
9#565260

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
D4C4
#D4C4F8
Secondary backgroundsInput backgroundsDividers
300
B297
#B297F2
BordersInactive statesPlaceholder text
400
8A60
#8A60EB
Disabled statesSecondary iconsMuted text
500
6833
#6833E6
Primary brand colorCTAsActive elementsLinks
600
4D19
#4D19C8
Hover statesFocus ringsPrimary buttons hover
700
3D14
#3D149F
Active/pressed statesDark mode accentsSecondary text
800
2C0E
#2C0E71
Text on light backgroundsHeadingsStrong borders
900
1C09
#1C0949
Primary textHigh emphasis contentDark headings
950
1206
#12062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E8DFFB;
  --indigo-200: #D4C4F8;
  --indigo-300: #B297F2;
  --indigo-400: #8A60EB;
  --indigo-500: #6833E6;
  --indigo-600: #4D19C8;
  --indigo-700: #3D149F;
  --indigo-800: #2C0E71;
  --indigo-900: #1C0949;
  --indigo-950: #12062D;
}
Generate More ShadesCreate PaletteConvert Color