Faded blue to RGB

Color Code

#658cbb
Format Value
HEX #658cbb
RGB rgb(101, 140, 187)
HSL hsl(212.8, 38.7%, 56.5%)
CMYK cmyk(46%, 25.1%, 0%, 26.7%)
HSV hsv(212.8, 46%, 73.3%)

faded blue color harmonies

Tints & shades of faded blue

Tints (lighter)

#7396c1 #81a1c7 #8fabce #9db6d4 #abc0da #b9cbe0 #c7d5e6 #d5e0ec #e3eaf3 #f1f5f9

Shades (darker)

#5c7faa #537399 #496688 #405977 #374c66 #2e4055 #253344 #1c2633 #121922 #090d11

Contrast & accessibility

The quick brown fox

On white · 3.49:1 · AA Large

The quick brown fox

On black · 6.02:1 · AA

Recommended text color: #000000

Use faded blue in code

CSS color: #658cbb;
SCSS $color: #658cbb;
Tailwind bg-[#658cbb]
Swift UIColor(red: 0.396, green: 0.549, blue: 0.733, alpha: 1)
Android Color.parseColor("#658cbb")
Flutter Color(0xFF658CBB)

Colors similar to faded blue

Browse all Blue colors →

What is the RGB code for faded blue?

The CSS color faded blue in RGB format is rgb(101, 140, 187). Use this value directly in CSS, SVG, and most design tools.

How do I use faded blue in CSS?

To apply faded blue in CSS:

  • Text color: color: rgb(101, 140, 187);
  • Background: background-color: rgb(101, 140, 187);
  • Border: border-color: rgb(101, 140, 187);

What are all the color format values for faded blue?

FormatValue
HEX#658cbb
RGBrgb(101, 140, 187)
HSLhsl(212.8, 38.7%, 56.5%)
CMYKcmyk(46%, 25.1%, 0%, 26.7%)

How do I convert faded blue to RGB?

Select faded blue from the color name list in our color converter. The RGB value — rgb(101, 140, 187) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does faded blue belong to?

faded blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 212.8°, saturation 38.7%, lightness 56.5%.

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

Lighter variant (lightness 71.5%): #9ab4d2. Darker variant (lightness 41.5%): #416693. 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.