HSL(82, 71%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,71%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 71%, 77%) | color: hsl(82, 71%, 77%) | |
| HEX | #CFEE9B | color: #CFEE9B | |
| RGB | rgb(207, 238, 155) | color: rgb(207, 238, 155) | |
| CMYK | cmyk(13%, 0%, 35%, 7%) | — | |
| HSV | hsv(82, 35%, 93%) | — | |
| HWB | hwb(82 60% 7%) | color: hwb(82 60% 7%) | |
| OKLCH | oklch(0.9073 0.112 125.22) | color: oklch(0.9073 0.112 125.22) | |
| Lab | lab(90.22 -23.7 36.92) | color: lab(90.22 -23.7 36.92) | |
| LCH | lch(90.22 43.87 122.7) | color: lch(90.22 43.87 122.7) |
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)
#DCDDAF — rgb(220, 221, 175)
Deuteranopia (Green-blind)
#DBD8B4 — rgb(219, 216, 180)
Tritanopia (Blue-blind)
#D1BFC2 — rgb(209, 191, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 71%, 77%);
text
color: hsl(82, 71%, 77%);
border
border: 2px solid hsl(82, 71%, 77%);
gradient light
background: linear-gradient(to right, hsl(82, 71%, 97%), hsl(82, 71%, 77%));
gradient dark
background: linear-gradient(to right, hsl(82, 71%, 77%), hsl(82, 71%, 57%))
hex
background-color: #CFEE9B;
tailwind
bg-[hsl(82,71%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 71%, 77%, 0.4);
css variable
--color-primary: hsl(82, 71%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 71%, 77%)?
HEX: #CFEE9B | RGB: rgb(207, 238, 155) | CMYK: 13%, 0%, 35%, 7% | HSV: 82°, 35%, 93%. Copy any format from the conversion table above.
What colors go well with #CFEE9B?
The complementary color is HSL(262, 71%, 77%). 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%, 77%) in CSS?
As HSL: color: hsl(82, 71%, 77%); — As HEX: color: #CFEE9B; — As RGB: color: rgb(207, 238, 155); — Tailwind CSS: bg-[hsl(82,71%,77%)] — CSS variable: --color-primary: hsl(82, 71%, 77%);