Light blue grey to RGB — Color Code

#b7c9e2
Format Value
HEX #b7c9e2
RGB rgb(183, 201, 226)
HSL hsl(214.9, 42.6%, 80.2%)
CMYK cmyk(19%, 11.1%, 0%, 11.4%)
HSV hsv(214.9, 19%, 88.6%)

light blue grey color harmonies

Tints & shades of light blue grey

Tints (lighter)

#becee5 #c4d3e7 #cbd8ea #d1dded #d8e2ef #dee6f2 #e5ebf4 #ebf0f7 #f2f5fa #f8fafc

Shades (darker)

#a6b7cd #96a4b9 #8592a4 #748090 #646e7b #535b67 #434952 #32373e #212529 #111215

Contrast & accessibility

The quick brown fox

On white · 1.68:1 · Fail

The quick brown fox

On black · 12.47:1 · AAA

Recommended text color: #000000

Use light blue grey in code

CSS color: #b7c9e2;
SCSS $color: #b7c9e2;
Tailwind bg-[#b7c9e2]
Swift UIColor(red: 0.718, green: 0.788, blue: 0.886, alpha: 1)
Android Color.parseColor("#b7c9e2")
Flutter Color(0xFFB7C9E2)

Colors similar to light blue grey

Browse all Blue colors →

What is the RGB code for light blue grey?

The CSS color light blue grey in RGB format is rgb(183, 201, 226). Use this value directly in CSS, SVG, and most design tools.

How do I use light blue grey in CSS?

To apply light blue grey in CSS:

  • Text color: color: rgb(183, 201, 226);
  • Background: background-color: rgb(183, 201, 226);
  • Border: border-color: rgb(183, 201, 226);

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

FormatValue
HEX#b7c9e2
RGBrgb(183, 201, 226)
HSLhsl(214.9, 42.6%, 80.2%)
CMYKcmyk(19%, 11.1%, 0%, 11.4%)

How do I convert light blue grey to RGB?

Select light blue grey from the color name list in our color converter. The RGB value — rgb(183, 201, 226) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light blue grey belong to?

light blue grey belongs to the blue color family. It is a light, moderately saturated color with HSL values: hue 214.9°, saturation 42.6%, lightness 80.2%.

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

Lighter variant (lightness 95%): #edf1f8. Darker variant (lightness 65.2%): #80a0cc. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.