Indigo

#2A12A1

Blue

Color Codes

All color formats for development

HEX
#2A12A1
RGB
rgb(42, 18, 161)
HSL
hsl(250, 80%, 35%)
OKLCH
oklch(0.351 0.204 275.4)
CMYK
cmyk(74%, 89%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

12.36: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
#E4DF
200
#CCC3
300
#A595
400
#765E
500
#4F30
600
#3416
700
#2A12
800
#1E0D
900
#1308
950
#0C05

Shades

Darker variations

1#251091
2#210E81
3#1D0C70
4#190B60
5#150950
6#110740
7#0C0530
8#080420
9#040210

Tints

Lighter variations

1#3115BE
2#3918DC
3#4D2EE8
4#674CEB
5#806AEE
6#9988F2
7#B3A5F5
8#CCC3F8
9#E6E1FC

Tones

Muted variations

1#2E199A
2#332092
3#38278B
4#3D2E84
5#41367D
6#463D76
7#4B446F
8#504B68
9#545260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFB
Light backgroundsTable row hoverSkeleton loading
200
CCC3
#CCC3F8
Secondary backgroundsInput backgroundsDividers
300
A595
#A595F3
BordersInactive statesPlaceholder text
400
765E
#765EED
Disabled statesSecondary iconsMuted text
500
4F30
#4F30E8
Primary brand colorCTAsActive elementsLinks
600
3416
#3416CA
Hover statesFocus ringsPrimary buttons hover
700
2A12
#2A12A1
Active/pressed statesDark mode accentsSecondary text
800
1E0D
#1E0D73
Text on light backgroundsHeadingsStrong borders
900
1308
#130849
Primary textHigh emphasis contentDark headings
950
0C05
#0C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F1FD;
  --indigo-100: #E4DFFB;
  --indigo-200: #CCC3F8;
  --indigo-300: #A595F3;
  --indigo-400: #765EED;
  --indigo-500: #4F30E8;
  --indigo-600: #3416CA;
  --indigo-700: #2A12A1;
  --indigo-800: #1E0D73;
  --indigo-900: #130849;
  --indigo-950: #0C052E;
}
Generate More ShadesCreate PaletteConvert Color