HSL(87, 25%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,25%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 25%, 71%) | color: hsl(87, 25%, 71%) | |
| HEX | #B7C8A3 | color: #B7C8A3 | |
| RGB | rgb(183, 200, 163) | color: rgb(183, 200, 163) | |
| CMYK | cmyk(9%, 0%, 19%, 22%) | — | |
| HSV | hsv(88, 19%, 78%) | — | |
| HWB | hwb(88 63% 22%) | color: hwb(88 63% 22%) | |
| OKLCH | oklch(0.81 0.0539 127.68) | color: oklch(0.81 0.0539 127.68) | |
| Lab | lab(78.47 -12.41 16.6) | color: lab(78.47 -12.41 16.6) | |
| LCH | lch(78.47 20.73 126.78) | color: lch(78.47 20.73 126.78) |
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)
#BEBFAC — rgb(190, 191, 172)
Deuteranopia (Green-blind)
#BDBCAE — rgb(189, 188, 174)
Tritanopia (Blue-blind)
#B8B3B5 — rgb(184, 179, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 25%, 71%);
text
color: hsl(87, 25%, 71%);
border
border: 2px solid hsl(87, 25%, 71%);
gradient light
background: linear-gradient(to right, hsl(87, 25%, 91%), hsl(87, 25%, 71%));
gradient dark
background: linear-gradient(to right, hsl(87, 25%, 71%), hsl(87, 25%, 51%))
hex
background-color: #B7C8A3;
tailwind
bg-[hsl(87,25%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 25%, 71%, 0.4);
css variable
--color-primary: hsl(87, 25%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 25%, 71%)?
HEX: #B7C8A3 | RGB: rgb(183, 200, 163) | CMYK: 9%, 0%, 19%, 22% | HSV: 88°, 19%, 78%. Copy any format from the conversion table above.
What colors go well with #B7C8A3?
The complementary color is HSL(267, 25%, 71%). 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, 25%, 71%) in CSS?
As HSL: color: hsl(87, 25%, 71%); — As HEX: color: #B7C8A3; — As RGB: color: rgb(183, 200, 163); — Tailwind CSS: bg-[hsl(87,25%,71%)] — CSS variable: --color-primary: hsl(87, 25%, 71%);