HSL(104, 10%, 27%)
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(104,10%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 10%, 27%) | color: hsl(104, 10%, 27%) | |
| HEX | #424C3E | color: #424C3E | |
| RGB | rgb(66, 76, 62) | color: rgb(66, 76, 62) | |
| CMYK | cmyk(13%, 0%, 18%, 70%) | — | |
| HSV | hsv(103, 18%, 30%) | — | |
| HWB | hwb(103 25% 70%) | color: hwb(103 25% 70%) | |
| OKLCH | oklch(0.4031 0.0263 136.74) | color: oklch(0.4031 0.0263 136.74) | |
| Lab | lab(31.05 -7.11 7) | color: lab(31.05 -7.11 7) | |
| LCH | lch(31.05 9.98 135.45) | color: lch(31.05 9.98 135.45) |
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)
#464641 — rgb(70, 70, 65)
Deuteranopia (Green-blind)
#464542 — rgb(70, 69, 66)
Tritanopia (Blue-blind)
#434445 — rgb(67, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 10%, 27%);
text
color: hsl(104, 10%, 27%);
border
border: 2px solid hsl(104, 10%, 27%);
gradient light
background: linear-gradient(to right, hsl(104, 10%, 47%), hsl(104, 10%, 27%));
gradient dark
background: linear-gradient(to right, hsl(104, 10%, 27%), hsl(104, 10%, 7%))
hex
background-color: #424C3E;
tailwind
bg-[hsl(104,10%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 10%, 27%, 0.4);
css variable
--color-primary: hsl(104, 10%, 27%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(104, 10%, 27%)?
HEX: #424C3E | RGB: rgb(66, 76, 62) | CMYK: 13%, 0%, 18%, 70% | HSV: 103°, 18%, 30%. Copy any format from the conversion table above.
What colors go well with #424C3E?
The complementary color is HSL(284, 10%, 27%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 10%, 27%) in CSS?
As HSL: color: hsl(104, 10%, 27%); — As HEX: color: #424C3E; — As RGB: color: rgb(66, 76, 62); — Tailwind CSS: bg-[hsl(104,10%,27%)] — CSS variable: --color-primary: hsl(104, 10%, 27%);