HSL(134, 100%, 86%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,100%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 100%, 86%) | color: hsl(134, 100%, 86%) | |
| HEX | #B8FFC8 | color: #B8FFC8 | |
| RGB | rgb(184, 255, 200) | color: rgb(184, 255, 200) | |
| CMYK | cmyk(28%, 0%, 22%, 0%) | — | |
| HSV | hsv(134, 28%, 100%) | — | |
| HWB | hwb(134 72% 0%) | color: hwb(134 72% 0%) | |
| OKLCH | oklch(0.9389 0.1025 151.03) | color: oklch(0.9389 0.1025 151.03) | |
| Lab | lab(94.26 -32.61 19.37) | color: lab(94.26 -32.61 19.37) | |
| LCH | lch(94.26 37.93 149.29) | color: lch(94.26 37.93 149.29) |
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)
#D7D7D5 — rgb(215, 215, 213)
Deuteranopia (Green-blind)
#D3CDD9 — rgb(211, 205, 217)
Tritanopia (Blue-blind)
#BCE0E2 — rgb(188, 224, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 100%, 86%);
text
color: hsl(134, 100%, 86%);
border
border: 2px solid hsl(134, 100%, 86%);
gradient light
background: linear-gradient(to right, hsl(134, 100%, 100%), hsl(134, 100%, 86%));
gradient dark
background: linear-gradient(to right, hsl(134, 100%, 86%), hsl(134, 100%, 66%))
hex
background-color: #B8FFC8;
tailwind
bg-[hsl(134,100%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 100%, 86%, 0.4);
css variable
--color-primary: hsl(134, 100%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(134, 100%, 86%)?
HEX: #B8FFC8 | RGB: rgb(184, 255, 200) | CMYK: 28%, 0%, 22%, 0% | HSV: 134°, 28%, 100%. Copy any format from the conversion table above.
What colors go well with #B8FFC8?
The complementary color is HSL(314, 100%, 86%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 100%, 86%) in CSS?
As HSL: color: hsl(134, 100%, 86%); — As HEX: color: #B8FFC8; — As RGB: color: rgb(184, 255, 200); — Tailwind CSS: bg-[hsl(134,100%,86%)] — CSS variable: --color-primary: hsl(134, 100%, 86%);