HSL(82, 71%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,71%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 71%, 68%) | color: hsl(82, 71%, 68%) | |
| HEX | #BDE773 | color: #BDE773 | |
| RGB | rgb(189, 231, 115) | color: rgb(189, 231, 115) | |
| CMYK | cmyk(18%, 0%, 50%, 9%) | — | |
| HSV | hsv(82, 50%, 91%) | — | |
| HWB | hwb(82 46% 9%) | color: hwb(82 46% 9%) | |
| OKLCH | oklch(0.8736 0.1513 125.82) | color: oklch(0.8736 0.1513 125.82) | |
| Lab | lab(86.61 -31.62 51.57) | color: lab(86.61 -31.62 51.57) | |
| LCH | lch(86.61 60.49 121.51) | color: lch(86.61 60.49 121.51) |
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)
#CFD08F — rgb(207, 208, 143)
Deuteranopia (Green-blind)
#CDCA96 — rgb(205, 202, 150)
Tritanopia (Blue-blind)
#BFA5AA — rgb(191, 165, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 71%, 68%);
text
color: hsl(82, 71%, 68%);
border
border: 2px solid hsl(82, 71%, 68%);
gradient light
background: linear-gradient(to right, hsl(82, 71%, 88%), hsl(82, 71%, 68%));
gradient dark
background: linear-gradient(to right, hsl(82, 71%, 68%), hsl(82, 71%, 48%))
hex
background-color: #BDE773;
tailwind
bg-[hsl(82,71%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 71%, 68%, 0.4);
css variable
--color-primary: hsl(82, 71%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 71%, 68%)?
HEX: #BDE773 | RGB: rgb(189, 231, 115) | CMYK: 18%, 0%, 50%, 9% | HSV: 82°, 50%, 91%. Copy any format from the conversion table above.
What colors go well with #BDE773?
The complementary color is HSL(262, 71%, 68%). 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, 71%, 68%) in CSS?
As HSL: color: hsl(82, 71%, 68%); — As HEX: color: #BDE773; — As RGB: color: rgb(189, 231, 115); — Tailwind CSS: bg-[hsl(82,71%,68%)] — CSS variable: --color-primary: hsl(82, 71%, 68%);