Sea Green (Green)
#288666
RGB: 40, 134, 102
Color OverviewHEX #288666

#288666 Color Code Information

In the RGB color space, #288666 is composed of 16% red, 53% green, and 40% blue. In the HSL color space, it has a hue of 160°, saturation of 54%, and lightness of 34%.

HEX
#288666
RGB
40, 134, 102
HSL
160°, 54%, 34%
HSV
160°, 70%, 53%
CMYK
70%, 0%, 24%, 47%
Name Match
Sea Green
Closest Standard

Shades of #288666 (Darker Variations)

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

Tints of #288666 (Lighter Variations)

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

Tones of #288666 (Muted Variations)

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

Color Harmonies for #288666

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

Developer Code Snippets & Tailwind CSS

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

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