HSL(106, 30%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,30%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 30%, 74%) | color: hsl(106, 30%, 74%) | |
| HEX | #B2D1A9 | color: #B2D1A9 | |
| RGB | rgb(178, 209, 169) | color: rgb(178, 209, 169) | |
| CMYK | cmyk(15%, 0%, 19%, 18%) | — | |
| HSV | hsv(107, 19%, 82%) | — | |
| HWB | hwb(107 66% 18%) | color: hwb(107 66% 18%) | |
| OKLCH | oklch(0.8272 0.0641 138.68) | color: oklch(0.8272 0.0641 138.68) | |
| Lab | lab(80.7 -17.75 16.47) | color: lab(80.7 -17.75 16.47) | |
| LCH | lch(80.7 24.21 137.14) | color: lch(80.7 24.21 137.14) |
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)
#BFC0B3 — rgb(191, 192, 179)
Deuteranopia (Green-blind)
#BEBBB5 — rgb(190, 187, 181)
Tritanopia (Blue-blind)
#B4BABC — rgb(180, 186, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 30%, 74%);
text
color: hsl(106, 30%, 74%);
border
border: 2px solid hsl(106, 30%, 74%);
gradient light
background: linear-gradient(to right, hsl(106, 30%, 94%), hsl(106, 30%, 74%));
gradient dark
background: linear-gradient(to right, hsl(106, 30%, 74%), hsl(106, 30%, 54%))
hex
background-color: #B2D1A9;
tailwind
bg-[hsl(106,30%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 30%, 74%, 0.4);
css variable
--color-primary: hsl(106, 30%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 30%, 74%)?
HEX: #B2D1A9 | RGB: rgb(178, 209, 169) | CMYK: 15%, 0%, 19%, 18% | HSV: 107°, 19%, 82%. Copy any format from the conversion table above.
What colors go well with #B2D1A9?
The complementary color is HSL(286, 30%, 74%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 30%, 74%) in CSS?
As HSL: color: hsl(106, 30%, 74%); — As HEX: color: #B2D1A9; — As RGB: color: rgb(178, 209, 169); — Tailwind CSS: bg-[hsl(106,30%,74%)] — CSS variable: --color-primary: hsl(106, 30%, 74%);