Indigo

#26149F

Blue

Color Codes

All color formats for development

HEX
#26149F
RGB
rgb(38, 20, 159)
HSL
hsl(248, 78%, 35%)
OKLCH
oklch(0.347 0.202 273.9)
CMYK
cmyk(76%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.48:1

AA AAA

On Black Background

1.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DF
200
#CBC4
300
#A397
400
#7360
500
#4B33
600
#3019
700
#2614
800
#1B0E
900
#1109
950
#0B06

Shades

Darker variations

1#22128F
2#1F107F
3#1B0E6F
4#170C5F
5#130A4F
6#0F0840
7#0B0630
8#080420
9#040210

Tints

Lighter variations

1#2D17BC
2#341BDA
3#4930E5
4#634EE9
5#7D6BED
6#9789F0
7#B1A6F4
8#CBC4F8
9#E5E1FB

Tones

Muted variations

1#2B1B98
2#302291
3#36298A
4#3B2F83
5#40367C
6#453D75
7#4A446E
8#4F4B67
9#545260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E3DF
#E3DFFB
Light backgroundsTable row hoverSkeleton loading
200
CBC4
#CBC4F8
Secondary backgroundsInput backgroundsDividers
300
A397
#A397F2
BordersInactive statesPlaceholder text
400
7360
#7360EB
Disabled statesSecondary iconsMuted text
500
4B33
#4B33E6
Primary brand colorCTAsActive elementsLinks
600
3019
#3019C8
Hover statesFocus ringsPrimary buttons hover
700
2614
#26149F
Active/pressed statesDark mode accentsSecondary text
800
1B0E
#1B0E71
Text on light backgroundsHeadingsStrong borders
900
1109
#110949
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: #F3F1FD;
  --indigo-100: #E3DFFB;
  --indigo-200: #CBC4F8;
  --indigo-300: #A397F2;
  --indigo-400: #7360EB;
  --indigo-500: #4B33E6;
  --indigo-600: #3019C8;
  --indigo-700: #26149F;
  --indigo-800: #1B0E71;
  --indigo-900: #110949;
  --indigo-950: #0B062D;
}
Generate More ShadesCreate PaletteConvert Color