Steel Blue

#3077B0

Blue

Color Codes

All color formats for development

HEX
#3077B0
RGB
rgb(48, 119, 176)
HSL
hsl(207, 57%, 44%)
OKLCH
oklch(0.552 0.113 246.2)
CMYK
cmyk(73%, 32%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

4.78:1

AA AAA

On Black Background

4.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CBE0
300
#A3C8
400
#73AB
500
#4B93
600
#3077
700
#265E
800
#1B43
900
#122B
950
#0B1B

Shades

Darker variations

1#2B6B9F
2#275F8D
3#22537B
4#1D476A
5#183B58
6#132F46
7#0E2435
8#0A1823
9#050C12

Tints

Lighter variations

1#3686C7
2#4C93CE
3#62A1D4
4#78AEDA
5#8FBCE0
6#A5C9E6
7#BCD7ED
8#D2E4F3
9#E9F2F9

Tones

Muted variations

1#3776AA
2#3D75A3
3#43759D
4#4A7497
5#507390
6#57738A
7#5D7283
8#63717D
9#6A7177

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EE
#E3EEF7
Light backgroundsTable row hoverSkeleton loading
200
CBE0
#CBE0F1
Secondary backgroundsInput backgroundsDividers
300
A3C8
#A3C8E6
BordersInactive statesPlaceholder text
400
73AB
#73ABD9
Disabled statesSecondary iconsMuted text
500
4B93
#4B93CE
Primary brand colorCTAsActive elementsLinks
600
3077
#3077B0
Hover statesFocus ringsPrimary buttons hover
700
265E
#265E8C
Active/pressed statesDark mode accentsSecondary text
800
1B43
#1B4364
Text on light backgroundsHeadingsStrong borders
900
122B
#122B40
Primary textHigh emphasis contentDark headings
950
0B1B
#0B1B28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --steel-blue-50: #F3F8FC;
  --steel-blue-100: #E3EEF7;
  --steel-blue-200: #CBE0F1;
  --steel-blue-300: #A3C8E6;
  --steel-blue-400: #73ABD9;
  --steel-blue-500: #4B93CE;
  --steel-blue-600: #3077B0;
  --steel-blue-700: #265E8C;
  --steel-blue-800: #1B4364;
  --steel-blue-900: #122B40;
  --steel-blue-950: #0B1B28;
}
Generate More ShadesCreate PaletteConvert Color