HSL(85, 50%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,50%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 50%, 66%) | color: hsl(85, 50%, 66%) | |
| HEX | #B0D47D | color: #B0D47D | |
| RGB | rgb(176, 212, 125) | color: rgb(176, 212, 125) | |
| CMYK | cmyk(17%, 0%, 41%, 17%) | — | |
| HSV | hsv(85, 41%, 83%) | — | |
| HWB | hwb(85 49% 17%) | color: hwb(85 49% 17%) | |
| OKLCH | oklch(0.8238 0.1201 127.19) | color: oklch(0.8238 0.1201 127.19) | |
| Lab | lab(80.63 -26.36 39.15) | color: lab(80.63 -26.36 39.15) | |
| LCH | lch(80.63 47.2 123.95) | color: lch(80.63 47.2 123.95) |
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)
#C0C092 — rgb(192, 192, 146)
Deuteranopia (Green-blind)
#BEBB97 — rgb(190, 187, 151)
Tritanopia (Blue-blind)
#B2A3A6 — rgb(178, 163, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 50%, 66%);
text
color: hsl(85, 50%, 66%);
border
border: 2px solid hsl(85, 50%, 66%);
gradient light
background: linear-gradient(to right, hsl(85, 50%, 86%), hsl(85, 50%, 66%));
gradient dark
background: linear-gradient(to right, hsl(85, 50%, 66%), hsl(85, 50%, 46%))
hex
background-color: #B0D47D;
tailwind
bg-[hsl(85,50%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 50%, 66%, 0.4);
css variable
--color-primary: hsl(85, 50%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 50%, 66%)?
HEX: #B0D47D | RGB: rgb(176, 212, 125) | CMYK: 17%, 0%, 41%, 17% | HSV: 85°, 41%, 83%. Copy any format from the conversion table above.
What colors go well with #B0D47D?
The complementary color is HSL(265, 50%, 66%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 50%, 66%) in CSS?
As HSL: color: hsl(85, 50%, 66%); — As HEX: color: #B0D47D; — As RGB: color: rgb(176, 212, 125); — Tailwind CSS: bg-[hsl(85,50%,66%)] — CSS variable: --color-primary: hsl(85, 50%, 66%);