Teal (Green)
#147484
RGB: 20, 116, 132
Color OverviewHEX #147484

#147484 Color Code Information

In the RGB color space, #147484 is composed of 8% red, 45% green, and 52% blue. In the HSL color space, it has a hue of 189°, saturation of 74%, and lightness of 30%.

HEX
#147484
RGB
20, 116, 132
HSL
189°, 74%, 30%
HSV
189°, 85%, 52%
CMYK
85%, 12%, 0%, 48%
Name Match
Teal
Closest Standard

Shades of #147484 (Darker Variations)

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

Tints of #147484 (Lighter Variations)

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

Tones of #147484 (Muted Variations)

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

Color Harmonies for #147484

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

Developer Code Snippets & Tailwind CSS

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

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