HSL(141, 85%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,85%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 85%, 85%) | color: hsl(141, 85%, 85%) | |
| HEX | #B8F9CF | color: #B8F9CF | |
| RGB | rgb(184, 249, 207) | color: rgb(184, 249, 207) | |
| CMYK | cmyk(26%, 0%, 17%, 2%) | — | |
| HSV | hsv(141, 26%, 98%) | — | |
| HWB | hwb(141 73% 2%) | color: hwb(141 73% 2%) | |
| OKLCH | oklch(0.9274 0.0867 155.98) | color: oklch(0.9274 0.0867 155.98) | |
| Lab | lab(92.77 -28.54 13.69) | color: lab(92.77 -28.54 13.69) | |
| LCH | lch(92.77 31.65 154.37) | color: lch(92.77 31.65 154.37) |
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)
#D4D5D9 — rgb(212, 213, 217)
Deuteranopia (Green-blind)
#D0CCDC — rgb(208, 204, 220)
Tritanopia (Blue-blind)
#BBE1E3 — rgb(187, 225, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 85%, 85%);
text
color: hsl(141, 85%, 85%);
border
border: 2px solid hsl(141, 85%, 85%);
gradient light
background: linear-gradient(to right, hsl(141, 85%, 100%), hsl(141, 85%, 85%));
gradient dark
background: linear-gradient(to right, hsl(141, 85%, 85%), hsl(141, 85%, 65%))
hex
background-color: #B8F9CF;
tailwind
bg-[hsl(141,85%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 85%, 85%, 0.4);
css variable
--color-primary: hsl(141, 85%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 85%, 85%)?
HEX: #B8F9CF | RGB: rgb(184, 249, 207) | CMYK: 26%, 0%, 17%, 2% | HSV: 141°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #B8F9CF?
The complementary color is HSL(321, 85%, 85%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 85%, 85%) in CSS?
As HSL: color: hsl(141, 85%, 85%); — As HEX: color: #B8F9CF; — As RGB: color: rgb(184, 249, 207); — Tailwind CSS: bg-[hsl(141,85%,85%)] — CSS variable: --color-primary: hsl(141, 85%, 85%);