Light navy blue to HSL — Color Code

#2e5a88
Format Value
HEX #2e5a88
RGB rgb(46, 90, 136)
HSL hsl(210.7, 49.5%, 35.7%)
CMYK cmyk(66.2%, 33.8%, 0%, 46.7%)
HSV hsv(210.7, 66.2%, 53.3%)

light navy blue color harmonies

Tints & shades of light navy blue

Tints (lighter)

#416993 #54789e #6787a8 #7a96b3 #8da5be #a0b4c9 #b3c3d4 #c6d2df #d9e1e9 #ecf0f4

Shades (darker)

#2a527c #264a6f #214163 #1d3957 #19314a #15293e #112131 #0d1925 #081019 #04080c

Contrast & accessibility

The quick brown fox

On white · 7.16:1 · AAA

The quick brown fox

On black · 2.93:1 · Fail

Recommended text color: #ffffff

Use light navy blue in code

CSS color: #2e5a88;
SCSS $color: #2e5a88;
Tailwind bg-[#2e5a88]
Swift UIColor(red: 0.180, green: 0.353, blue: 0.533, alpha: 1)
Android Color.parseColor("#2e5a88")
Flutter Color(0xFF2E5A88)

Colors similar to light navy blue

Browse all Blue colors →

What is the HSL code for light navy blue?

The CSS color light navy blue in HSL format is hsl(210.7, 49.5%, 35.7%). Use this value directly in CSS, SVG, and most design tools.

How do I use light navy blue in CSS?

To apply light navy blue in CSS:

  • Text color: color: hsl(210.7, 49.5%, 35.7%);
  • Background: background-color: hsl(210.7, 49.5%, 35.7%);
  • Border: border-color: hsl(210.7, 49.5%, 35.7%);

What are all the color format values for light navy blue?

FormatValue
HEX#2e5a88
RGBrgb(46, 90, 136)
HSLhsl(210.7, 49.5%, 35.7%)
CMYKcmyk(66.2%, 33.8%, 0%, 46.7%)

How do I convert light navy blue to HSL?

Select light navy blue from the color name list in our color converter. The HSL value — hsl(210.7, 49.5%, 35.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light navy blue belong to?

light navy blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 210.7°, saturation 49.5%, lightness 35.7%.

How do I create lighter and darker shades of light navy blue?

Lighter variant (lightness 50.7%): #4380c0. Darker variant (lightness 20.700000000000003%): #1b344f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.