Sky Blue (Blue)
#80CBFD
RGB: 128, 203, 253
Color OverviewHEX #80CBFD

#80CBFD Color Code Information

In the RGB color space, #80CBFD is composed of 50% red, 80% green, and 99% blue. In the HSL color space, it has a hue of 204°, saturation of 97%, and lightness of 75%.

HEX
#80CBFD
RGB
128, 203, 253
HSL
204°, 97%, 75%
HSV
204°, 49%, 99%
CMYK
49%, 20%, 0%, 1%
Name Match
Sky Blue
Closest Standard

Shades of #80CBFD (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #80CBFD (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #80CBFD (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #80CBFD

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #80CBFD Background
Contrast Ratio against Pure White (#FFFFFF):1.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #80CBFD Background
Contrast Ratio against Pure Black (#000000):11.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #80CBFD;
}

.element {
  color: #80CBFD;
  background-color: #80CBFD;
  border-color: #80CBFD;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#80CBFD] text-[#80CBFD] border-[#80CBFD]">
  Content styled with #80CBFD
</div>