Indigo

#2A0FA3

Blue

Color Codes

All color formats for development

HEX
#2A0FA3
RGB
rgb(42, 15, 163)
HSL
hsl(251, 83%, 35%)
OKLCH
oklch(0.351 0.208 275.3)
CMYK
cmyk(74%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

12.38:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DE
200
#CCC2
300
#A694
400
#775C
500
#502D
600
#3513
700
#2A0F
800
#1E0B
900
#1307
950
#0C04

Shades

Darker variations

1#260E93
2#220C83
3#1E0B72
4#190962
5#150852
6#110641
7#0D0531
8#080321
9#040210

Tints

Lighter variations

1#3212C2
2#3A15E0
3#4E2BEB
4#6749EE
5#8167F1
6#9A86F4
7#B3A4F7
8#CCC2F9
9#E6E1FC

Tones

Muted variations

1#2F179C
2#341E95
3#38258D
4#3D2D86
5#42347E
6#463C77
7#4B436F
8#504A68
9#555261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DE
#E4DEFC
Light backgroundsTable row hoverSkeleton loading
200
CCC2
#CCC2F9
Secondary backgroundsInput backgroundsDividers
300
A694
#A694F5
BordersInactive statesPlaceholder text
400
775C
#775CF0
Disabled statesSecondary iconsMuted text
500
502D
#502DEB
Primary brand colorCTAsActive elementsLinks
600
3513
#3513CD
Hover statesFocus ringsPrimary buttons hover
700
2A0F
#2A0FA3
Active/pressed statesDark mode accentsSecondary text
800
1E0B
#1E0B75
Text on light backgroundsHeadingsStrong borders
900
1307
#13074B
Primary textHigh emphasis contentDark headings
950
0C04
#0C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F1FE;
  --indigo-100: #E4DEFC;
  --indigo-200: #CCC2F9;
  --indigo-300: #A694F5;
  --indigo-400: #775CF0;
  --indigo-500: #502DEB;
  --indigo-600: #3513CD;
  --indigo-700: #2A0FA3;
  --indigo-800: #1E0B75;
  --indigo-900: #13074B;
  --indigo-950: #0C042F;
}
Generate More ShadesCreate PaletteConvert Color