HSL(76, 40%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 40%, 77%) | color: hsl(76, 40%, 77%) | |
| HEX | #CFDCAD | color: #CFDCAD | |
| RGB | rgb(207, 220, 173) | color: rgb(207, 220, 173) | |
| CMYK | cmyk(6%, 0%, 21%, 14%) | — | |
| HSV | hsv(77, 21%, 86%) | — | |
| HWB | hwb(77 68% 14%) | color: hwb(77 68% 14%) | |
| OKLCH | oklch(0.8727 0.064 120.3) | color: oklch(0.8727 0.064 120.3) | |
| Lab | lab(85.74 -12.33 21.68) | color: lab(85.74 -12.33 21.68) | |
| LCH | lch(85.74 24.94 119.63) | color: lch(85.74 24.94 119.63) |
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)
#D5D5B8 — rgb(213, 213, 184)
Deuteranopia (Green-blind)
#D4D3BB — rgb(212, 211, 187)
Tritanopia (Blue-blind)
#D0C1C3 — rgb(208, 193, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 40%, 77%);
text
color: hsl(76, 40%, 77%);
border
border: 2px solid hsl(76, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(76, 40%, 97%), hsl(76, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(76, 40%, 77%), hsl(76, 40%, 57%))
hex
background-color: #CFDCAD;
tailwind
bg-[hsl(76,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 40%, 77%, 0.4);
css variable
--color-primary: hsl(76, 40%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 40%, 77%)?
HEX: #CFDCAD | RGB: rgb(207, 220, 173) | CMYK: 6%, 0%, 21%, 14% | HSV: 77°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #CFDCAD?
The complementary color is HSL(256, 40%, 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, 40%, 77%) in CSS?
As HSL: color: hsl(76, 40%, 77%); — As HEX: color: #CFDCAD; — As RGB: color: rgb(207, 220, 173); — Tailwind CSS: bg-[hsl(76,40%,77%)] — CSS variable: --color-primary: hsl(76, 40%, 77%);