Indigo

#2F0FA3

Blue

Color Codes

All color formats for development

HEX
#2F0FA3
RGB
rgb(47, 15, 163)
HSL
hsl(253, 83%, 35%)
OKLCH
oklch(0.355 0.206 277.5)
CMYK
cmyk(71%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

12.22:1

AA AAA

On Black Background

1.72: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#2B0E93
2#260C83
3#210B72
4#1C0962
5#180852
6#130641
7#0E0531
8#090321
9#050210

Tints

Lighter variations

1#3812C2
2#4115E0
3#542BEB
4#6D49EE
5#8567F1
6#9E86F4
7#B6A4F7
8#CEC2F9
9#E7E1FC

Tones

Muted variations

1#33179C
2#381E95
3#3C258D
4#402D86
5#44347E
6#483C77
7#4D436F
8#514A68
9#555261

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