HSL(87, 75%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,75%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 75%, 67%) | color: hsl(87, 75%, 67%) | |
| HEX | #B1EA6C | color: #B1EA6C | |
| RGB | rgb(177, 234, 108) | color: rgb(177, 234, 108) | |
| CMYK | cmyk(24%, 0%, 54%, 8%) | — | |
| HSV | hsv(87, 54%, 92%) | — | |
| HWB | hwb(87 42% 8%) | color: hwb(87 42% 8%) | |
| OKLCH | oklch(0.8717 0.1672 129.55) | color: oklch(0.8717 0.1672 129.55) | |
| Lab | lab(86.64 -38.09 54.65) | color: lab(86.64 -38.09 54.65) | |
| LCH | lch(86.64 66.61 124.88) | color: lch(86.64 66.61 124.88) |
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)
#CACA8A — rgb(202, 202, 138)
Deuteranopia (Green-blind)
#C6C292 — rgb(198, 194, 146)
Tritanopia (Blue-blind)
#B4A3A8 — rgb(180, 163, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 75%, 67%);
text
color: hsl(87, 75%, 67%);
border
border: 2px solid hsl(87, 75%, 67%);
gradient light
background: linear-gradient(to right, hsl(87, 75%, 87%), hsl(87, 75%, 67%));
gradient dark
background: linear-gradient(to right, hsl(87, 75%, 67%), hsl(87, 75%, 47%))
hex
background-color: #B1EA6C;
tailwind
bg-[hsl(87,75%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 75%, 67%, 0.4);
css variable
--color-primary: hsl(87, 75%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 75%, 67%)?
HEX: #B1EA6C | RGB: rgb(177, 234, 108) | CMYK: 24%, 0%, 54%, 8% | HSV: 87°, 54%, 92%. Copy any format from the conversion table above.
What colors go well with #B1EA6C?
The complementary color is HSL(267, 75%, 67%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 75%, 67%) in CSS?
As HSL: color: hsl(87, 75%, 67%); — As HEX: color: #B1EA6C; — As RGB: color: rgb(177, 234, 108); — Tailwind CSS: bg-[hsl(87,75%,67%)] — CSS variable: --color-primary: hsl(87, 75%, 67%);