HSL(96, 30%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 30%, 71%) | color: hsl(96, 30%, 71%) | |
| HEX | #B1CB9F | color: #B1CB9F | |
| RGB | rgb(177, 203, 159) | color: rgb(177, 203, 159) | |
| CMYK | cmyk(13%, 0%, 22%, 20%) | — | |
| HSV | hsv(95, 22%, 80%) | — | |
| HWB | hwb(95 62% 20%) | color: hwb(95 62% 20%) | |
| OKLCH | oklch(0.8111 0.0664 132.69) | color: oklch(0.8111 0.0664 132.69) | |
| Lab | lab(78.79 -16.73 19.1) | color: lab(78.79 -16.73 19.1) | |
| LCH | lch(78.79 25.39 131.22) | color: lch(78.79 25.39 131.22) |
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)
#BCBCAA — rgb(188, 188, 170)
Deuteranopia (Green-blind)
#BBB9AC — rgb(187, 185, 172)
Tritanopia (Blue-blind)
#B2B2B4 — rgb(178, 178, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 30%, 71%);
text
color: hsl(96, 30%, 71%);
border
border: 2px solid hsl(96, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(96, 30%, 91%), hsl(96, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(96, 30%, 71%), hsl(96, 30%, 51%))
hex
background-color: #B1CB9F;
tailwind
bg-[hsl(96,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 30%, 71%, 0.4);
css variable
--color-primary: hsl(96, 30%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 30%, 71%)?
HEX: #B1CB9F | RGB: rgb(177, 203, 159) | CMYK: 13%, 0%, 22%, 20% | HSV: 95°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #B1CB9F?
The complementary color is HSL(276, 30%, 71%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 30%, 71%) in CSS?
As HSL: color: hsl(96, 30%, 71%); — As HEX: color: #B1CB9F; — As RGB: color: rgb(177, 203, 159); — Tailwind CSS: bg-[hsl(96,30%,71%)] — CSS variable: --color-primary: hsl(96, 30%, 71%);