HSL(77, 15%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(77,15%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 15%, 30%) | color: hsl(77, 15%, 30%) | |
| HEX | #515841 | color: #515841 | |
| RGB | rgb(81, 88, 65) | color: rgb(81, 88, 65) | |
| CMYK | cmyk(8%, 0%, 26%, 65%) | — | |
| HSV | hsv(78, 26%, 35%) | — | |
| HWB | hwb(78 26% 65%) | color: hwb(78 26% 65%) | |
| OKLCH | oklch(0.4473 0.0371 121.65) | color: oklch(0.4473 0.0371 121.65) | |
| Lab | lab(36.2 -7.36 12.45) | color: lab(36.2 -7.36 12.45) | |
| LCH | lch(36.2 14.46 120.59) | color: lch(36.2 14.46 120.59) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#545447 — rgb(84, 84, 71)
Deuteranopia (Green-blind)
#545348 — rgb(84, 83, 72)
Tritanopia (Blue-blind)
#514B4C — rgb(81, 75, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 15%, 30%);
text
color: hsl(77, 15%, 30%);
border
border: 2px solid hsl(77, 15%, 30%);
gradient light
background: linear-gradient(to right, hsl(77, 15%, 50%), hsl(77, 15%, 30%));
gradient dark
background: linear-gradient(to right, hsl(77, 15%, 30%), hsl(77, 15%, 10%))
hex
background-color: #515841;
tailwind
bg-[hsl(77,15%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 15%, 30%, 0.4);
css variable
--color-primary: hsl(77, 15%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 15%, 30%)?
HEX: #515841 | RGB: rgb(81, 88, 65) | CMYK: 8%, 0%, 26%, 65% | HSV: 78°, 26%, 35%. Copy any format from the conversion table above.
What colors go well with #515841?
The complementary color is HSL(257, 15%, 30%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 15%, 30%) in CSS?
As HSL: color: hsl(77, 15%, 30%); — As HEX: color: #515841; — As RGB: color: rgb(81, 88, 65); — Tailwind CSS: bg-[hsl(77,15%,30%)] — CSS variable: --color-primary: hsl(77, 15%, 30%);