Very light blue to RGB — Color Code

#d5ffff
Format Value
HEX #d5ffff
RGB rgb(213, 255, 255)
HSL hsl(180, 100%, 91.8%)
CMYK cmyk(16.5%, 0%, 0%, 0%)
HSV hsv(180, 16.5%, 100%)

very light blue color harmonies

Tints & shades of very light blue

Tints (lighter)

#d9ffff #ddffff #e0ffff #e4ffff #e8ffff #ecffff #f0ffff #f4ffff #f7ffff #fbffff

Shades (darker)

#c2e8e8 #aed1d1 #9bb9b9 #88a2a2 #748b8b #617474 #4d5d5d #3a4646 #272e2e #131717

Contrast & accessibility

The quick brown fox

On white · 1.07:1 · Fail

The quick brown fox

On black · 19.58:1 · AAA

Recommended text color: #000000

Use very light blue in code

CSS color: #d5ffff;
SCSS $color: #d5ffff;
Tailwind bg-[#d5ffff]
Swift UIColor(red: 0.835, green: 1.000, blue: 1.000, alpha: 1)
Android Color.parseColor("#d5ffff")
Flutter Color(0xFFD5FFFF)

Colors similar to very light blue

Browse all Cyan colors →

What is the RGB code for very light blue?

The CSS color very light blue in RGB format is rgb(213, 255, 255). Use this value directly in CSS, SVG, and most design tools.

How do I use very light blue in CSS?

To apply very light blue in CSS:

  • Text color: color: rgb(213, 255, 255);
  • Background: background-color: rgb(213, 255, 255);
  • Border: border-color: rgb(213, 255, 255);

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

FormatValue
HEX#d5ffff
RGBrgb(213, 255, 255)
HSLhsl(180, 100%, 91.8%)
CMYKcmyk(16.5%, 0%, 0%, 0%)

How do I convert very light blue to RGB?

Select very light blue from the color name list in our color converter. The RGB value — rgb(213, 255, 255) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does very light blue belong to?

very light blue belongs to the near-white color family. It is a light, vivid color with HSL values: hue 180°, saturation 100%, lightness 91.8%.

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

Lighter variant (lightness 95%): #e5ffff. Darker variant (lightness 76.8%): #89ffff. 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.