Indigo

#2F0C73

Purple

Color Codes

All color formats for development

HEX
#2F0C73
RGB
rgb(47, 12, 115)
HSL
hsl(260, 81%, 25%)
OKLCH
oklch(0.295 0.155 287.8)
CMYK
cmyk(59%, 90%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.78:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D5C3
300
#B595
400
#8E5D
500
#6D2F
600
#5215
700
#4111
800
#2F0C
900
#1E08
950
#1305

Shades

Darker variations

1#2A0B68
2#250A5C
3#210851
4#1C0745
5#17063A
6#13052E
7#0E0423
8#090217
9#05010C

Tints

Lighter variations

1#3C1096
2#4A13B9
3#5817DB
4#6D2FE9
5#8652ED
6#9E75F0
7#B697F4
8#CEBAF8
9#E7DCFB

Tones

Muted variations

1#30116E
2#321669
3#341C64
4#35215F
5#37265A
6#392B54
7#3B304F
8#3C354A
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFC
Light backgroundsTable row hoverSkeleton loading
200
D5C3
#D5C3F9
Secondary backgroundsInput backgroundsDividers
300
B595
#B595F4
BordersInactive statesPlaceholder text
400
8E5D
#8E5DEE
Disabled statesSecondary iconsMuted text
500
6D2F
#6D2FE9
Primary brand colorCTAsActive elementsLinks
600
5215
#5215CB
Hover statesFocus ringsPrimary buttons hover
700
4111
#4111A2
Active/pressed statesDark mode accentsSecondary text
800
2F0C
#2F0C73
Text on light backgroundsHeadingsStrong borders
900
1E08
#1E084A
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E8DFFC;
  --indigo-200: #D5C3F9;
  --indigo-300: #B595F4;
  --indigo-400: #8E5DEE;
  --indigo-500: #6D2FE9;
  --indigo-600: #5215CB;
  --indigo-700: #4111A2;
  --indigo-800: #2F0C73;
  --indigo-900: #1E084A;
  --indigo-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color