Steel Blue

#4B7595

Blue

Color Codes

All color formats for development

HEX
#4B7595
RGB
rgb(75, 117, 149)
HSL
hsl(206, 33%, 44%)
OKLCH
oklch(0.545 0.069 242.4)
CMYK
cmyk(50%, 21%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

4.91:1

AA AAA

On Black Background

4.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E7EE
200
#D3DF
300
#B1C7
400
#88AA
500
#6691
600
#4B75
700
#3C5D
800
#2B43
900
#1B2B
950
#111B

Shades

Darker variations

1#446986
2#3C5E77
3#355268
4#2D465A
5#263B4B
6#1E2F3C
7#17232D
8#0F171E
9#080C0F

Tints

Lighter variations

1#5584A8
2#6792B2
3#7A9FBC
4#8DADC6
5#A0BBCF
6#B3C8D9
7#C6D6E2
8#D9E4EC
9#ECF1F5

Tones

Muted variations

1#4F7592
2#53748E
3#56748A
4#5A7386
5#5E7383
6#61727F
7#65727B
8#697178
9#6C7174

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EE
#E7EEF3
Light backgroundsTable row hoverSkeleton loading
200
D3DF
#D3DFE9
Secondary backgroundsInput backgroundsDividers
300
B1C7
#B1C7D8
BordersInactive statesPlaceholder text
400
88AA
#88AAC3
Disabled statesSecondary iconsMuted text
500
6691
#6691B2
Primary brand colorCTAsActive elementsLinks
600
4B75
#4B7595
Hover statesFocus ringsPrimary buttons hover
700
3C5D
#3C5D77
Active/pressed statesDark mode accentsSecondary text
800
2B43
#2B4355
Text on light backgroundsHeadingsStrong borders
900
1B2B
#1B2B36
Primary textHigh emphasis contentDark headings
950
111B
#111B22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F5F8FA;
  --steel-blue-100: #E7EEF3;
  --steel-blue-200: #D3DFE9;
  --steel-blue-300: #B1C7D8;
  --steel-blue-400: #88AAC3;
  --steel-blue-500: #6691B2;
  --steel-blue-600: #4B7595;
  --steel-blue-700: #3C5D77;
  --steel-blue-800: #2B4355;
  --steel-blue-900: #1B2B36;
  --steel-blue-950: #111B22;
}
Generate More ShadesCreate PaletteConvert Color