Cerulean (Blue)
#14A0BF
RGB: 20, 160, 191
Color OverviewHEX #14A0BF

#14A0BF Color Code Information

In the RGB color space, #14A0BF is composed of 8% red, 63% green, and 75% blue. In the HSL color space, it has a hue of 191°, saturation of 81%, and lightness of 41%.

HEX
#14A0BF
RGB
20, 160, 191
HSL
191°, 81%, 41%
HSV
191°, 90%, 75%
CMYK
90%, 16%, 0%, 25%
Name Match
Cerulean
Closest Standard

Shades of #14A0BF (Darker Variations)

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

Tints of #14A0BF (Lighter Variations)

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

Tones of #14A0BF (Muted Variations)

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

Color Harmonies for #14A0BF

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 #14A0BF Background
Contrast Ratio against Pure White (#FFFFFF):3.08 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #14A0BF Background
Contrast Ratio against Pure Black (#000000):6.81 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #14A0BF;
}

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