HSL(84, 29%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,29%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 29%, 71%) | color: hsl(84, 29%, 71%) | |
| HEX | #B9CAA0 | color: #B9CAA0 | |
| RGB | rgb(185, 202, 160) | color: rgb(185, 202, 160) | |
| CMYK | cmyk(8%, 0%, 21%, 21%) | — | |
| HSV | hsv(84, 21%, 79%) | — | |
| HWB | hwb(84 62% 21%) | color: hwb(84 62% 21%) | |
| OKLCH | oklch(0.8151 0.06 125.63) | color: oklch(0.8151 0.06 125.63) | |
| Lab | lab(79.09 -13.18 19.08) | color: lab(79.09 -13.18 19.08) | |
| LCH | lch(79.09 23.19 124.64) | color: lch(79.09 23.19 124.64) |
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)
#C0C1AA — rgb(192, 193, 170)
Deuteranopia (Green-blind)
#BFBEAD — rgb(191, 190, 173)
Tritanopia (Blue-blind)
#BAB2B4 — rgb(186, 178, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 29%, 71%);
text
color: hsl(84, 29%, 71%);
border
border: 2px solid hsl(84, 29%, 71%);
gradient light
background: linear-gradient(to right, hsl(84, 29%, 91%), hsl(84, 29%, 71%));
gradient dark
background: linear-gradient(to right, hsl(84, 29%, 71%), hsl(84, 29%, 51%))
hex
background-color: #B9CAA0;
tailwind
bg-[hsl(84,29%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 29%, 71%, 0.4);
css variable
--color-primary: hsl(84, 29%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 29%, 71%)?
HEX: #B9CAA0 | RGB: rgb(185, 202, 160) | CMYK: 8%, 0%, 21%, 21% | HSV: 84°, 21%, 79%. Copy any format from the conversion table above.
What colors go well with #B9CAA0?
The complementary color is HSL(264, 29%, 71%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 29%, 71%) in CSS?
As HSL: color: hsl(84, 29%, 71%); — As HEX: color: #B9CAA0; — As RGB: color: rgb(185, 202, 160); — Tailwind CSS: bg-[hsl(84,29%,71%)] — CSS variable: --color-primary: hsl(84, 29%, 71%);