Indigo

#2608AA

Blue

Color Codes

All color formats for development

HEX
#2608AA
RGB
rgb(38, 8, 170)
HSL
hsl(251, 91%, 35%)
OKLCH
oklch(0.353 0.219 273.2)
CMYK
cmyk(78%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.37: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
#F3F0
100
#E3DD
200
#CBC0
300
#A38F
400
#7255
500
#4A24
600
#300A
700
#2608
800
#1B06
900
#1104
950
#0B02

Shades

Darker variations

1#220799
2#1E0688
3#1A0677
4#170566
5#130455
6#0F0344
7#0B0233
8#080222
9#040111

Tints

Lighter variations

1#2D0ACA
2#340BEA
3#4821F5
4#6241F6
5#7C61F8
6#9680F9
7#B1A0FB
8#CBC0FC
9#E5DFFE

Tones

Muted variations

1#2B10A2
2#30189A
3#352092
4#3A298A
5#403182
6#45397A
7#4A4172
8#4F4969
9#545161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DD
#E3DDFD
Light backgroundsTable row hoverSkeleton loading
200
CBC0
#CBC0FC
Secondary backgroundsInput backgroundsDividers
300
A38F
#A38FFA
BordersInactive statesPlaceholder text
400
7255
#7255F7
Disabled statesSecondary iconsMuted text
500
4A24
#4A24F5
Primary brand colorCTAsActive elementsLinks
600
300A
#300AD6
Hover statesFocus ringsPrimary buttons hover
700
2608
#2608AA
Active/pressed statesDark mode accentsSecondary text
800
1B06
#1B067A
Text on light backgroundsHeadingsStrong borders
900
1104
#11044E
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: #F3F0FE;
  --indigo-100: #E3DDFD;
  --indigo-200: #CBC0FC;
  --indigo-300: #A38FFA;
  --indigo-400: #7255F7;
  --indigo-500: #4A24F5;
  --indigo-600: #300AD6;
  --indigo-700: #2608AA;
  --indigo-800: #1B067A;
  --indigo-900: #11044E;
  --indigo-950: #0B0231;
}
Generate More ShadesCreate PaletteConvert Color