HSL(127, 14%, 44%)
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(127,14%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 14%, 44%) | color: hsl(127, 14%, 44%) | |
| HEX | #608064 | color: #608064 | |
| RGB | rgb(96, 128, 100) | color: rgb(96, 128, 100) | |
| CMYK | cmyk(25%, 0%, 22%, 50%) | — | |
| HSV | hsv(128, 25%, 50%) | — | |
| HWB | hwb(128 38% 50%) | color: hwb(128 38% 50%) | |
| OKLCH | oklch(0.5671 0.0562 148.13) | color: oklch(0.5671 0.0562 148.13) | |
| Lab | lab(50.51 -17.41 11.58) | color: lab(50.51 -17.41 11.58) | |
| LCH | lch(50.51 20.91 146.37) | color: lch(50.51 20.91 146.37) |
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)
#6E6E6B — rgb(110, 110, 107)
Deuteranopia (Green-blind)
#6C6A6C — rgb(108, 106, 108)
Tritanopia (Blue-blind)
#627071 — rgb(98, 112, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 14%, 44%);
text
color: hsl(127, 14%, 44%);
border
border: 2px solid hsl(127, 14%, 44%);
gradient light
background: linear-gradient(to right, hsl(127, 14%, 64%), hsl(127, 14%, 44%));
gradient dark
background: linear-gradient(to right, hsl(127, 14%, 44%), hsl(127, 14%, 24%))
hex
background-color: #608064;
tailwind
bg-[hsl(127,14%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 14%, 44%, 0.4);
css variable
--color-primary: hsl(127, 14%, 44%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(127, 14%, 44%)?
HEX: #608064 | RGB: rgb(96, 128, 100) | CMYK: 25%, 0%, 22%, 50% | HSV: 128°, 25%, 50%. Copy any format from the conversion table above.
What colors go well with #608064?
The complementary color is HSL(307, 14%, 44%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 14%, 44%) in CSS?
As HSL: color: hsl(127, 14%, 44%); — As HEX: color: #608064; — As RGB: color: rgb(96, 128, 100); — Tailwind CSS: bg-[hsl(127,14%,44%)] — CSS variable: --color-primary: hsl(127, 14%, 44%);