HSL(81, 12%, 49%)
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(81,12%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 12%, 49%) | color: hsl(81, 12%, 49%) | |
| HEX | #818C6E | color: #818C6E | |
| RGB | rgb(129, 140, 110) | color: rgb(129, 140, 110) | |
| CMYK | cmyk(8%, 0%, 21%, 45%) | — | |
| HSV | hsv(82, 21%, 55%) | — | |
| HWB | hwb(82 43% 45%) | color: hwb(82 43% 45%) | |
| OKLCH | oklch(0.6227 0.0454 124.07) | color: oklch(0.6227 0.0454 124.07) | |
| Lab | lab(56.63 -9.63 14.72) | color: lab(56.63 -9.63 14.72) | |
| LCH | lch(56.63 17.59 123.19) | color: lch(56.63 17.59 123.19) |
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)
#868675 — rgb(134, 134, 117)
Deuteranopia (Green-blind)
#858477 — rgb(133, 132, 119)
Tritanopia (Blue-blind)
#827B7C — rgb(130, 123, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 12%, 49%);
text
color: hsl(81, 12%, 49%);
border
border: 2px solid hsl(81, 12%, 49%);
gradient light
background: linear-gradient(to right, hsl(81, 12%, 69%), hsl(81, 12%, 49%));
gradient dark
background: linear-gradient(to right, hsl(81, 12%, 49%), hsl(81, 12%, 29%))
hex
background-color: #818C6E;
tailwind
bg-[hsl(81,12%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 12%, 49%, 0.4);
css variable
--color-primary: hsl(81, 12%, 49%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(81, 12%, 49%)?
HEX: #818C6E | RGB: rgb(129, 140, 110) | CMYK: 8%, 0%, 21%, 45% | HSV: 82°, 21%, 55%. Copy any format from the conversion table above.
What colors go well with #818C6E?
The complementary color is HSL(261, 12%, 49%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 12%, 49%) in CSS?
As HSL: color: hsl(81, 12%, 49%); — As HEX: color: #818C6E; — As RGB: color: rgb(129, 140, 110); — Tailwind CSS: bg-[hsl(81,12%,49%)] — CSS variable: --color-primary: hsl(81, 12%, 49%);