HSL(125, 12%, 57%)
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(125,12%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 12%, 57%) | color: hsl(125, 12%, 57%) | |
| HEX | #849F86 | color: #849F86 | |
| RGB | rgb(132, 159, 134) | color: rgb(132, 159, 134) | |
| CMYK | cmyk(17%, 0%, 16%, 38%) | — | |
| HSV | hsv(124, 17%, 62%) | — | |
| HWB | hwb(124 51% 38%) | color: hwb(124 51% 38%) | |
| OKLCH | oklch(0.6746 0.0473 147.03) | color: oklch(0.6746 0.0473 147.03) | |
| Lab | lab(62.86 -14.45 9.96) | color: lab(62.86 -14.45 9.96) | |
| LCH | lch(62.86 17.55 145.42) | color: lch(62.86 17.55 145.42) |
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)
#90908C — rgb(144, 144, 140)
Deuteranopia (Green-blind)
#8E8C8E — rgb(142, 140, 142)
Tritanopia (Blue-blind)
#859192 — rgb(133, 145, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 12%, 57%);
text
color: hsl(125, 12%, 57%);
border
border: 2px solid hsl(125, 12%, 57%);
gradient light
background: linear-gradient(to right, hsl(125, 12%, 77%), hsl(125, 12%, 57%));
gradient dark
background: linear-gradient(to right, hsl(125, 12%, 57%), hsl(125, 12%, 37%))
hex
background-color: #849F86;
tailwind
bg-[hsl(125,12%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 12%, 57%, 0.4);
css variable
--color-primary: hsl(125, 12%, 57%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(125, 12%, 57%)?
HEX: #849F86 | RGB: rgb(132, 159, 134) | CMYK: 17%, 0%, 16%, 38% | HSV: 124°, 17%, 62%. Copy any format from the conversion table above.
What colors go well with #849F86?
The complementary color is HSL(305, 12%, 57%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 12%, 57%) in CSS?
As HSL: color: hsl(125, 12%, 57%); — As HEX: color: #849F86; — As RGB: color: rgb(132, 159, 134); — Tailwind CSS: bg-[hsl(125,12%,57%)] — CSS variable: --color-primary: hsl(125, 12%, 57%);