Light blue to HSL — Color Code

#95d0fc
Format Value
HEX #95d0fc
RGB rgb(149, 208, 252)
HSL hsl(205.6, 94.5%, 78.6%)
CMYK cmyk(40.9%, 17.5%, 0%, 1.2%)
HSV hsv(205.6, 40.9%, 98.8%)

light blue color harmonies

Tints & shades of light blue

Tints (lighter)

#9fd4fc #a8d9fd #b2ddfd #bce1fd #c5e5fd #cfeafe #d8eefe #e2f2fe #ecf6fe #f5fbff

Shades (darker)

#87bde5 #7aaace #6c97b7 #5f84a0 #517189 #445f73 #364c5c #293945 #1b262e #0e1317

Contrast & accessibility

The quick brown fox

On white · 1.65:1 · Fail

The quick brown fox

On black · 12.71:1 · AAA

Recommended text color: #000000

Use light blue in code

CSS color: #95d0fc;
SCSS $color: #95d0fc;
Tailwind bg-[#95d0fc]
Swift UIColor(red: 0.584, green: 0.816, blue: 0.988, alpha: 1)
Android Color.parseColor("#95d0fc")
Flutter Color(0xFF95D0FC)

Colors similar to light blue

Browse all Blue colors →

What is the HSL code for light blue?

The CSS color light blue in HSL format is hsl(205.6, 94.5%, 78.6%). Use this value directly in CSS, SVG, and most design tools.

How do I use light blue in CSS?

To apply light blue in CSS:

  • Text color: color: hsl(205.6, 94.5%, 78.6%);
  • Background: background-color: hsl(205.6, 94.5%, 78.6%);
  • Border: border-color: hsl(205.6, 94.5%, 78.6%);

What are all the color format values for light blue?

FormatValue
HEX#95d0fc
RGBrgb(149, 208, 252)
HSLhsl(205.6, 94.5%, 78.6%)
CMYKcmyk(40.9%, 17.5%, 0%, 1.2%)

How do I convert light blue to HSL?

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

What color family does light blue belong to?

light blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 205.6°, saturation 94.5%, lightness 78.6%.

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

Lighter variant (lightness 93.6%): #dff1fe. Darker variant (lightness 63.599999999999994%): #4aaffa. 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.