Indigo

#3B024F

Purple

Color Codes

All color formats for development

HEX
#3B024F
RGB
rgb(59, 2, 79)
HSL
hsl(284, 95%, 16%)
OKLCH
oklch(0.266 0.128 314.4)
CMYK
cmyk(25%, 97%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.06:1

AA AAA

On Black Background

1.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DC
200
#EDBE
300
#DE8D
400
#CD51
500
#BF1F
600
#A206
700
#8104
800
#5C03
900
#3B02
950
#2501

Shades

Darker variations

1#350248
2#2F0240
3#290138
4#230130
5#1D0128
6#180120
7#120118
8#0C0010
9#060008

Tints

Lighter variations

1#5A0379
2#7904A3
3#9805CD
4#B706F7
5#C32EFA
6#CF58FB
7#DB82FC
8#E7ABFD
9#F3D5FE

Tones

Muted variations

1#39064C
2#370A48
3#350E44
4#341240
5#32153C
6#301938
7#2E1D34
8#2C2131
9#2B252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F5DC
#F5DCFE
Light backgroundsTable row hoverSkeleton loading
200
EDBE
#EDBEFD
Secondary backgroundsInput backgroundsDividers
300
DE8D
#DE8DFC
BordersInactive statesPlaceholder text
400
CD51
#CD51FB
Disabled statesSecondary iconsMuted text
500
BF1F
#BF1FF9
Primary brand colorCTAsActive elementsLinks
600
A206
#A206DB
Hover statesFocus ringsPrimary buttons hover
700
8104
#8104AE
Active/pressed statesDark mode accentsSecondary text
800
5C03
#5C037C
Text on light backgroundsHeadingsStrong borders
900
3B02
#3B0250
Primary textHigh emphasis contentDark headings
950
2501
#250132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FBF0FF;
  --indigo-100: #F5DCFE;
  --indigo-200: #EDBEFD;
  --indigo-300: #DE8DFC;
  --indigo-400: #CD51FB;
  --indigo-500: #BF1FF9;
  --indigo-600: #A206DB;
  --indigo-700: #8104AE;
  --indigo-800: #5C037C;
  --indigo-900: #3B0250;
  --indigo-950: #250132;
}
Generate More ShadesCreate PaletteConvert Color