HSL(76, 32%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,32%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 32%, 77%) | color: hsl(76, 32%, 77%) | |
| HEX | #CDD7B2 | color: #CDD7B2 | |
| RGB | rgb(205, 215, 178) | color: rgb(205, 215, 178) | |
| CMYK | cmyk(5%, 0%, 17%, 16%) | — | |
| HSV | hsv(76, 17%, 84%) | — | |
| HWB | hwb(76 70% 16%) | color: hwb(76 70% 16%) | |
| OKLCH | oklch(0.8618 0.0508 119.76) | color: oklch(0.8618 0.0508 119.76) | |
| Lab | lab(84.38 -9.76 17.15) | color: lab(84.38 -9.76 17.15) | |
| LCH | lch(84.38 19.73 119.64) | color: lch(84.38 19.73 119.64) |
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)
#D1D1BB — rgb(209, 209, 187)
Deuteranopia (Green-blind)
#D1D0BD — rgb(209, 208, 189)
Tritanopia (Blue-blind)
#CEC2C4 — rgb(206, 194, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 32%, 77%);
text
color: hsl(76, 32%, 77%);
border
border: 2px solid hsl(76, 32%, 77%);
gradient light
background: linear-gradient(to right, hsl(76, 32%, 97%), hsl(76, 32%, 77%));
gradient dark
background: linear-gradient(to right, hsl(76, 32%, 77%), hsl(76, 32%, 57%))
hex
background-color: #CDD7B2;
tailwind
bg-[hsl(76,32%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 32%, 77%, 0.4);
css variable
--color-primary: hsl(76, 32%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 32%, 77%)?
HEX: #CDD7B2 | RGB: rgb(205, 215, 178) | CMYK: 5%, 0%, 17%, 16% | HSV: 76°, 17%, 84%. Copy any format from the conversion table above.
What colors go well with #CDD7B2?
The complementary color is HSL(256, 32%, 77%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 32%, 77%) in CSS?
As HSL: color: hsl(76, 32%, 77%); — As HEX: color: #CDD7B2; — As RGB: color: rgb(205, 215, 178); — Tailwind CSS: bg-[hsl(76,32%,77%)] — CSS variable: --color-primary: hsl(76, 32%, 77%);