Indigo

#2908AA

Blue

Color Codes

All color formats for development

HEX
#2908AA
RGB
rgb(41, 8, 170)
HSL
hsl(252, 91%, 35%)
OKLCH
oklch(0.355 0.218 274.3)
CMYK
cmyk(76%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.28:1

AA AAA

On Black Background

1.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E3DD
200
#CCC0
300
#A48F
400
#7555
500
#4E24
600
#330A
700
#2908
800
#1D06
900
#1304
950
#0C02

Shades

Darker variations

1#240799
2#200688
3#1C0677
4#180566
5#140455
6#100344
7#0C0233
8#080222
9#040111

Tints

Lighter variations

1#300ACA
2#380BEA
3#4C21F5
4#6541F6
5#7F61F8
6#9980F9
7#B2A0FB
8#CCC0FC
9#E5DFFE

Tones

Muted variations

1#2D10A2
2#32189A
3#372092
4#3C298A
5#413182
6#46397A
7#4B4172
8#504969
9#545161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DD
#E3DDFD
Light backgroundsTable row hoverSkeleton loading
200
CCC0
#CCC0FC
Secondary backgroundsInput backgroundsDividers
300
A48F
#A48FFA
BordersInactive statesPlaceholder text
400
7555
#7555F7
Disabled statesSecondary iconsMuted text
500
4E24
#4E24F5
Primary brand colorCTAsActive elementsLinks
600
330A
#330AD6
Hover statesFocus ringsPrimary buttons hover
700
2908
#2908AA
Active/pressed statesDark mode accentsSecondary text
800
1D06
#1D067A
Text on light backgroundsHeadingsStrong borders
900
1304
#13044E
Primary textHigh emphasis contentDark headings
950
0C02
#0C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F0FE;
  --indigo-100: #E3DDFD;
  --indigo-200: #CCC0FC;
  --indigo-300: #A48FFA;
  --indigo-400: #7555F7;
  --indigo-500: #4E24F5;
  --indigo-600: #330AD6;
  --indigo-700: #2908AA;
  --indigo-800: #1D067A;
  --indigo-900: #13044E;
  --indigo-950: #0C0231;
}
Generate More ShadesCreate PaletteConvert Color