Indigo

#2E08AA

Blue

Color Codes

All color formats for development

HEX
#2E08AA
RGB
rgb(46, 8, 170)
HSL
hsl(254, 91%, 35%)
OKLCH
oklch(0.359 0.217 276.3)
CMYK
cmyk(73%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.13:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E4DD
200
#CEC0
300
#A88F
400
#7A55
500
#5524
600
#3A0A
700
#2E08
800
#2106
900
#1504
950
#0D02

Shades

Darker variations

1#290799
2#250688
3#200677
4#1C0566
5#170455
6#120344
7#0E0233
8#090222
9#050111

Tints

Lighter variations

1#360ACA
2#3F0BEA
3#5321F5
4#6B41F6
5#8461F8
6#9D80F9
7#B5A0FB
8#CEC0FC
9#E6DFFE

Tones

Muted variations

1#3210A2
2#37189A
3#3B2092
4#3F298A
5#443182
6#48397A
7#4C4172
8#514969
9#555161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFD
Light backgroundsTable row hoverSkeleton loading
200
CEC0
#CEC0FC
Secondary backgroundsInput backgroundsDividers
300
A88F
#A88FFA
BordersInactive statesPlaceholder text
400
7A55
#7A55F7
Disabled statesSecondary iconsMuted text
500
5524
#5524F5
Primary brand colorCTAsActive elementsLinks
600
3A0A
#3A0AD6
Hover statesFocus ringsPrimary buttons hover
700
2E08
#2E08AA
Active/pressed statesDark mode accentsSecondary text
800
2106
#21067A
Text on light backgroundsHeadingsStrong borders
900
1504
#15044E
Primary textHigh emphasis contentDark headings
950
0D02
#0D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F0FE;
  --indigo-100: #E4DDFD;
  --indigo-200: #CEC0FC;
  --indigo-300: #A88FFA;
  --indigo-400: #7A55F7;
  --indigo-500: #5524F5;
  --indigo-600: #3A0AD6;
  --indigo-700: #2E08AA;
  --indigo-800: #21067A;
  --indigo-900: #15044E;
  --indigo-950: #0D0231;
}
Generate More ShadesCreate PaletteConvert Color