Indigo

#38024F

Purple

Color Codes

All color formats for development

HEX
#38024F
RGB
rgb(56, 2, 79)
HSL
hsl(282, 95%, 16%)
OKLCH
oklch(0.261 0.127 312)
CMYK
cmyk(29%, 97%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.28:1

AA AAA

On Black Background

1.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DC
200
#EABE
300
#DB8D
400
#C851
500
#B81F
600
#9B06
700
#7B04
800
#5803
900
#3802
950
#2301

Shades

Darker variations

1#330248
2#2D0240
3#270138
4#220130
5#1C0128
6#170120
7#110118
8#0B0010
9#060008

Tints

Lighter variations

1#560379
2#7304A3
3#9105CD
4#AF06F7
5#BD2EFA
6#CA58FB
7#D782FC
8#E4ABFD
9#F2D5FE

Tones

Muted variations

1#37064C
2#350A48
3#340E44
4#321240
5#31153C
6#2F1938
7#2D1D34
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
EABE
#EABEFD
Secondary backgroundsInput backgroundsDividers
300
DB8D
#DB8DFC
BordersInactive statesPlaceholder text
400
C851
#C851FB
Disabled statesSecondary iconsMuted text
500
B81F
#B81FF9
Primary brand colorCTAsActive elementsLinks
600
9B06
#9B06DB
Hover statesFocus ringsPrimary buttons hover
700
7B04
#7B04AE
Active/pressed statesDark mode accentsSecondary text
800
5803
#58037C
Text on light backgroundsHeadingsStrong borders
900
3802
#380250
Primary textHigh emphasis contentDark headings
950
2301
#230132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FF;
  --indigo-100: #F4DCFE;
  --indigo-200: #EABEFD;
  --indigo-300: #DB8DFC;
  --indigo-400: #C851FB;
  --indigo-500: #B81FF9;
  --indigo-600: #9B06DB;
  --indigo-700: #7B04AE;
  --indigo-800: #58037C;
  --indigo-900: #380250;
  --indigo-950: #230132;
}
Generate More ShadesCreate PaletteConvert Color