HSL(81, 20%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,20%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 20%, 23%) | color: hsl(81, 20%, 23%) | |
| HEX | #3E462F | color: #3E462F | |
| RGB | rgb(62, 70, 47) | color: rgb(62, 70, 47) | |
| CMYK | cmyk(11%, 0%, 33%, 73%) | — | |
| HSV | hsv(81, 33%, 27%) | — | |
| HWB | hwb(81 18% 73%) | color: hwb(81 18% 73%) | |
| OKLCH | oklch(0.38 0.0387 123.8) | color: oklch(0.38 0.0387 123.8) | |
| Lab | lab(28.41 -8.01 12.82) | color: lab(28.41 -8.01 12.82) | |
| LCH | lch(28.41 15.12 122) | color: lch(28.41 15.12 122) |
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)
#414235 — rgb(65, 66, 53)
Deuteranopia (Green-blind)
#414036 — rgb(65, 64, 54)
Tritanopia (Blue-blind)
#3E393A — rgb(62, 57, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 20%, 23%);
text
color: hsl(81, 20%, 23%);
border
border: 2px solid hsl(81, 20%, 23%);
gradient light
background: linear-gradient(to right, hsl(81, 20%, 43%), hsl(81, 20%, 23%));
gradient dark
background: linear-gradient(to right, hsl(81, 20%, 23%), hsl(81, 20%, 3%))
hex
background-color: #3E462F;
tailwind
bg-[hsl(81,20%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 20%, 23%, 0.4);
css variable
--color-primary: hsl(81, 20%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 20%, 23%)?
HEX: #3E462F | RGB: rgb(62, 70, 47) | CMYK: 11%, 0%, 33%, 73% | HSV: 81°, 33%, 27%. Copy any format from the conversion table above.
What colors go well with #3E462F?
The complementary color is HSL(261, 20%, 23%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 20%, 23%) in CSS?
As HSL: color: hsl(81, 20%, 23%); — As HEX: color: #3E462F; — As RGB: color: rgb(62, 70, 47); — Tailwind CSS: bg-[hsl(81,20%,23%)] — CSS variable: --color-primary: hsl(81, 20%, 23%);