HSL(88, 68%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,68%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 68%, 61%) | color: hsl(88, 68%, 61%) | |
| HEX | #A0DF58 | color: #A0DF58 | |
| RGB | rgb(160, 223, 88) | color: rgb(160, 223, 88) | |
| CMYK | cmyk(28%, 0%, 61%, 13%) | — | |
| HSV | hsv(88, 61%, 87%) | — | |
| HWB | hwb(88 34% 13%) | color: hwb(88 34% 13%) | |
| OKLCH | oklch(0.8338 0.1778 130.56) | color: oklch(0.8338 0.1778 130.56) | |
| Lab | lab(82.35 -41.16 58.31) | color: lab(82.35 -41.16 58.31) | |
| LCH | lch(82.35 71.37 125.22) | color: lch(82.35 71.37 125.22) |
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)
#BBBC79 — rgb(187, 188, 121)
Deuteranopia (Green-blind)
#B8B381 — rgb(184, 179, 129)
Tritanopia (Blue-blind)
#A39298 — rgb(163, 146, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 68%, 61%);
text
color: hsl(88, 68%, 61%);
border
border: 2px solid hsl(88, 68%, 61%);
gradient light
background: linear-gradient(to right, hsl(88, 68%, 81%), hsl(88, 68%, 61%));
gradient dark
background: linear-gradient(to right, hsl(88, 68%, 61%), hsl(88, 68%, 41%))
hex
background-color: #A0DF58;
tailwind
bg-[hsl(88,68%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 68%, 61%, 0.4);
css variable
--color-primary: hsl(88, 68%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 68%, 61%)?
HEX: #A0DF58 | RGB: rgb(160, 223, 88) | CMYK: 28%, 0%, 61%, 13% | HSV: 88°, 61%, 87%. Copy any format from the conversion table above.
What colors go well with #A0DF58?
The complementary color is HSL(268, 68%, 61%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 68%, 61%) in CSS?
As HSL: color: hsl(88, 68%, 61%); — As HEX: color: #A0DF58; — As RGB: color: rgb(160, 223, 88); — Tailwind CSS: bg-[hsl(88,68%,61%)] — CSS variable: --color-primary: hsl(88, 68%, 61%);