HSL(84, 20%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,20%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 20%, 70%) | color: hsl(84, 20%, 70%) | |
| HEX | #B6C2A3 | color: #B6C2A3 | |
| RGB | rgb(182, 194, 163) | color: rgb(182, 194, 163) | |
| CMYK | cmyk(6%, 0%, 16%, 24%) | — | |
| HSV | hsv(83, 16%, 76%) | — | |
| HWB | hwb(83 64% 24%) | color: hwb(83 64% 24%) | |
| OKLCH | oklch(0.7964 0.0446 124.64) | color: oklch(0.7964 0.0446 124.64) | |
| Lab | lab(76.78 -9.67 14.22) | color: lab(76.78 -9.67 14.22) | |
| LCH | lch(76.78 17.2 124.22) | color: lch(76.78 17.2 124.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)
#BBBBAB — rgb(187, 187, 171)
Deuteranopia (Green-blind)
#BBBAAC — rgb(187, 186, 172)
Tritanopia (Blue-blind)
#B7B0B2 — rgb(183, 176, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 20%, 70%);
text
color: hsl(84, 20%, 70%);
border
border: 2px solid hsl(84, 20%, 70%);
gradient light
background: linear-gradient(to right, hsl(84, 20%, 90%), hsl(84, 20%, 70%));
gradient dark
background: linear-gradient(to right, hsl(84, 20%, 70%), hsl(84, 20%, 50%))
hex
background-color: #B6C2A3;
tailwind
bg-[hsl(84,20%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 20%, 70%, 0.4);
css variable
--color-primary: hsl(84, 20%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 20%, 70%)?
HEX: #B6C2A3 | RGB: rgb(182, 194, 163) | CMYK: 6%, 0%, 16%, 24% | HSV: 83°, 16%, 76%. Copy any format from the conversion table above.
What colors go well with #B6C2A3?
The complementary color is HSL(264, 20%, 70%). 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, 20%, 70%) in CSS?
As HSL: color: hsl(84, 20%, 70%); — As HEX: color: #B6C2A3; — As RGB: color: rgb(182, 194, 163); — Tailwind CSS: bg-[hsl(84,20%,70%)] — CSS variable: --color-primary: hsl(84, 20%, 70%);