Steel Blue

#7F91CC

Blue

Color Codes

All color formats for development

HEX
#7F91CC
RGB
rgb(127, 145, 204)
HSL
hsl(226, 43%, 65%)
OKLCH
oklch(0.666 0.09 270.8)
CMYK
cmyk(38%, 29%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

3.08:1

AA AAA

On Black Background

6.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#D0D6
300
#ABB7
400
#7F91
500
#5B72
600
#4056
700
#3345
800
#2431
900
#171F
950
#0F14

Shades

Darker variations

1#687DC3
2#5069B9
3#4259A6
4#394D8E
5#2F4077
6#26335F
7#1C2647
8#131A2F
9#090D18

Tints

Lighter variations

1#8C9CD1
2#99A7D6
3#A6B2DB
4#B2BDE0
5#BFC8E6
6#CCD3EB
7#D9DEF0
8#E5E9F5
9#F2F4FA

Tones

Muted variations

1#8393C8
2#8795C4
3#8B97C1
4#8F99BD
5#939CB9
6#969EB5
7#9AA0B1
8#9EA2AD
9#A2A4AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F5
Light backgroundsTable row hoverSkeleton loading
200
D0D6
#D0D6EC
Secondary backgroundsInput backgroundsDividers
300
ABB7
#ABB7DE
BordersInactive statesPlaceholder text
400
7F91
#7F91CC
Disabled statesSecondary iconsMuted text
500
5B72
#5B72BE
Primary brand colorCTAsActive elementsLinks
600
4056
#4056A0
Hover statesFocus ringsPrimary buttons hover
700
3345
#334580
Active/pressed statesDark mode accentsSecondary text
800
2431
#24315B
Text on light backgroundsHeadingsStrong borders
900
171F
#171F3A
Primary textHigh emphasis contentDark headings
950
0F14
#0F1424
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F4F6FB;
  --steel-blue-100: #E5E9F5;
  --steel-blue-200: #D0D6EC;
  --steel-blue-300: #ABB7DE;
  --steel-blue-400: #7F91CC;
  --steel-blue-500: #5B72BE;
  --steel-blue-600: #4056A0;
  --steel-blue-700: #334580;
  --steel-blue-800: #24315B;
  --steel-blue-900: #171F3A;
  --steel-blue-950: #0F1424;
}
Generate More ShadesCreate PaletteConvert Color