Sky Blue (Blue)
#98D4FF
RGB: 152, 212, 255
Color OverviewHEX #98D4FF

#98D4FF Color Code Information

In the RGB color space, #98D4FF is composed of 60% red, 83% green, and 100% blue. In the HSL color space, it has a hue of 205°, saturation of 100%, and lightness of 80%.

HEX
#98D4FF
RGB
152, 212, 255
HSL
205°, 100%, 80%
HSV
205°, 40%, 100%
CMYK
40%, 17%, 0%, 0%
Name Match
Sky Blue
Closest Standard

Shades of #98D4FF (Darker Variations)

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

Tints of #98D4FF (Lighter Variations)

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

Tones of #98D4FF (Muted Variations)

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

Color Harmonies for #98D4FF

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 #98D4FF Background
Contrast Ratio against Pure White (#FFFFFF):1.59 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #98D4FF Background
Contrast Ratio against Pure Black (#000000):13.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #98D4FF;
}

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