Indigo

#4015CB

Blue

Color Codes

All color formats for development

HEX
#4015CB
RGB
rgb(64, 21, 203)
HSL
hsl(254, 81%, 44%)
OKLCH
oklch(0.42 0.243 278.7)
CMYK
cmyk(68%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.60:1

AA AAA

On Black Background

2.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#D0C3
300
#AB95
400
#7F5D
500
#5B2F
600
#4015
700
#3311
800
#240C
900
#1708
950
#0E05

Shades

Darker variations

1#3913B7
2#3311A2
3#2D0F8E
4#260D7A
5#200B66
6#190951
7#13063D
8#0D0429
9#060214

Tints

Lighter variations

1#4818E5
2#5B30E9
3#704AEC
4#8464EF
5#997EF1
6#AD98F4
7#C2B1F7
8#D6CBFA
9#EBE5FC

Tones

Muted variations

1#451EC2
2#4927B9
3#4E31B0
4#533AA7
5#58439E
6#5D4C95
7#62558B
8#675E82
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
D0C3
#D0C3F9
Secondary backgroundsInput backgroundsDividers
300
AB95
#AB95F4
BordersInactive statesPlaceholder text
400
7F5D
#7F5DEE
Disabled statesSecondary iconsMuted text
500
5B2F
#5B2FE9
Primary brand colorCTAsActive elementsLinks
600
4015
#4015CB
Hover statesFocus ringsPrimary buttons hover
700
3311
#3311A2
Active/pressed statesDark mode accentsSecondary text
800
240C
#240C73
Text on light backgroundsHeadingsStrong borders
900
1708
#17084A
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: #D0C3F9;
  --indigo-300: #AB95F4;
  --indigo-400: #7F5DEE;
  --indigo-500: #5B2FE9;
  --indigo-600: #4015CB;
  --indigo-700: #3311A2;
  --indigo-800: #240C73;
  --indigo-900: #17084A;
  --indigo-950: #0E052E;
}
Generate More ShadesCreate PaletteConvert Color