Indigo

#3B13CD

Blue

Color Codes

All color formats for development

HEX
#3B13CD
RGB
rgb(59, 19, 205)
HSL
hsl(253, 83%, 44%)
OKLCH
oklch(0.417 0.247 276.7)
CMYK
cmyk(71%, 91%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.72: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
#F4F1
100
#E5DE
200
#CEC2
300
#A994
400
#7C5C
500
#562D
600
#3B13
700
#2F0F
800
#220B
900
#1607
950
#0E04

Shades

Darker variations

1#3511B9
2#300FA4
3#2A0D90
4#240B7B
5#1E0A67
6#180852
7#12063E
8#0C0429
9#060215

Tints

Lighter variations

1#4316E7
2#572EEC
3#6C48EE
4#8162F0
5#967CF3
6#AB96F5
7#C0B1F8
8#D5CBFA
9#EAE5FD

Tones

Muted variations

1#411CC4
2#4626BB
3#4B2FB1
4#5138A8
5#56429F
6#5B4B95
7#60548C
8#665E83
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
CEC2
#CEC2F9
Secondary backgroundsInput backgroundsDividers
300
A994
#A994F5
BordersInactive statesPlaceholder text
400
7C5C
#7C5CF0
Disabled statesSecondary iconsMuted text
500
562D
#562DEB
Primary brand colorCTAsActive elementsLinks
600
3B13
#3B13CD
Hover statesFocus ringsPrimary buttons hover
700
2F0F
#2F0FA3
Active/pressed statesDark mode accentsSecondary text
800
220B
#220B75
Text on light backgroundsHeadingsStrong borders
900
1607
#16074B
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: #CEC2F9;
  --indigo-300: #A994F5;
  --indigo-400: #7C5CF0;
  --indigo-500: #562DEB;
  --indigo-600: #3B13CD;
  --indigo-700: #2F0FA3;
  --indigo-800: #220B75;
  --indigo-900: #16074B;
  --indigo-950: #0E042F;
}
Generate More ShadesCreate PaletteConvert Color