Cadet Blue (Blue)
#759EC2
RGB: 117, 158, 194
Color OverviewHEX #759EC2

#759EC2 Color Code Information

In the RGB color space, #759EC2 is composed of 46% red, 62% green, and 76% blue. In the HSL color space, it has a hue of 208°, saturation of 39%, and lightness of 61%.

HEX
#759EC2
RGB
117, 158, 194
HSL
208°, 39%, 61%
HSV
208°, 40%, 76%
CMYK
40%, 19%, 0%, 24%
Name Match
Cadet Blue
Closest Standard

Shades of #759EC2 (Darker Variations)

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

Tints of #759EC2 (Lighter Variations)

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

Tones of #759EC2 (Muted Variations)

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

Color Harmonies for #759EC2

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 #759EC2 Background
Contrast Ratio against Pure White (#FFFFFF):2.83 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #759EC2 Background
Contrast Ratio against Pure Black (#000000):7.43 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #759EC2;
}

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