HSL(119, 50%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,50%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 50%, 81%) | color: hsl(119, 50%, 81%) | |
| HEX | #B7E7B6 | color: #B7E7B6 | |
| RGB | rgb(183, 231, 182) | color: rgb(183, 231, 182) | |
| CMYK | cmyk(21%, 0%, 21%, 9%) | — | |
| HSV | hsv(119, 21%, 91%) | — | |
| HWB | hwb(119 72% 9%) | color: hwb(119 72% 9%) | |
| OKLCH | oklch(0.8816 0.083 144.32) | color: oklch(0.8816 0.083 144.32) | |
| Lab | lab(87.29 -24.68 18.9) | color: lab(87.29 -24.68 18.9) | |
| LCH | lch(87.29 31.09 142.56) | color: lch(87.29 31.09 142.56) |
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)
#CCCCC2 — rgb(204, 204, 194)
Deuteranopia (Green-blind)
#C9C5C5 — rgb(201, 197, 197)
Tritanopia (Blue-blind)
#B9CBCD — rgb(185, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 50%, 81%);
text
color: hsl(119, 50%, 81%);
border
border: 2px solid hsl(119, 50%, 81%);
gradient light
background: linear-gradient(to right, hsl(119, 50%, 100%), hsl(119, 50%, 81%));
gradient dark
background: linear-gradient(to right, hsl(119, 50%, 81%), hsl(119, 50%, 61%))
hex
background-color: #B7E7B6;
tailwind
bg-[hsl(119,50%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 50%, 81%, 0.4);
css variable
--color-primary: hsl(119, 50%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 50%, 81%)?
HEX: #B7E7B6 | RGB: rgb(183, 231, 182) | CMYK: 21%, 0%, 21%, 9% | HSV: 119°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #B7E7B6?
The complementary color is HSL(299, 50%, 81%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 50%, 81%) in CSS?
As HSL: color: hsl(119, 50%, 81%); — As HEX: color: #B7E7B6; — As RGB: color: rgb(183, 231, 182); — Tailwind CSS: bg-[hsl(119,50%,81%)] — CSS variable: --color-primary: hsl(119, 50%, 81%);