Indigo

#2B064B

Purple

Color Codes

All color formats for development

HEX
#2B064B
RGB
rgb(43, 6, 75)
HSL
hsl(272, 85%, 16%)
OKLCH
oklch(0.241 0.115 302.3)
CMYK
cmyk(43%, 92%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

17.07:1

AA AAA

On Black Background

1.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDE
200
#E0C2
300
#C892
400
#AB5A
500
#932B
600
#7711
700
#5E0D
800
#430A
900
#2B06
950
#1B04

Shades

Darker variations

1#270644
2#22053C
3#1E0435
4#1A042D
5#160326
6#11021E
7#0D0217
8#09010F
9#040108

Tints

Lighter variations

1#420973
2#580D9B
3#6F10C2
4#8613EA
5#9A39EF
6#AE60F2
7#C288F5
8#D7B0F9
9#EBD7FC

Tones

Muted variations

1#2B0A48
2#2B0D45
3#2A1141
4#2A143E
5#2A173A
6#2A1B37
7#291E33
8#292230
9#29252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDE
#EEDEFC
Light backgroundsTable row hoverSkeleton loading
200
E0C2
#E0C2FA
Secondary backgroundsInput backgroundsDividers
300
C892
#C892F6
BordersInactive statesPlaceholder text
400
AB5A
#AB5AF2
Disabled statesSecondary iconsMuted text
500
932B
#932BEE
Primary brand colorCTAsActive elementsLinks
600
7711
#7711D0
Hover statesFocus ringsPrimary buttons hover
700
5E0D
#5E0DA5
Active/pressed statesDark mode accentsSecondary text
800
430A
#430A76
Text on light backgroundsHeadingsStrong borders
900
2B06
#2B064B
Primary textHigh emphasis contentDark headings
950
1B04
#1B042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EEDEFC;
  --indigo-200: #E0C2FA;
  --indigo-300: #C892F6;
  --indigo-400: #AB5AF2;
  --indigo-500: #932BEE;
  --indigo-600: #7711D0;
  --indigo-700: #5E0DA5;
  --indigo-800: #430A76;
  --indigo-900: #2B064B;
  --indigo-950: #1B042F;
}
Generate More ShadesCreate PaletteConvert Color