HSL(81, 30%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,30%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 30%, 54%) | color: hsl(81, 30%, 54%) | |
| HEX | #94AD67 | color: #94AD67 | |
| RGB | rgb(148, 173, 103) | color: rgb(148, 173, 103) | |
| CMYK | cmyk(14%, 0%, 40%, 32%) | — | |
| HSV | hsv(81, 40%, 68%) | — | |
| HWB | hwb(81 41% 32%) | color: hwb(81 41% 32%) | |
| OKLCH | oklch(0.7118 0.0988 124.88) | color: oklch(0.7118 0.0988 124.88) | |
| Lab | lab(67.4 -20.55 33.13) | color: lab(67.4 -20.55 33.13) | |
| LCH | lch(67.4 38.99 121.81) | color: lch(67.4 38.99 121.81) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9F9F78 — rgb(159, 159, 120)
Deuteranopia (Green-blind)
#9D9C7C — rgb(157, 156, 124)
Tritanopia (Blue-blind)
#958588 — rgb(149, 133, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 30%, 54%);
text
color: hsl(81, 30%, 54%);
border
border: 2px solid hsl(81, 30%, 54%);
gradient light
background: linear-gradient(to right, hsl(81, 30%, 74%), hsl(81, 30%, 54%));
gradient dark
background: linear-gradient(to right, hsl(81, 30%, 54%), hsl(81, 30%, 34%))
hex
background-color: #94AD67;
tailwind
bg-[hsl(81,30%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 30%, 54%, 0.4);
css variable
--color-primary: hsl(81, 30%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 30%, 54%)?
HEX: #94AD67 | RGB: rgb(148, 173, 103) | CMYK: 14%, 0%, 40%, 32% | HSV: 81°, 40%, 68%. Copy any format from the conversion table above.
What colors go well with #94AD67?
The complementary color is HSL(261, 30%, 54%). 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, 30%, 54%) in CSS?
As HSL: color: hsl(81, 30%, 54%); — As HEX: color: #94AD67; — As RGB: color: rgb(148, 173, 103); — Tailwind CSS: bg-[hsl(81,30%,54%)] — CSS variable: --color-primary: hsl(81, 30%, 54%);