HSL(97, 14%, 52%)
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(97,14%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 14%, 52%) | color: hsl(97, 14%, 52%) | |
| HEX | #819673 | color: #819673 | |
| RGB | rgb(129, 150, 115) | color: rgb(129, 150, 115) | |
| CMYK | cmyk(14%, 0%, 23%, 41%) | — | |
| HSV | hsv(96, 23%, 59%) | — | |
| HWB | hwb(96 45% 41%) | color: hwb(96 45% 41%) | |
| OKLCH | oklch(0.6469 0.056 133.05) | color: oklch(0.6469 0.056 133.05) | |
| Lab | lab(59.63 -14.18 16.05) | color: lab(59.63 -14.18 16.05) | |
| LCH | lch(59.63 21.42 131.46) | color: lch(59.63 21.42 131.46) |
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)
#8A8A7B — rgb(138, 138, 123)
Deuteranopia (Green-blind)
#89877E — rgb(137, 135, 126)
Tritanopia (Blue-blind)
#828284 — rgb(130, 130, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 14%, 52%);
text
color: hsl(97, 14%, 52%);
border
border: 2px solid hsl(97, 14%, 52%);
gradient light
background: linear-gradient(to right, hsl(97, 14%, 72%), hsl(97, 14%, 52%));
gradient dark
background: linear-gradient(to right, hsl(97, 14%, 52%), hsl(97, 14%, 32%))
hex
background-color: #819673;
tailwind
bg-[hsl(97,14%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 14%, 52%, 0.4);
css variable
--color-primary: hsl(97, 14%, 52%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(97, 14%, 52%)?
HEX: #819673 | RGB: rgb(129, 150, 115) | CMYK: 14%, 0%, 23%, 41% | HSV: 96°, 23%, 59%. Copy any format from the conversion table above.
What colors go well with #819673?
The complementary color is HSL(277, 14%, 52%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 14%, 52%) in CSS?
As HSL: color: hsl(97, 14%, 52%); — As HEX: color: #819673; — As RGB: color: rgb(129, 150, 115); — Tailwind CSS: bg-[hsl(97,14%,52%)] — CSS variable: --color-primary: hsl(97, 14%, 52%);