HSL(81, 23%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,23%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 23%, 23%) | color: hsl(81, 23%, 23%) | |
| HEX | #3F482D | color: #3F482D | |
| RGB | rgb(63, 72, 45) | color: rgb(63, 72, 45) | |
| CMYK | cmyk(13%, 0%, 38%, 72%) | — | |
| HSV | hsv(80, 38%, 28%) | — | |
| HWB | hwb(80 17% 72%) | color: hwb(80 17% 72%) | |
| OKLCH | oklch(0.3857 0.0448 123.47) | color: oklch(0.3857 0.0448 123.47) | |
| Lab | lab(29.11 -9.1 15.03) | color: lab(29.11 -9.1 15.03) | |
| LCH | lch(29.11 17.57 121.19) | color: lch(29.11 17.57 121.19) |
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)
#434334 — rgb(67, 67, 52)
Deuteranopia (Green-blind)
#424235 — rgb(66, 66, 53)
Tritanopia (Blue-blind)
#3F393A — rgb(63, 57, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 23%, 23%);
text
color: hsl(81, 23%, 23%);
border
border: 2px solid hsl(81, 23%, 23%);
gradient light
background: linear-gradient(to right, hsl(81, 23%, 43%), hsl(81, 23%, 23%));
gradient dark
background: linear-gradient(to right, hsl(81, 23%, 23%), hsl(81, 23%, 3%))
hex
background-color: #3F482D;
tailwind
bg-[hsl(81,23%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 23%, 23%, 0.4);
css variable
--color-primary: hsl(81, 23%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 23%, 23%)?
HEX: #3F482D | RGB: rgb(63, 72, 45) | CMYK: 13%, 0%, 38%, 72% | HSV: 80°, 38%, 28%. Copy any format from the conversion table above.
What colors go well with #3F482D?
The complementary color is HSL(261, 23%, 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, 23%, 23%) in CSS?
As HSL: color: hsl(81, 23%, 23%); — As HEX: color: #3F482D; — As RGB: color: rgb(63, 72, 45); — Tailwind CSS: bg-[hsl(81,23%,23%)] — CSS variable: --color-primary: hsl(81, 23%, 23%);