HSL(66, 44%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,44%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 44%, 64%) | color: hsl(66, 44%, 64%) | |
| HEX | #C4CC7B | color: #C4CC7B | |
| RGB | rgb(196, 204, 123) | color: rgb(196, 204, 123) | |
| CMYK | cmyk(4%, 0%, 40%, 20%) | — | |
| HSV | hsv(66, 40%, 80%) | — | |
| HWB | hwb(66 48% 20%) | color: hwb(66 48% 20%) | |
| OKLCH | oklch(0.8207 0.1045 113.32) | color: oklch(0.8207 0.1045 113.32) | |
| Lab | lab(79.81 -15 39.41) | color: lab(79.81 -15 39.41) | |
| LCH | lch(79.81 42.17 110.84) | color: lch(79.81 42.17 110.84) |
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)
#C7C88F — rgb(199, 200, 143)
Deuteranopia (Green-blind)
#C7C693 — rgb(199, 198, 147)
Tritanopia (Blue-blind)
#C49EA1 — rgb(196, 158, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 44%, 64%);
text
color: hsl(66, 44%, 64%);
border
border: 2px solid hsl(66, 44%, 64%);
gradient light
background: linear-gradient(to right, hsl(66, 44%, 84%), hsl(66, 44%, 64%));
gradient dark
background: linear-gradient(to right, hsl(66, 44%, 64%), hsl(66, 44%, 44%))
hex
background-color: #C4CC7B;
tailwind
bg-[hsl(66,44%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 44%, 64%, 0.4);
css variable
--color-primary: hsl(66, 44%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 44%, 64%)?
HEX: #C4CC7B | RGB: rgb(196, 204, 123) | CMYK: 4%, 0%, 40%, 20% | HSV: 66°, 40%, 80%. Copy any format from the conversion table above.
What colors go well with #C4CC7B?
The complementary color is HSL(246, 44%, 64%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 44%, 64%) in CSS?
As HSL: color: hsl(66, 44%, 64%); — As HEX: color: #C4CC7B; — As RGB: color: rgb(196, 204, 123); — Tailwind CSS: bg-[hsl(66,44%,64%)] — CSS variable: --color-primary: hsl(66, 44%, 64%);