HSL(88, 85%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,85%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 85%, 71%) | color: hsl(88, 85%, 71%) | |
| HEX | #B9F476 | color: #B9F476 | |
| RGB | rgb(185, 244, 118) | color: rgb(185, 244, 118) | |
| CMYK | cmyk(24%, 0%, 52%, 4%) | — | |
| HSV | hsv(88, 52%, 96%) | — | |
| HWB | hwb(88 46% 4%) | color: hwb(88 46% 4%) | |
| OKLCH | oklch(0.9005 0.1679 129.96) | color: oklch(0.9005 0.1679 129.96) | |
| Lab | lab(90.01 -38.7 54.19) | color: lab(90.01 -38.7 54.19) | |
| LCH | lch(90.01 66.59 125.53) | color: lch(90.01 66.59 125.53) |
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)
#D3D394 — rgb(211, 211, 148)
Deuteranopia (Green-blind)
#CFCB9C — rgb(207, 203, 156)
Tritanopia (Blue-blind)
#BCADB2 — rgb(188, 173, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 85%, 71%);
text
color: hsl(88, 85%, 71%);
border
border: 2px solid hsl(88, 85%, 71%);
gradient light
background: linear-gradient(to right, hsl(88, 85%, 91%), hsl(88, 85%, 71%));
gradient dark
background: linear-gradient(to right, hsl(88, 85%, 71%), hsl(88, 85%, 51%))
hex
background-color: #B9F476;
tailwind
bg-[hsl(88,85%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 85%, 71%, 0.4);
css variable
--color-primary: hsl(88, 85%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 85%, 71%)?
HEX: #B9F476 | RGB: rgb(185, 244, 118) | CMYK: 24%, 0%, 52%, 4% | HSV: 88°, 52%, 96%. Copy any format from the conversion table above.
What colors go well with #B9F476?
The complementary color is HSL(268, 85%, 71%). 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, 85%, 71%) in CSS?
As HSL: color: hsl(88, 85%, 71%); — As HEX: color: #B9F476; — As RGB: color: rgb(185, 244, 118); — Tailwind CSS: bg-[hsl(88,85%,71%)] — CSS variable: --color-primary: hsl(88, 85%, 71%);