Indigo

#300CA7

Blue

Color Codes

All color formats for development

HEX
#300CA7
RGB
rgb(48, 12, 167)
HSL
hsl(254, 87%, 35%)
OKLCH
oklch(0.359 0.212 277.4)
CMYK
cmyk(71%, 93%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

12.09:1

AA AAA

On Black Background

1.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DE
200
#CEC1
300
#A991
400
#7C58
500
#5728
600
#3C0F
700
#300C
800
#2208
900
#1605
950
#0E03

Shades

Darker variations

1#2B0A96
2#260986
3#210875
4#1D0764
5#180653
6#130543
7#0E0332
8#0A0221
9#050111

Tints

Lighter variations

1#390EC6
2#4210E5
3#5526F0
4#6D45F2
5#8664F4
6#9E83F6
7#B6A2F9
8#CEC1FB
9#E7E0FD

Tones

Muted variations

1#34139F
2#381B97
3#3C2390
4#402B88
5#453280
6#493A78
7#4D4271
8#514A69
9#555161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DE
#E5DEFD
Light backgroundsTable row hoverSkeleton loading
200
CEC1
#CEC1FB
Secondary backgroundsInput backgroundsDividers
300
A991
#A991F7
BordersInactive statesPlaceholder text
400
7C58
#7C58F3
Disabled statesSecondary iconsMuted text
500
5728
#5728F0
Primary brand colorCTAsActive elementsLinks
600
3C0F
#3C0FD2
Hover statesFocus ringsPrimary buttons hover
700
300C
#300CA7
Active/pressed statesDark mode accentsSecondary text
800
2208
#220877
Text on light backgroundsHeadingsStrong borders
900
1605
#16054C
Primary textHigh emphasis contentDark headings
950
0E03
#0E0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FE;
  --indigo-100: #E5DEFD;
  --indigo-200: #CEC1FB;
  --indigo-300: #A991F7;
  --indigo-400: #7C58F3;
  --indigo-500: #5728F0;
  --indigo-600: #3C0FD2;
  --indigo-700: #300CA7;
  --indigo-800: #220877;
  --indigo-900: #16054C;
  --indigo-950: #0E0330;
}
Generate More ShadesCreate PaletteConvert Color