Indigo

#25159D

Blue

Color Codes

All color formats for development

HEX
#25159D
RGB
rgb(37, 21, 157)
HSL
hsl(247, 76%, 35%)
OKLCH
oklch(0.345 0.199 273.7)
CMYK
cmyk(76%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.55:1

AA AAA

On Black Background

1.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F2
100
#E3E0
200
#CBC5
300
#A298
400
#7262
500
#4935
600
#2F1B
700
#2515
800
#1B0F
900
#110A
950
#0B06

Shades

Darker variations

1#22138D
2#1E117E
3#1A0F6E
4#160D5E
5#130B4F
6#0F093F
7#0B062F
8#07041F
9#040210

Tints

Lighter variations

1#2C19BA
2#331DD7
3#4733E3
4#6250E7
5#7C6DEB
6#968AEF
7#B0A7F3
8#CBC5F7
9#E5E2FB

Tones

Muted variations

1#2A1C96
2#302390
3#352A89
4#3A3182
5#3F377B
6#443E74
7#4A456E
8#4F4C67
9#545260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F2
#F3F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E3E0
#E3E0FB
Light backgroundsTable row hoverSkeleton loading
200
CBC5
#CBC5F7
Secondary backgroundsInput backgroundsDividers
300
A298
#A298F1
BordersInactive statesPlaceholder text
400
7262
#7262EA
Disabled statesSecondary iconsMuted text
500
4935
#4935E3
Primary brand colorCTAsActive elementsLinks
600
2F1B
#2F1BC5
Hover statesFocus ringsPrimary buttons hover
700
2515
#25159D
Active/pressed statesDark mode accentsSecondary text
800
1B0F
#1B0F70
Text on light backgroundsHeadingsStrong borders
900
110A
#110A48
Primary textHigh emphasis contentDark headings
950
0B06
#0B062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F2FD;
  --indigo-100: #E3E0FB;
  --indigo-200: #CBC5F7;
  --indigo-300: #A298F1;
  --indigo-400: #7262EA;
  --indigo-500: #4935E3;
  --indigo-600: #2F1BC5;
  --indigo-700: #25159D;
  --indigo-800: #1B0F70;
  --indigo-900: #110A48;
  --indigo-950: #0B062D;
}
Generate More ShadesCreate PaletteConvert Color