Indigo

#2705AD

Blue

Color Codes

All color formats for development

HEX
#2705AD
RGB
rgb(39, 5, 173)
HSL
hsl(252, 94%, 35%)
OKLCH
oklch(0.356 0.223 273.3)
CMYK
cmyk(77%, 97%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

12.27:1

AA AAA

On Black Background

1.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E3DC
200
#CBBF
300
#A38D
400
#7352
500
#4C20
600
#3107
700
#2705
800
#1C04
900
#1202
950
#0B02

Shades

Darker variations

1#23059C
2#1F048B
3#1B0479
4#170368
5#130357
6#100245
7#0C0234
8#080123
9#040111

Tints

Lighter variations

1#2E06CD
2#3507ED
3#4A1EF8
4#633EF9
5#7D5EFA
6#977EFB
7#B19FFC
8#CBBFFD
9#E5DFFE

Tones

Muted variations

1#2C0EA5
2#31169C
3#361F94
4#3B278C
5#402F83
6#45387B
7#4A4072
8#4F486A
9#545162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E3DC
#E3DCFE
Light backgroundsTable row hoverSkeleton loading
200
CBBF
#CBBFFD
Secondary backgroundsInput backgroundsDividers
300
A38D
#A38DFB
BordersInactive statesPlaceholder text
400
7352
#7352FA
Disabled statesSecondary iconsMuted text
500
4C20
#4C20F8
Primary brand colorCTAsActive elementsLinks
600
3107
#3107DA
Hover statesFocus ringsPrimary buttons hover
700
2705
#2705AD
Active/pressed statesDark mode accentsSecondary text
800
1C04
#1C047C
Text on light backgroundsHeadingsStrong borders
900
1202
#12024F
Primary textHigh emphasis contentDark headings
950
0B02
#0B0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F0FF;
  --indigo-100: #E3DCFE;
  --indigo-200: #CBBFFD;
  --indigo-300: #A38DFB;
  --indigo-400: #7352FA;
  --indigo-500: #4C20F8;
  --indigo-600: #3107DA;
  --indigo-700: #2705AD;
  --indigo-800: #1C047C;
  --indigo-900: #12024F;
  --indigo-950: #0B0231;
}
Generate More ShadesCreate PaletteConvert Color