HSL(85, 42%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,42%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 42%, 65%) | color: hsl(85, 42%, 65%) | |
| HEX | #ACCB80 | color: #ACCB80 | |
| RGB | rgb(172, 203, 128) | color: rgb(172, 203, 128) | |
| CMYK | cmyk(15%, 0%, 37%, 20%) | — | |
| HSV | hsv(85, 37%, 80%) | — | |
| HWB | hwb(85 50% 20%) | color: hwb(85 50% 20%) | |
| OKLCH | oklch(0.8014 0.1052 126.91) | color: oklch(0.8014 0.1052 126.91) | |
| Lab | lab(77.9 -23.1 34.07) | color: lab(77.9 -23.1 34.07) | |
| LCH | lch(77.9 41.16 124.14) | color: lch(77.9 41.16 124.14) |
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)
#B9BA92 — rgb(185, 186, 146)
Deuteranopia (Green-blind)
#B8B597 — rgb(184, 181, 151)
Tritanopia (Blue-blind)
#AEA0A4 — rgb(174, 160, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 42%, 65%);
text
color: hsl(85, 42%, 65%);
border
border: 2px solid hsl(85, 42%, 65%);
gradient light
background: linear-gradient(to right, hsl(85, 42%, 85%), hsl(85, 42%, 65%));
gradient dark
background: linear-gradient(to right, hsl(85, 42%, 65%), hsl(85, 42%, 45%))
hex
background-color: #ACCB80;
tailwind
bg-[hsl(85,42%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 42%, 65%, 0.4);
css variable
--color-primary: hsl(85, 42%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 42%, 65%)?
HEX: #ACCB80 | RGB: rgb(172, 203, 128) | CMYK: 15%, 0%, 37%, 20% | HSV: 85°, 37%, 80%. Copy any format from the conversion table above.
What colors go well with #ACCB80?
The complementary color is HSL(265, 42%, 65%). 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, 42%, 65%) in CSS?
As HSL: color: hsl(85, 42%, 65%); — As HEX: color: #ACCB80; — As RGB: color: rgb(172, 203, 128); — Tailwind CSS: bg-[hsl(85,42%,65%)] — CSS variable: --color-primary: hsl(85, 42%, 65%);