HSL(141, 14%, 54%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(141,14%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 14%, 54%) | color: hsl(141, 14%, 54%) | |
| HEX | #799A85 | color: #799A85 | |
| RGB | rgb(121, 154, 133) | color: rgb(121, 154, 133) | |
| CMYK | cmyk(21%, 0%, 14%, 40%) | — | |
| HSV | hsv(142, 21%, 60%) | — | |
| HWB | hwb(142 47% 40%) | color: hwb(142 47% 40%) | |
| OKLCH | oklch(0.6551 0.0481 156.89) | color: oklch(0.6551 0.0481 156.89) | |
| Lab | lab(60.67 -15.87 7.3) | color: lab(60.67 -15.87 7.3) | |
| LCH | lch(60.67 17.47 155.3) | color: lch(60.67 17.47 155.3) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#87888A — rgb(135, 136, 138)
Deuteranopia (Green-blind)
#85838B — rgb(133, 131, 139)
Tritanopia (Blue-blind)
#7B8E8F — rgb(123, 142, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 14%, 54%);
text
color: hsl(141, 14%, 54%);
border
border: 2px solid hsl(141, 14%, 54%);
gradient light
background: linear-gradient(to right, hsl(141, 14%, 74%), hsl(141, 14%, 54%));
gradient dark
background: linear-gradient(to right, hsl(141, 14%, 54%), hsl(141, 14%, 34%))
hex
background-color: #799A85;
tailwind
bg-[hsl(141,14%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 14%, 54%, 0.4);
css variable
--color-primary: hsl(141, 14%, 54%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(141, 14%, 54%)?
HEX: #799A85 | RGB: rgb(121, 154, 133) | CMYK: 21%, 0%, 14%, 40% | HSV: 142°, 21%, 60%. Copy any format from the conversion table above.
What colors go well with #799A85?
The complementary color is HSL(321, 14%, 54%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 14%, 54%) in CSS?
As HSL: color: hsl(141, 14%, 54%); — As HEX: color: #799A85; — As RGB: color: rgb(121, 154, 133); — Tailwind CSS: bg-[hsl(141,14%,54%)] — CSS variable: --color-primary: hsl(141, 14%, 54%);