HSL(82, 30%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,30%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 30%, 72%) | color: hsl(82, 30%, 72%) | |
| HEX | #BDCDA2 | color: #BDCDA2 | |
| RGB | rgb(189, 205, 162) | color: rgb(189, 205, 162) | |
| CMYK | cmyk(8%, 0%, 21%, 20%) | — | |
| HSV | hsv(82, 21%, 80%) | — | |
| HWB | hwb(82 63% 20%) | color: hwb(82 63% 20%) | |
| OKLCH | oklch(0.8249 0.0607 124.31) | color: oklch(0.8249 0.0607 124.31) | |
| Lab | lab(80.23 -12.95 19.64) | color: lab(80.23 -12.95 19.64) | |
| LCH | lch(80.23 23.53 123.4) | color: lch(80.23 23.53 123.4) |
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)
#C4C4AC — rgb(196, 196, 172)
Deuteranopia (Green-blind)
#C3C2AF — rgb(195, 194, 175)
Tritanopia (Blue-blind)
#BEB5B6 — rgb(190, 181, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 30%, 72%);
text
color: hsl(82, 30%, 72%);
border
border: 2px solid hsl(82, 30%, 72%);
gradient light
background: linear-gradient(to right, hsl(82, 30%, 92%), hsl(82, 30%, 72%));
gradient dark
background: linear-gradient(to right, hsl(82, 30%, 72%), hsl(82, 30%, 52%))
hex
background-color: #BDCDA2;
tailwind
bg-[hsl(82,30%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 30%, 72%, 0.4);
css variable
--color-primary: hsl(82, 30%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 30%, 72%)?
HEX: #BDCDA2 | RGB: rgb(189, 205, 162) | CMYK: 8%, 0%, 21%, 20% | HSV: 82°, 21%, 80%. Copy any format from the conversion table above.
What colors go well with #BDCDA2?
The complementary color is HSL(262, 30%, 72%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 30%, 72%) in CSS?
As HSL: color: hsl(82, 30%, 72%); — As HEX: color: #BDCDA2; — As RGB: color: rgb(189, 205, 162); — Tailwind CSS: bg-[hsl(82,30%,72%)] — CSS variable: --color-primary: hsl(82, 30%, 72%);