Indigo

#4814CC

Purple

Color Codes

All color formats for development

HEX
#4814CC
RGB
rgb(72, 20, 204)
HSL
hsl(257, 82%, 44%)
OKLCH
oklch(0.427 0.243 281.6)
CMYK
cmyk(65%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.34:1

AA AAA

On Black Background

2.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C3
300
#B094
400
#865D
500
#632E
600
#4814
700
#3A10
800
#290B
900
#1A07
950
#1005

Shades

Darker variations

1#4112B8
2#3A10A3
3#330E8F
4#2B0C7B
5#240A66
6#1D0852
7#16063D
8#0E0429
9#070214

Tints

Lighter variations

1#5217E6
2#642FEA
3#7849ED
4#8B63F0
5#9E7DF2
6#B297F5
7#C5B1F7
8#D8CBFA
9#ECE5FC

Tones

Muted variations

1#4C1DC3
2#5027BA
3#5430B1
4#5839A7
5#5C429E
6#604B95
7#64558C
8#685E83
9#6C6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFC
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F9
Secondary backgroundsInput backgroundsDividers
300
B094
#B094F4
BordersInactive statesPlaceholder text
400
865D
#865DEF
Disabled statesSecondary iconsMuted text
500
632E
#632EEA
Primary brand colorCTAsActive elementsLinks
600
4814
#4814CC
Hover statesFocus ringsPrimary buttons hover
700
3A10
#3A10A2
Active/pressed statesDark mode accentsSecondary text
800
290B
#290B74
Text on light backgroundsHeadingsStrong borders
900
1A07
#1A074A
Primary textHigh emphasis contentDark headings
950
1005
#10052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E7DFFC;
  --indigo-200: #D2C3F9;
  --indigo-300: #B094F4;
  --indigo-400: #865DEF;
  --indigo-500: #632EEA;
  --indigo-600: #4814CC;
  --indigo-700: #3A10A2;
  --indigo-800: #290B74;
  --indigo-900: #1A074A;
  --indigo-950: #10052E;
}
Generate More ShadesCreate PaletteConvert Color