Cadet Blue (Blue)
#83AFAC
RGB: 131, 175, 172
Color OverviewHEX #83AFAC
#83AFAC Color Code Information
In the RGB color space, #83AFAC is composed of 51% red, 69% green, and 67% blue. In the HSL color space, it has a hue of 176°, saturation of 22%, and lightness of 60%.
HEX
#83AFAC
RGB
131, 175, 172
HSL
176°, 22%, 60%
HSV
176°, 25%, 69%
CMYK
25%, 0%, 2%, 31%
Name Match
Cadet Blue
Closest StandardShades of #83AFAC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #83AFAC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #83AFAC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #83AFAC
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 #83AFAC Background
Contrast Ratio against Pure White (#FFFFFF):2.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #83AFAC Background
Contrast Ratio against Pure Black (#000000):8.69 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #83AFAC;
}
.element {
color: #83AFAC;
background-color: #83AFAC;
border-color: #83AFAC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#83AFAC] text-[#83AFAC] border-[#83AFAC]"> Content styled with #83AFAC </div>