Indigo

#280C73

Purple

Color Codes

All color formats for development

HEX
#280C73
RGB
rgb(40, 12, 115)
HSL
hsl(256, 81%, 25%)
OKLCH
oklch(0.288 0.155 283.1)
CMYK
cmyk(65%, 90%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.10:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DF
200
#D1C3
300
#AE95
400
#845D
500
#612F
600
#4615
700
#3811
800
#280C
900
#1908
950
#1005

Shades

Darker variations

1#240B68
2#200A5C
3#1C0851
4#180745
5#14063A
6#10052E
7#0C0423
8#080217
9#04010C

Tints

Lighter variations

1#341096
2#3F13B9
3#4B17DB
4#612FE9
5#7B52ED
6#9675F0
7#B097F4
8#CABAF8
9#E5DCFB

Tones

Muted variations

1#2A116E
2#2C1669
3#2F1C64
4#31215F
5#34265A
6#362B54
7#39304F
8#3B354A
9#3D3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DF
#E6DFFC
Light backgroundsTable row hoverSkeleton loading
200
D1C3
#D1C3F9
Secondary backgroundsInput backgroundsDividers
300
AE95
#AE95F4
BordersInactive statesPlaceholder text
400
845D
#845DEE
Disabled statesSecondary iconsMuted text
500
612F
#612FE9
Primary brand colorCTAsActive elementsLinks
600
4615
#4615CB
Hover statesFocus ringsPrimary buttons hover
700
3811
#3811A2
Active/pressed statesDark mode accentsSecondary text
800
280C
#280C73
Text on light backgroundsHeadingsStrong borders
900
1908
#19084A
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: #F4F1FE;
  --indigo-100: #E6DFFC;
  --indigo-200: #D1C3F9;
  --indigo-300: #AE95F4;
  --indigo-400: #845DEE;
  --indigo-500: #612FE9;
  --indigo-600: #4615CB;
  --indigo-700: #3811A2;
  --indigo-800: #280C73;
  --indigo-900: #19084A;
  --indigo-950: #10052E;
}
Generate More ShadesCreate PaletteConvert Color