Indigo

#3A0250

Purple

Color Codes

All color formats for development

HEX
#3A0250
RGB
rgb(58, 2, 80)
HSL
hsl(283, 95%, 16%)
OKLCH
oklch(0.265 0.129 313)
CMYK
cmyk(28%, 98%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.10:1

AA AAA

On Black Background

1.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DC
200
#EBBE
300
#DC8D
400
#CA51
500
#BB1F
600
#9E06
700
#7E04
800
#5A03
900
#3A02
950
#2401

Shades

Darker variations

1#340248
2#2E0240
3#280138
4#230130
5#1D0128
6#170120
7#110118
8#0C0010
9#060008

Tints

Lighter variations

1#580379
2#7604A3
3#9405CD
4#B306F7
5#C02EFA
6#CD58FB
7#D982FC
8#E6ABFD
9#F2D5FE

Tones

Muted variations

1#38064C
2#360A48
3#350E44
4#331240
5#31153C
6#301938
7#2E1D34
8#2C2131
9#2A252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F4DC
#F4DCFE
Light backgroundsTable row hoverSkeleton loading
200
EBBE
#EBBEFD
Secondary backgroundsInput backgroundsDividers
300
DC8D
#DC8DFC
BordersInactive statesPlaceholder text
400
CA51
#CA51FB
Disabled statesSecondary iconsMuted text
500
BB1F
#BB1FF9
Primary brand colorCTAsActive elementsLinks
600
9E06
#9E06DB
Hover statesFocus ringsPrimary buttons hover
700
7E04
#7E04AE
Active/pressed statesDark mode accentsSecondary text
800
5A03
#5A037C
Text on light backgroundsHeadingsStrong borders
900
3A02
#3A0250
Primary textHigh emphasis contentDark headings
950
2401
#240132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FF;
  --indigo-100: #F4DCFE;
  --indigo-200: #EBBEFD;
  --indigo-300: #DC8DFC;
  --indigo-400: #CA51FB;
  --indigo-500: #BB1FF9;
  --indigo-600: #9E06DB;
  --indigo-700: #7E04AE;
  --indigo-800: #5A037C;
  --indigo-900: #3A0250;
  --indigo-950: #240132;
}
Generate More ShadesCreate PaletteConvert Color