Indigo

#2609AA

Blue

Color Codes

All color formats for development

HEX
#2609AA
RGB
rgb(38, 9, 170)
HSL
hsl(251, 90%, 35%)
OKLCH
oklch(0.354 0.219 273.1)
CMYK
cmyk(78%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.34: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
#A390
400
#7355
500
#4B25
600
#300B
700
#2609
800
#1B06
900
#1204
950
#0B03

Shades

Darker variations

1#230899
2#1F0788
3#1B0677
4#170566
5#130455
6#0F0444
7#0C0333
8#080222
9#040111

Tints

Lighter variations

1#2E0BC9
2#350CE9
3#4923F3
4#6342F5
5#7D62F7
6#9781F8
7#B1A1FA
8#CBC0FC
9#E5E0FD

Tones

Muted variations

1#2B11A2
2#31199A
3#362191
4#3B2989
5#403181
6#453979
7#4A4171
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
A390
#A390F9
BordersInactive statesPlaceholder text
400
7355
#7355F6
Disabled statesSecondary iconsMuted text
500
4B25
#4B25F4
Primary brand colorCTAsActive elementsLinks
600
300B
#300BD5
Hover statesFocus ringsPrimary buttons hover
700
2609
#2609AA
Active/pressed statesDark mode accentsSecondary text
800
1B06
#1B0679
Text on light backgroundsHeadingsStrong borders
900
1204
#12044E
Primary textHigh emphasis contentDark headings
950
0B03
#0B0330
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: #A390F9;
  --indigo-400: #7355F6;
  --indigo-500: #4B25F4;
  --indigo-600: #300BD5;
  --indigo-700: #2609AA;
  --indigo-800: #1B0679;
  --indigo-900: #12044E;
  --indigo-950: #0B0330;
}
Generate More ShadesCreate PaletteConvert Color