HSL(71, 11%, 35%)
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(71,11%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 11%, 35%) | color: hsl(71, 11%, 35%) | |
| HEX | #5F634F | color: #5F634F | |
| RGB | rgb(95, 99, 79) | color: rgb(95, 99, 79) | |
| CMYK | cmyk(4%, 0%, 20%, 61%) | — | |
| HSV | hsv(72, 20%, 39%) | — | |
| HWB | hwb(72 31% 61%) | color: hwb(72 31% 61%) | |
| OKLCH | oklch(0.4902 0.0312 116.75) | color: oklch(0.4902 0.0312 116.75) | |
| Lab | lab(41.09 -5.47 10.87) | color: lab(41.09 -5.47 10.87) | |
| LCH | lch(41.09 12.17 116.71) | color: lch(41.09 12.17 116.71) |
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)
#616154 — rgb(97, 97, 84)
Deuteranopia (Green-blind)
#616055 — rgb(97, 96, 85)
Tritanopia (Blue-blind)
#5F5859 — rgb(95, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 11%, 35%);
text
color: hsl(71, 11%, 35%);
border
border: 2px solid hsl(71, 11%, 35%);
gradient light
background: linear-gradient(to right, hsl(71, 11%, 55%), hsl(71, 11%, 35%));
gradient dark
background: linear-gradient(to right, hsl(71, 11%, 35%), hsl(71, 11%, 15%))
hex
background-color: #5F634F;
tailwind
bg-[hsl(71,11%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 11%, 35%, 0.4);
css variable
--color-primary: hsl(71, 11%, 35%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(71, 11%, 35%)?
HEX: #5F634F | RGB: rgb(95, 99, 79) | CMYK: 4%, 0%, 20%, 61% | HSV: 72°, 20%, 39%. Copy any format from the conversion table above.
What colors go well with #5F634F?
The complementary color is HSL(251, 11%, 35%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 11%, 35%) in CSS?
As HSL: color: hsl(71, 11%, 35%); — As HEX: color: #5F634F; — As RGB: color: rgb(95, 99, 79); — Tailwind CSS: bg-[hsl(71,11%,35%)] — CSS variable: --color-primary: hsl(71, 11%, 35%);