HSL(67, 54%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,54%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 54%, 38%) | color: hsl(67, 54%, 38%) | |
| HEX | #89952D | color: #89952D | |
| RGB | rgb(137, 149, 45) | color: rgb(137, 149, 45) | |
| CMYK | cmyk(8%, 0%, 70%, 42%) | — | |
| HSV | hsv(67, 70%, 58%) | — | |
| HWB | hwb(67 17% 42%) | color: hwb(67 17% 42%) | |
| OKLCH | oklch(0.6401 0.1266 115.76) | color: oklch(0.6401 0.1266 115.76) | |
| Lab | lab(58.98 -18.35 50.87) | color: lab(58.98 -18.35 50.87) | |
| LCH | lch(58.98 54.08 109.84) | color: lch(58.98 54.08 109.84) |
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)
#8E8E46 — rgb(142, 142, 70)
Deuteranopia (Green-blind)
#8E8D4C — rgb(142, 141, 76)
Tritanopia (Blue-blind)
#8A5A5E — rgb(138, 90, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 54%, 38%);
text
color: hsl(67, 54%, 38%);
border
border: 2px solid hsl(67, 54%, 38%);
gradient light
background: linear-gradient(to right, hsl(67, 54%, 58%), hsl(67, 54%, 38%));
gradient dark
background: linear-gradient(to right, hsl(67, 54%, 38%), hsl(67, 54%, 18%))
hex
background-color: #89952D;
tailwind
bg-[hsl(67,54%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 54%, 38%, 0.4);
css variable
--color-primary: hsl(67, 54%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 54%, 38%)?
HEX: #89952D | RGB: rgb(137, 149, 45) | CMYK: 8%, 0%, 70%, 42% | HSV: 67°, 70%, 58%. Copy any format from the conversion table above.
What colors go well with #89952D?
The complementary color is HSL(247, 54%, 38%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 54%, 38%) in CSS?
As HSL: color: hsl(67, 54%, 38%); — As HEX: color: #89952D; — As RGB: color: rgb(137, 149, 45); — Tailwind CSS: bg-[hsl(67,54%,38%)] — CSS variable: --color-primary: hsl(67, 54%, 38%);