Indigo

#3E12CE

Blue

Color Codes

All color formats for development

HEX
#3E12CE
RGB
rgb(62, 18, 206)
HSL
hsl(254, 84%, 44%)
OKLCH
oklch(0.42 0.247 277.7)
CMYK
cmyk(70%, 91%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

9.62:1

AA AAA

On Black Background

2.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DE
200
#CFC2
300
#AA93
400
#7E5B
500
#592C
600
#3E12
700
#310E
800
#230A
900
#1707
950
#0E04

Shades

Darker variations

1#3810BA
2#320EA5
3#2B0D91
4#250B7C
5#1F0967
6#190753
7#13053E
8#0C0429
9#060215

Tints

Lighter variations

1#4614E9
2#5A2DED
3#6E47EF
4#8361F1
5#987CF4
6#AC96F6
7#C1B0F8
8#D6CAFA
9#EAE5FD

Tones

Muted variations

1#431BC5
2#4825BC
3#4D2EB2
4#5238A9
5#57419F
6#5C4B96
7#61548C
8#665D83
9#6B677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DE
#E5DEFC
Light backgroundsTable row hoverSkeleton loading
200
CFC2
#CFC2FA
Secondary backgroundsInput backgroundsDividers
300
AA93
#AA93F6
BordersInactive statesPlaceholder text
400
7E5B
#7E5BF1
Disabled statesSecondary iconsMuted text
500
592C
#592CED
Primary brand colorCTAsActive elementsLinks
600
3E12
#3E12CE
Hover statesFocus ringsPrimary buttons hover
700
310E
#310EA4
Active/pressed statesDark mode accentsSecondary text
800
230A
#230A75
Text on light backgroundsHeadingsStrong borders
900
1707
#17074B
Primary textHigh emphasis contentDark headings
950
0E04
#0E042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FE;
  --indigo-100: #E5DEFC;
  --indigo-200: #CFC2FA;
  --indigo-300: #AA93F6;
  --indigo-400: #7E5BF1;
  --indigo-500: #592CED;
  --indigo-600: #3E12CE;
  --indigo-700: #310EA4;
  --indigo-800: #230A75;
  --indigo-900: #17074B;
  --indigo-950: #0E042F;
}
Generate More ShadesCreate PaletteConvert Color