HSL(115, 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(115,10%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 10%, 27%) | color: hsl(115, 10%, 27%) | |
| HEX | #3F4C3E | color: #3F4C3E | |
| RGB | rgb(63, 76, 62) | color: rgb(63, 76, 62) | |
| CMYK | cmyk(17%, 0%, 18%, 70%) | — | |
| HSV | hsv(116, 18%, 30%) | — | |
| HWB | hwb(116 25% 70%) | color: hwb(116 25% 70%) | |
| OKLCH | oklch(0.4006 0.0285 143.12) | color: oklch(0.4006 0.0285 143.12) | |
| Lab | lab(30.82 -8.35 6.63) | color: lab(30.82 -8.35 6.63) | |
| LCH | lch(30.82 10.66 141.55) | color: lch(30.82 10.66 141.55) |
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)
#454541 — rgb(69, 69, 65)
Deuteranopia (Green-blind)
#444342 — rgb(68, 67, 66)
Tritanopia (Blue-blind)
#404445 — rgb(64, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 10%, 27%);
text
color: hsl(115, 10%, 27%);
border
border: 2px solid hsl(115, 10%, 27%);
gradient light
background: linear-gradient(to right, hsl(115, 10%, 47%), hsl(115, 10%, 27%));
gradient dark
background: linear-gradient(to right, hsl(115, 10%, 27%), hsl(115, 10%, 7%))
hex
background-color: #3F4C3E;
tailwind
bg-[hsl(115,10%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 10%, 27%, 0.4);
css variable
--color-primary: hsl(115, 10%, 27%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(115, 10%, 27%)?
HEX: #3F4C3E | RGB: rgb(63, 76, 62) | CMYK: 17%, 0%, 18%, 70% | HSV: 116°, 18%, 30%. Copy any format from the conversion table above.
What colors go well with #3F4C3E?
The complementary color is HSL(295, 10%, 27%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 10%, 27%) in CSS?
As HSL: color: hsl(115, 10%, 27%); — As HEX: color: #3F4C3E; — As RGB: color: rgb(63, 76, 62); — Tailwind CSS: bg-[hsl(115,10%,27%)] — CSS variable: --color-primary: hsl(115, 10%, 27%);