HSL(88, 80%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,80%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 80%, 73%) | color: hsl(88, 80%, 73%) | |
| HEX | #BEF183 | color: #BEF183 | |
| RGB | rgb(190, 241, 131) | color: rgb(190, 241, 131) | |
| CMYK | cmyk(21%, 0%, 46%, 5%) | — | |
| HSV | hsv(88, 46%, 95%) | — | |
| HWB | hwb(88 51% 5%) | color: hwb(88 51% 5%) | |
| OKLCH | oklch(0.8987 0.149 129.39) | color: oklch(0.8987 0.149 129.39) | |
| Lab | lab(89.62 -34.16 47.7) | color: lab(89.62 -34.16 47.7) | |
| LCH | lch(89.62 58.67 125.61) | color: lch(89.62 58.67 125.61) |
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)
#D4D59E — rgb(212, 213, 158)
Deuteranopia (Green-blind)
#D1CDA4 — rgb(209, 205, 164)
Tritanopia (Blue-blind)
#C1B3B7 — rgb(193, 179, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 80%, 73%);
text
color: hsl(88, 80%, 73%);
border
border: 2px solid hsl(88, 80%, 73%);
gradient light
background: linear-gradient(to right, hsl(88, 80%, 93%), hsl(88, 80%, 73%));
gradient dark
background: linear-gradient(to right, hsl(88, 80%, 73%), hsl(88, 80%, 53%))
hex
background-color: #BEF183;
tailwind
bg-[hsl(88,80%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 80%, 73%, 0.4);
css variable
--color-primary: hsl(88, 80%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 80%, 73%)?
HEX: #BEF183 | RGB: rgb(190, 241, 131) | CMYK: 21%, 0%, 46%, 5% | HSV: 88°, 46%, 95%. Copy any format from the conversion table above.
What colors go well with #BEF183?
The complementary color is HSL(268, 80%, 73%). 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, 80%, 73%) in CSS?
As HSL: color: hsl(88, 80%, 73%); — As HEX: color: #BEF183; — As RGB: color: rgb(190, 241, 131); — Tailwind CSS: bg-[hsl(88,80%,73%)] — CSS variable: --color-primary: hsl(88, 80%, 73%);