Indigo

#2A0D72

Purple

Color Codes

All color formats for development

HEX
#2A0D72
RGB
rgb(42, 13, 114)
HSL
hsl(257, 80%, 25%)
OKLCH
oklch(0.29 0.153 284.6)
CMYK
cmyk(63%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.01:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C3
300
#B095
400
#875E
500
#6430
600
#4916
700
#3A12
800
#2A0D
900
#1B08
950
#1105

Shades

Darker variations

1#250B67
2#210A5C
3#1D0950
4#190845
5#150639
6#11052E
7#0C0422
8#080317
9#04010B

Tints

Lighter variations

1#361195
2#4314B8
3#4F18DA
4#6430E8
5#7E53EC
6#9875F0
7#B298F4
8#CBBAF7
9#E5DDFB

Tones

Muted variations

1#2C126E
2#2E1769
3#301C63
4#32215E
5#352659
6#372B54
7#39304F
8#3B364A
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFB
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F8
Secondary backgroundsInput backgroundsDividers
300
B095
#B095F3
BordersInactive statesPlaceholder text
400
875E
#875EED
Disabled statesSecondary iconsMuted text
500
6430
#6430E8
Primary brand colorCTAsActive elementsLinks
600
4916
#4916CA
Hover statesFocus ringsPrimary buttons hover
700
3A12
#3A12A1
Active/pressed statesDark mode accentsSecondary text
800
2A0D
#2A0D73
Text on light backgroundsHeadingsStrong borders
900
1B08
#1B0849
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E7DFFB;
  --indigo-200: #D2C3F8;
  --indigo-300: #B095F3;
  --indigo-400: #875EED;
  --indigo-500: #6430E8;
  --indigo-600: #4916CA;
  --indigo-700: #3A12A1;
  --indigo-800: #2A0D73;
  --indigo-900: #1B0849;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color