HSL(77, 29%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,29%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 29%, 78%) | color: hsl(77, 29%, 78%) | |
| HEX | #CED7B7 | color: #CED7B7 | |
| RGB | rgb(206, 215, 183) | color: rgb(206, 215, 183) | |
| CMYK | cmyk(4%, 0%, 15%, 16%) | — | |
| HSV | hsv(77, 15%, 84%) | — | |
| HWB | hwb(77 71% 16%) | color: hwb(77 71% 16%) | |
| OKLCH | oklch(0.8638 0.0441 120.1) | color: oklch(0.8638 0.0441 120.1) | |
| Lab | lab(84.56 -8.61 14.78) | color: lab(84.56 -8.61 14.78) | |
| LCH | lch(84.56 17.1 120.22) | color: lch(84.56 17.1 120.22) |
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)
#D2D2BF — rgb(210, 210, 191)
Deuteranopia (Green-blind)
#D1D1C1 — rgb(209, 209, 193)
Tritanopia (Blue-blind)
#CEC5C6 — rgb(206, 197, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 29%, 78%);
text
color: hsl(77, 29%, 78%);
border
border: 2px solid hsl(77, 29%, 78%);
gradient light
background: linear-gradient(to right, hsl(77, 29%, 98%), hsl(77, 29%, 78%));
gradient dark
background: linear-gradient(to right, hsl(77, 29%, 78%), hsl(77, 29%, 58%))
hex
background-color: #CED7B7;
tailwind
bg-[hsl(77,29%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 29%, 78%, 0.4);
css variable
--color-primary: hsl(77, 29%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 29%, 78%)?
HEX: #CED7B7 | RGB: rgb(206, 215, 183) | CMYK: 4%, 0%, 15%, 16% | HSV: 77°, 15%, 84%. Copy any format from the conversion table above.
What colors go well with #CED7B7?
The complementary color is HSL(257, 29%, 78%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 29%, 78%) in CSS?
As HSL: color: hsl(77, 29%, 78%); — As HEX: color: #CED7B7; — As RGB: color: rgb(206, 215, 183); — Tailwind CSS: bg-[hsl(77,29%,78%)] — CSS variable: --color-primary: hsl(77, 29%, 78%);