HSL(65, 14%, 30%)
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(65,14%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 14%, 30%) | color: hsl(65, 14%, 30%) | |
| HEX | #555742 | color: #555742 | |
| RGB | rgb(85, 87, 66) | color: rgb(85, 87, 66) | |
| CMYK | cmyk(2%, 0%, 24%, 66%) | — | |
| HSV | hsv(66, 24%, 34%) | — | |
| HWB | hwb(66 26% 66%) | color: hwb(66 26% 66%) | |
| OKLCH | oklch(0.4487 0.0329 112.14) | color: oklch(0.4487 0.0329 112.14) | |
| Lab | lab(36.25 -4.86 11.97) | color: lab(36.25 -4.86 11.97) | |
| LCH | lch(36.25 12.92 112.1) | color: lch(36.25 12.92 112.1) |
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)
#565647 — rgb(86, 86, 71)
Deuteranopia (Green-blind)
#565648 — rgb(86, 86, 72)
Tritanopia (Blue-blind)
#554B4C — rgb(85, 75, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 14%, 30%);
text
color: hsl(65, 14%, 30%);
border
border: 2px solid hsl(65, 14%, 30%);
gradient light
background: linear-gradient(to right, hsl(65, 14%, 50%), hsl(65, 14%, 30%));
gradient dark
background: linear-gradient(to right, hsl(65, 14%, 30%), hsl(65, 14%, 10%))
hex
background-color: #555742;
tailwind
bg-[hsl(65,14%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 14%, 30%, 0.4);
css variable
--color-primary: hsl(65, 14%, 30%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(65, 14%, 30%)?
HEX: #555742 | RGB: rgb(85, 87, 66) | CMYK: 2%, 0%, 24%, 66% | HSV: 66°, 24%, 34%. Copy any format from the conversion table above.
What colors go well with #555742?
The complementary color is HSL(245, 14%, 30%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 14%, 30%) in CSS?
As HSL: color: hsl(65, 14%, 30%); — As HEX: color: #555742; — As RGB: color: rgb(85, 87, 66); — Tailwind CSS: bg-[hsl(65,14%,30%)] — CSS variable: --color-primary: hsl(65, 14%, 30%);