HSL(129, 89%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,89%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 89%, 85%) | color: hsl(129, 89%, 85%) | |
| HEX | #B7FBC1 | color: #B7FBC1 | |
| RGB | rgb(183, 251, 193) | color: rgb(183, 251, 193) | |
| CMYK | cmyk(27%, 0%, 23%, 2%) | — | |
| HSV | hsv(129, 27%, 98%) | — | |
| HWB | hwb(129 72% 2%) | color: hwb(129 72% 2%) | |
| OKLCH | oklch(0.9279 0.1037 148.58) | color: oklch(0.9279 0.1037 148.58) | |
| Lab | lab(92.97 -32.28 21.15) | color: lab(92.97 -32.28 21.15) | |
| LCH | lch(92.97 38.59 146.77) | color: lch(92.97 38.59 146.77) |
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)
#D4D5CF — rgb(212, 213, 207)
Deuteranopia (Green-blind)
#D1CBD2 — rgb(209, 203, 210)
Tritanopia (Blue-blind)
#BADADD — rgb(186, 218, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 89%, 85%);
text
color: hsl(129, 89%, 85%);
border
border: 2px solid hsl(129, 89%, 85%);
gradient light
background: linear-gradient(to right, hsl(129, 89%, 100%), hsl(129, 89%, 85%));
gradient dark
background: linear-gradient(to right, hsl(129, 89%, 85%), hsl(129, 89%, 65%))
hex
background-color: #B7FBC1;
tailwind
bg-[hsl(129,89%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 89%, 85%, 0.4);
css variable
--color-primary: hsl(129, 89%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 89%, 85%)?
HEX: #B7FBC1 | RGB: rgb(183, 251, 193) | CMYK: 27%, 0%, 23%, 2% | HSV: 129°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #B7FBC1?
The complementary color is HSL(309, 89%, 85%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 89%, 85%) in CSS?
As HSL: color: hsl(129, 89%, 85%); — As HEX: color: #B7FBC1; — As RGB: color: rgb(183, 251, 193); — Tailwind CSS: bg-[hsl(129,89%,85%)] — CSS variable: --color-primary: hsl(129, 89%, 85%);