Indigo

#2A0EA4

Blue

Color Codes

All color formats for development

HEX
#2A0EA4
RGB
rgb(42, 14, 164)
HSL
hsl(251, 84%, 35%)
OKLCH
oklch(0.352 0.209 275.2)
CMYK
cmyk(74%, 91%, 0%, 36%)

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
#F3F1
100
#E4DE
200
#CCC2
300
#A593
400
#765B
500
#4F2C
600
#3512
700
#2A0E
800
#1E0A
900
#1307
950
#0C04

Shades

Darker variations

1#260D94
2#210B83
3#1D0A73
4#190963
5#150752
6#110642
7#0D0431
8#080321
9#040110

Tints

Lighter variations

1#3211C3
2#3914E1
3#4D2AEC
4#6748EF
5#8067F2
6#9985F4
7#B3A4F7
8#CCC2FA
9#E6E1FC

Tones

Muted variations

1#2F169D
2#331D95
3#38258E
4#3D2C86
5#42347F
6#463B77
7#4B4370
8#504A68
9#555261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DE
#E4DEFC
Light backgroundsTable row hoverSkeleton loading
200
CCC2
#CCC2FA
Secondary backgroundsInput backgroundsDividers
300
A593
#A593F6
BordersInactive statesPlaceholder text
400
765B
#765BF1
Disabled statesSecondary iconsMuted text
500
4F2C
#4F2CED
Primary brand colorCTAsActive elementsLinks
600
3512
#3512CE
Hover statesFocus ringsPrimary buttons hover
700
2A0E
#2A0EA4
Active/pressed statesDark mode accentsSecondary text
800
1E0A
#1E0A75
Text on light backgroundsHeadingsStrong borders
900
1307
#13074B
Primary textHigh emphasis contentDark headings
950
0C04
#0C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F1FE;
  --indigo-100: #E4DEFC;
  --indigo-200: #CCC2FA;
  --indigo-300: #A593F6;
  --indigo-400: #765BF1;
  --indigo-500: #4F2CED;
  --indigo-600: #3512CE;
  --indigo-700: #2A0EA4;
  --indigo-800: #1E0A75;
  --indigo-900: #13074B;
  --indigo-950: #0C042F;
}
Generate More ShadesCreate PaletteConvert Color