HSL(65, 43%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,43%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 43%, 40%) | color: hsl(65, 43%, 40%) | |
| HEX | #8B923A | color: #8B923A | |
| RGB | rgb(139, 146, 58) | color: rgb(139, 146, 58) | |
| CMYK | cmyk(5%, 0%, 60%, 43%) | — | |
| HSV | hsv(65, 60%, 57%) | — | |
| HWB | hwb(65 23% 43%) | color: hwb(65 23% 43%) | |
| OKLCH | oklch(0.6359 0.112 113.38) | color: oklch(0.6359 0.112 113.38) | |
| Lab | lab(58.37 -15.01 44.65) | color: lab(58.37 -15.01 44.65) | |
| LCH | lch(58.37 47.11 108.58) | color: lch(58.37 47.11 108.58) |
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)
#8E8E4F — rgb(142, 142, 79)
Deuteranopia (Green-blind)
#8E8D54 — rgb(142, 141, 84)
Tritanopia (Blue-blind)
#8B6064 — rgb(139, 96, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 43%, 40%);
text
color: hsl(65, 43%, 40%);
border
border: 2px solid hsl(65, 43%, 40%);
gradient light
background: linear-gradient(to right, hsl(65, 43%, 60%), hsl(65, 43%, 40%));
gradient dark
background: linear-gradient(to right, hsl(65, 43%, 40%), hsl(65, 43%, 20%))
hex
background-color: #8B923A;
tailwind
bg-[hsl(65,43%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 43%, 40%, 0.4);
css variable
--color-primary: hsl(65, 43%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 43%, 40%)?
HEX: #8B923A | RGB: rgb(139, 146, 58) | CMYK: 5%, 0%, 60%, 43% | HSV: 65°, 60%, 57%. Copy any format from the conversion table above.
What colors go well with #8B923A?
The complementary color is HSL(245, 43%, 40%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 43%, 40%) in CSS?
As HSL: color: hsl(65, 43%, 40%); — As HEX: color: #8B923A; — As RGB: color: rgb(139, 146, 58); — Tailwind CSS: bg-[hsl(65,43%,40%)] — CSS variable: --color-primary: hsl(65, 43%, 40%);