HSL(67, 22%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,22%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 22%, 47%) | color: hsl(67, 22%, 47%) | |
| HEX | #8C925D | color: #8C925D | |
| RGB | rgb(140, 146, 93) | color: rgb(140, 146, 93) | |
| CMYK | cmyk(4%, 0%, 36%, 43%) | — | |
| HSV | hsv(67, 36%, 57%) | — | |
| HWB | hwb(67 36% 43%) | color: hwb(67 36% 43%) | |
| OKLCH | oklch(0.6419 0.0738 113.76) | color: oklch(0.6419 0.0738 113.76) | |
| Lab | lab(58.9 -10.97 27.4) | color: lab(58.9 -10.97 27.4) | |
| LCH | lch(58.9 29.51 111.82) | color: lch(58.9 29.51 111.82) |
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)
#8F8F6A — rgb(143, 143, 106)
Deuteranopia (Green-blind)
#8E8E6D — rgb(142, 142, 109)
Tritanopia (Blue-blind)
#8C7476 — rgb(140, 116, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 22%, 47%);
text
color: hsl(67, 22%, 47%);
border
border: 2px solid hsl(67, 22%, 47%);
gradient light
background: linear-gradient(to right, hsl(67, 22%, 67%), hsl(67, 22%, 47%));
gradient dark
background: linear-gradient(to right, hsl(67, 22%, 47%), hsl(67, 22%, 27%))
hex
background-color: #8C925D;
tailwind
bg-[hsl(67,22%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 22%, 47%, 0.4);
css variable
--color-primary: hsl(67, 22%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 22%, 47%)?
HEX: #8C925D | RGB: rgb(140, 146, 93) | CMYK: 4%, 0%, 36%, 43% | HSV: 67°, 36%, 57%. Copy any format from the conversion table above.
What colors go well with #8C925D?
The complementary color is HSL(247, 22%, 47%). 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, 22%, 47%) in CSS?
As HSL: color: hsl(67, 22%, 47%); — As HEX: color: #8C925D; — As RGB: color: rgb(140, 146, 93); — Tailwind CSS: bg-[hsl(67,22%,47%)] — CSS variable: --color-primary: hsl(67, 22%, 47%);