Cadet Blue (Blue)
#7699B0
RGB: 118, 153, 176
Color OverviewHEX #7699B0
#7699B0 Color Code Information
In the RGB color space, #7699B0 is composed of 46% red, 60% green, and 69% blue. In the HSL color space, it has a hue of 204°, saturation of 27%, and lightness of 58%.
HEX
#7699B0
RGB
118, 153, 176
HSL
204°, 27%, 58%
HSV
204°, 33%, 69%
CMYK
33%, 13%, 0%, 31%
Name Match
Cadet Blue
Closest StandardShades of #7699B0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #7699B0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #7699B0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #7699B0
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #7699B0 Background
Contrast Ratio against Pure White (#FFFFFF):3.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7699B0 Background
Contrast Ratio against Pure Black (#000000):6.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #7699B0;
}
.element {
color: #7699B0;
background-color: #7699B0;
border-color: #7699B0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#7699B0] text-[#7699B0] border-[#7699B0]"> Content styled with #7699B0 </div>