Light blue to RGB — 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 RGB code for light blue?

The CSS color light blue in RGB format is rgb(149, 208, 252). 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: rgb(149, 208, 252);
  • Background: background-color: rgb(149, 208, 252);
  • Border: border-color: rgb(149, 208, 252);

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 RGB?

Select light blue from the color name list in our color converter. The RGB value — rgb(149, 208, 252) — 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 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.