HSL(86, 20%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,20%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 20%, 70%) | color: hsl(86, 20%, 70%) | |
| HEX | #B5C2A3 | color: #B5C2A3 | |
| RGB | rgb(181, 194, 163) | color: rgb(181, 194, 163) | |
| CMYK | cmyk(7%, 0%, 16%, 24%) | — | |
| HSV | hsv(85, 16%, 76%) | — | |
| HWB | hwb(85 64% 24%) | color: hwb(85 64% 24%) | |
| OKLCH | oklch(0.7956 0.0449 125.95) | color: oklch(0.7956 0.0449 125.95) | |
| Lab | lab(76.71 -10.04 14.11) | color: lab(76.71 -10.04 14.11) | |
| LCH | lch(76.71 17.32 125.43) | color: lch(76.71 17.32 125.43) |
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)
#BBBBAB — rgb(187, 187, 171)
Deuteranopia (Green-blind)
#BAB9AC — rgb(186, 185, 172)
Tritanopia (Blue-blind)
#B6B0B2 — rgb(182, 176, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 20%, 70%);
text
color: hsl(86, 20%, 70%);
border
border: 2px solid hsl(86, 20%, 70%);
gradient light
background: linear-gradient(to right, hsl(86, 20%, 90%), hsl(86, 20%, 70%));
gradient dark
background: linear-gradient(to right, hsl(86, 20%, 70%), hsl(86, 20%, 50%))
hex
background-color: #B5C2A3;
tailwind
bg-[hsl(86,20%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 20%, 70%, 0.4);
css variable
--color-primary: hsl(86, 20%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 20%, 70%)?
HEX: #B5C2A3 | RGB: rgb(181, 194, 163) | CMYK: 7%, 0%, 16%, 24% | HSV: 85°, 16%, 76%. Copy any format from the conversion table above.
What colors go well with #B5C2A3?
The complementary color is HSL(266, 20%, 70%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 20%, 70%) in CSS?
As HSL: color: hsl(86, 20%, 70%); — As HEX: color: #B5C2A3; — As RGB: color: rgb(181, 194, 163); — Tailwind CSS: bg-[hsl(86,20%,70%)] — CSS variable: --color-primary: hsl(86, 20%, 70%);