HSL(75, 13%, 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(75,13%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 13%, 35%) | color: hsl(75, 13%, 35%) | |
| HEX | #5F654E | color: #5F654E | |
| RGB | rgb(95, 101, 78) | color: rgb(95, 101, 78) | |
| CMYK | cmyk(6%, 0%, 23%, 60%) | — | |
| HSV | hsv(76, 23%, 40%) | — | |
| HWB | hwb(76 31% 60%) | color: hwb(76 31% 60%) | |
| OKLCH | oklch(0.4948 0.036 119.6) | color: oklch(0.4948 0.036 119.6) | |
| Lab | lab(41.67 -6.81 12.28) | color: lab(41.67 -6.81 12.28) | |
| LCH | lch(41.67 14.04 119.01) | color: lch(41.67 14.04 119.01) |
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)
#626254 — rgb(98, 98, 84)
Deuteranopia (Green-blind)
#616155 — rgb(97, 97, 85)
Tritanopia (Blue-blind)
#5F5859 — rgb(95, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 13%, 35%);
text
color: hsl(75, 13%, 35%);
border
border: 2px solid hsl(75, 13%, 35%);
gradient light
background: linear-gradient(to right, hsl(75, 13%, 55%), hsl(75, 13%, 35%));
gradient dark
background: linear-gradient(to right, hsl(75, 13%, 35%), hsl(75, 13%, 15%))
hex
background-color: #5F654E;
tailwind
bg-[hsl(75,13%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 13%, 35%, 0.4);
css variable
--color-primary: hsl(75, 13%, 35%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(75, 13%, 35%)?
HEX: #5F654E | RGB: rgb(95, 101, 78) | CMYK: 6%, 0%, 23%, 60% | HSV: 76°, 23%, 40%. Copy any format from the conversion table above.
What colors go well with #5F654E?
The complementary color is HSL(255, 13%, 35%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 13%, 35%) in CSS?
As HSL: color: hsl(75, 13%, 35%); — As HEX: color: #5F654E; — As RGB: color: rgb(95, 101, 78); — Tailwind CSS: bg-[hsl(75,13%,35%)] — CSS variable: --color-primary: hsl(75, 13%, 35%);