Indigo

#3D15CB

Blue

Color Codes

All color formats for development

HEX
#3D15CB
RGB
rgb(61, 21, 203)
HSL
hsl(253, 81%, 44%)
OKLCH
oklch(0.417 0.243 277.6)
CMYK
cmyk(70%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.69:1

AA AAA

On Black Background

2.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#CFC3
300
#A995
400
#7D5D
500
#582F
600
#3D15
700
#3011
800
#220C
900
#1608
950
#0E05

Shades

Darker variations

1#3713B7
2#3111A2
3#2A0F8E
4#240D7A
5#1E0B66
6#180951
7#12063D
8#0C0429
9#060214

Tints

Lighter variations

1#4418E5
2#5830E9
3#6D4AEC
4#8264EF
5#977EF1
6#AC98F4
7#C0B1F7
8#D5CBFA
9#EAE5FC

Tones

Muted variations

1#421EC2
2#4727B9
3#4C31B0
4#513AA7
5#56439E
6#5C4C95
7#61558B
8#665E82
9#6B6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DF
#E5DFFC
Light backgroundsTable row hoverSkeleton loading
200
CFC3
#CFC3F9
Secondary backgroundsInput backgroundsDividers
300
A995
#A995F4
BordersInactive statesPlaceholder text
400
7D5D
#7D5DEE
Disabled statesSecondary iconsMuted text
500
582F
#582FE9
Primary brand colorCTAsActive elementsLinks
600
3D15
#3D15CB
Hover statesFocus ringsPrimary buttons hover
700
3011
#3011A2
Active/pressed statesDark mode accentsSecondary text
800
220C
#220C73
Text on light backgroundsHeadingsStrong borders
900
1608
#16084A
Primary textHigh emphasis contentDark headings
950
0E05
#0E052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FE;
  --indigo-100: #E5DFFC;
  --indigo-200: #CFC3F9;
  --indigo-300: #A995F4;
  --indigo-400: #7D5DEE;
  --indigo-500: #582FE9;
  --indigo-600: #3D15CB;
  --indigo-700: #3011A2;
  --indigo-800: #220C73;
  --indigo-900: #16084A;
  --indigo-950: #0E052E;
}
Generate More ShadesCreate PaletteConvert Color