Cadet Blue (Blue)
#67AC7F
RGB: 103, 172, 127
Color OverviewHEX #67AC7F

#67AC7F Color Code Information

In the RGB color space, #67AC7F is composed of 40% red, 67% green, and 50% blue. In the HSL color space, it has a hue of 141°, saturation of 29%, and lightness of 54%.

HEX
#67AC7F
RGB
103, 172, 127
HSL
141°, 29%, 54%
HSV
141°, 40%, 67%
CMYK
40%, 0%, 26%, 33%
Name Match
Cadet Blue
Closest Standard

Shades of #67AC7F (Darker Variations)

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

Tints of #67AC7F (Lighter Variations)

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

Tones of #67AC7F (Muted Variations)

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

Color Harmonies for #67AC7F

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 #67AC7F Background
Contrast Ratio against Pure White (#FFFFFF):2.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #67AC7F Background
Contrast Ratio against Pure Black (#000000):7.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #67AC7F;
}

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