Lightslategrey to HSL — Color Code

#778899
Format Value
HEX #778899
RGB rgb(119, 136, 153)
HSL hsl(210, 14.3%, 53.3%)
CMYK cmyk(22.2%, 11.1%, 0%, 40%)
HSV hsv(210, 22.2%, 60%)

lightslategrey color harmonies

Tints & shades of lightslategrey

Tints (lighter)

#8393a2 #909eac #9ca8b5 #a8b3be #b5bec7 #c1c9d1 #ced4da #dadfe3 #e6e9ec #f3f4f6

Shades (darker)

#6c7c8b #616f7d #57636f #4c5761 #414a53 #363e46 #2b3138 #20252a #16191c #0b0c0e

Contrast & accessibility

The quick brown fox

On white · 3.64:1 · AA Large

The quick brown fox

On black · 5.77:1 · AA

Recommended text color: #000000

Use lightslategrey in code

CSS color: #778899;
SCSS $color: #778899;
Tailwind bg-[#778899]
Swift UIColor(red: 0.467, green: 0.533, blue: 0.600, alpha: 1)
Android Color.parseColor("#778899")
Flutter Color(0xFF778899)

Colors similar to lightslategrey

Browse all Blue colors →

What is the HSL code for lightslategrey?

The CSS color lightslategrey in HSL format is hsl(210, 14.3%, 53.3%). Use this value directly in CSS, SVG, and most design tools.

How do I use lightslategrey in CSS?

To apply lightslategrey in CSS:

  • Text color: color: hsl(210, 14.3%, 53.3%);
  • Background: background-color: hsl(210, 14.3%, 53.3%);
  • Border: border-color: hsl(210, 14.3%, 53.3%);

What are all the color format values for lightslategrey?

FormatValue
HEX#778899
RGBrgb(119, 136, 153)
HSLhsl(210, 14.3%, 53.3%)
CMYKcmyk(22.2%, 11.1%, 0%, 40%)

How do I convert lightslategrey to HSL?

Select lightslategrey from the color name list in our color converter. The HSL value — hsl(210, 14.3%, 53.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does lightslategrey belong to?

lightslategrey belongs to the blue color family. It is a medium, muted color with HSL values: hue 210°, saturation 14.3%, lightness 53.3%.

How do I create lighter and darker shades of lightslategrey?

Lighter variant (lightness 68.3%): #a3aeba. Darker variant (lightness 38.3%): #546270. 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.