Indigo

#2B08AA

Blue

Color Codes

All color formats for development

HEX
#2B08AA
RGB
rgb(43, 8, 170)
HSL
hsl(253, 91%, 35%)
OKLCH
oklch(0.356 0.218 275.1)
CMYK
cmyk(75%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.22:1

AA AAA

On Black Background

1.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DD
200
#CDC0
300
#A68F
400
#7855
500
#5124
600
#360A
700
#2B08
800
#1F06
900
#1404
950
#0C02

Shades

Darker variations

1#270799
2#230688
3#1E0677
4#1A0566
5#160455
6#110344
7#0D0233
8#090222
9#040111

Tints

Lighter variations

1#330ACA
2#3B0BEA
3#4F21F5
4#6841F6
5#8161F8
6#9B80F9
7#B4A0FB
8#CDC0FC
9#E6DFFE

Tones

Muted variations

1#3010A2
2#34189A
3#392092
4#3E298A
5#423182
6#47397A
7#4B4172
8#504969
9#555161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFD
Light backgroundsTable row hoverSkeleton loading
200
CDC0
#CDC0FC
Secondary backgroundsInput backgroundsDividers
300
A68F
#A68FFA
BordersInactive statesPlaceholder text
400
7855
#7855F7
Disabled statesSecondary iconsMuted text
500
5124
#5124F5
Primary brand colorCTAsActive elementsLinks
600
360A
#360AD6
Hover statesFocus ringsPrimary buttons hover
700
2B08
#2B08AA
Active/pressed statesDark mode accentsSecondary text
800
1F06
#1F067A
Text on light backgroundsHeadingsStrong borders
900
1404
#14044E
Primary textHigh emphasis contentDark headings
950
0C02
#0C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F0FE;
  --indigo-100: #E4DDFD;
  --indigo-200: #CDC0FC;
  --indigo-300: #A68FFA;
  --indigo-400: #7855F7;
  --indigo-500: #5124F5;
  --indigo-600: #360AD6;
  --indigo-700: #2B08AA;
  --indigo-800: #1F067A;
  --indigo-900: #14044E;
  --indigo-950: #0C0231;
}
Generate More ShadesCreate PaletteConvert Color