Indigo

#250FA3

Blue

Color Codes

All color formats for development

HEX
#250FA3
RGB
rgb(37, 15, 163)
HSL
hsl(249, 83%, 35%)
OKLCH
oklch(0.348 0.209 273.3)
CMYK
cmyk(77%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

12.53:1

AA AAA

On Black Background

1.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DE
200
#CBC2
300
#A294
400
#725C
500
#4A2D
600
#2F13
700
#250F
800
#1B0B
900
#1107
950
#0B04

Shades

Darker variations

1#220E93
2#1E0C83
3#1A0B72
4#160962
5#130852
6#0F0641
7#0B0531
8#070321
9#040210

Tints

Lighter variations

1#2C12C2
2#3315E0
3#482BEB
4#6249EE
5#7C67F1
6#9686F4
7#B0A4F7
8#CBC2F9
9#E5E1FC

Tones

Muted variations

1#2B179C
2#301E95
3#35258D
4#3A2D86
5#3F347E
6#453C77
7#4A436F
8#4F4A68
9#545261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DE
#E3DEFC
Light backgroundsTable row hoverSkeleton loading
200
CBC2
#CBC2F9
Secondary backgroundsInput backgroundsDividers
300
A294
#A294F5
BordersInactive statesPlaceholder text
400
725C
#725CF0
Disabled statesSecondary iconsMuted text
500
4A2D
#4A2DEB
Primary brand colorCTAsActive elementsLinks
600
2F13
#2F13CD
Hover statesFocus ringsPrimary buttons hover
700
250F
#250FA3
Active/pressed statesDark mode accentsSecondary text
800
1B0B
#1B0B75
Text on light backgroundsHeadingsStrong borders
900
1107
#11074B
Primary textHigh emphasis contentDark headings
950
0B04
#0B042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F1FE;
  --indigo-100: #E3DEFC;
  --indigo-200: #CBC2F9;
  --indigo-300: #A294F5;
  --indigo-400: #725CF0;
  --indigo-500: #4A2DEB;
  --indigo-600: #2F13CD;
  --indigo-700: #250FA3;
  --indigo-800: #1B0B75;
  --indigo-900: #11074B;
  --indigo-950: #0B042F;
}
Generate More ShadesCreate PaletteConvert Color