Light aqua to HSL — Color Code

#8cffdb
Format Value
HEX #8cffdb
RGB rgb(140, 255, 219)
HSL hsl(161.2, 100%, 77.5%)
CMYK cmyk(45.1%, 0%, 14.1%, 0%)
HSV hsv(161.2, 45.1%, 100%)

light aqua color harmonies

Tints & shades of light aqua

Tints (lighter)

#96ffde #a1ffe2 #abffe5 #b6ffe8 #c0ffeb #cbffef #d5fff2 #e0fff5 #eafff8 #f5fffc

Shades (darker)

#7fe8c7 #73d1b3 #66b99f #59a28b #4c8b77 #407464 #335d50 #26463c #192e28 #0d1714

Contrast & accessibility

The quick brown fox

On white · 1.2:1 · Fail

The quick brown fox

On black · 17.44:1 · AAA

Recommended text color: #000000

Use light aqua in code

CSS color: #8cffdb;
SCSS $color: #8cffdb;
Tailwind bg-[#8cffdb]
Swift UIColor(red: 0.549, green: 1.000, blue: 0.859, alpha: 1)
Android Color.parseColor("#8cffdb")
Flutter Color(0xFF8CFFDB)

Colors similar to light aqua

Browse all Green colors →

What is the HSL code for light aqua?

The CSS color light aqua in HSL format is hsl(161.2, 100%, 77.5%). Use this value directly in CSS, SVG, and most design tools.

How do I use light aqua in CSS?

To apply light aqua in CSS:

  • Text color: color: hsl(161.2, 100%, 77.5%);
  • Background: background-color: hsl(161.2, 100%, 77.5%);
  • Border: border-color: hsl(161.2, 100%, 77.5%);

What are all the color format values for light aqua?

FormatValue
HEX#8cffdb
RGBrgb(140, 255, 219)
HSLhsl(161.2, 100%, 77.5%)
CMYKcmyk(45.1%, 0%, 14.1%, 0%)

How do I convert light aqua to HSL?

Select light aqua from the color name list in our color converter. The HSL value — hsl(161.2, 100%, 77.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light aqua belong to?

light aqua belongs to the green color family. It is a light, vivid color with HSL values: hue 161.2°, saturation 100%, lightness 77.5%.

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

Lighter variant (lightness 92.5%): #d9fff3. Darker variant (lightness 62.5%): #40ffc3. 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.