Indigo

#2F074B

Purple

Color Codes

All color formats for development

HEX
#2F074B
RGB
rgb(47, 7, 75)
HSL
hsl(275, 83%, 16%)
OKLCH
oklch(0.248 0.115 305.8)
CMYK
cmyk(37%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

16.76:1

AA AAA

On Black Background

1.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#F0DE
200
#E2C2
300
#CC94
400
#B25C
500
#9C2D
600
#8013
700
#660F
800
#490B
900
#2E07
950
#1D04

Shades

Darker variations

1#2A0643
2#25063C
3#210534
4#1C042D
5#170325
6#13031E
7#0E0216
8#09010F
9#050107

Tints

Lighter variations

1#470B72
2#5F0E99
3#7812C0
4#9016E7
5#A33BED
6#B562F0
7#C889F4
8#DAB1F8
9#EDD8FB

Tones

Muted variations

1#2E0A47
2#2D0E44
3#2D1141
4#2C143D
5#2C183A
6#2B1B36
7#2A1F33
8#2A2230
9#29252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DE
#F0DEFC
Light backgroundsTable row hoverSkeleton loading
200
E2C2
#E2C2F9
Secondary backgroundsInput backgroundsDividers
300
CC94
#CC94F5
BordersInactive statesPlaceholder text
400
B25C
#B25CF0
Disabled statesSecondary iconsMuted text
500
9C2D
#9C2DEB
Primary brand colorCTAsActive elementsLinks
600
8013
#8013CD
Hover statesFocus ringsPrimary buttons hover
700
660F
#660FA3
Active/pressed statesDark mode accentsSecondary text
800
490B
#490B75
Text on light backgroundsHeadingsStrong borders
900
2E07
#2E074B
Primary textHigh emphasis contentDark headings
950
1D04
#1D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #F0DEFC;
  --indigo-200: #E2C2F9;
  --indigo-300: #CC94F5;
  --indigo-400: #B25CF0;
  --indigo-500: #9C2DEB;
  --indigo-600: #8013CD;
  --indigo-700: #660FA3;
  --indigo-800: #490B75;
  --indigo-900: #2E074B;
  --indigo-950: #1D042F;
}
Generate More ShadesCreate PaletteConvert Color