Indigo

#3C1EC2

Blue

Color Codes

All color formats for development

HEX
#3C1EC2
RGB
rgb(60, 30, 194)
HSL
hsl(251, 73%, 44%)
OKLCH
oklch(0.413 0.229 277.8)
CMYK
cmyk(69%, 85%, 0%, 24%)

Accessibility

WCAG contrast compliance

On White Background

9.74:1

AA AAA

On Black Background

2.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F2
100
#E5E0
200
#CFC6
300
#A99A
400
#7C65
500
#5738
600
#3C1E
700
#3018
800
#2211
900
#160B
950
#0E07

Shades

Darker variations

1#361BAF
2#30189B
3#2A1588
4#241274
5#1E0F61
6#180C4E
7#12093A
8#0C0627
9#060313

Tints

Lighter variations

1#4422DB
2#5839E0
3#6D52E4
4#826BE8
5#9783EC
6#AB9CF0
7#C0B5F3
8#D5CEF7
9#EAE6FB

Tones

Muted variations

1#4226BA
2#472FB2
3#4C37AA
4#513FA1
5#564799
6#5B4F91
7#615889
8#666081
9#6B6878

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F2
#F4F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E5E0
#E5E0FA
Light backgroundsTable row hoverSkeleton loading
200
CFC6
#CFC6F6
Secondary backgroundsInput backgroundsDividers
300
A99A
#A99AEF
BordersInactive statesPlaceholder text
400
7C65
#7C65E7
Disabled statesSecondary iconsMuted text
500
5738
#5738E0
Primary brand colorCTAsActive elementsLinks
600
3C1E
#3C1EC2
Hover statesFocus ringsPrimary buttons hover
700
3018
#30189A
Active/pressed statesDark mode accentsSecondary text
800
2211
#22116E
Text on light backgroundsHeadingsStrong borders
900
160B
#160B47
Primary textHigh emphasis contentDark headings
950
0E07
#0E072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F2FD;
  --indigo-100: #E5E0FA;
  --indigo-200: #CFC6F6;
  --indigo-300: #A99AEF;
  --indigo-400: #7C65E7;
  --indigo-500: #5738E0;
  --indigo-600: #3C1EC2;
  --indigo-700: #30189A;
  --indigo-800: #22116E;
  --indigo-900: #160B47;
  --indigo-950: #0E072C;
}
Generate More ShadesCreate PaletteConvert Color