HSL(66, 50%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,50%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 50%, 61%) | color: hsl(66, 50%, 61%) | |
| HEX | #C3CD6A | color: #C3CD6A | |
| RGB | rgb(195, 205, 106) | color: rgb(195, 205, 106) | |
| CMYK | cmyk(5%, 0%, 48%, 20%) | — | |
| HSV | hsv(66, 48%, 80%) | — | |
| HWB | hwb(66 42% 20%) | color: hwb(66 42% 20%) | |
| OKLCH | oklch(0.8196 0.1242 113.91) | color: oklch(0.8196 0.1242 113.91) | |
| Lab | lab(79.79 -17.66 47.74) | color: lab(79.79 -17.66 47.74) | |
| LCH | lch(79.79 50.9 110.3) | color: lch(79.79 50.9 110.3) |
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)
#C7C782 — rgb(199, 199, 130)
Deuteranopia (Green-blind)
#C7C688 — rgb(199, 198, 136)
Tritanopia (Blue-blind)
#C49599 — rgb(196, 149, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 50%, 61%);
text
color: hsl(66, 50%, 61%);
border
border: 2px solid hsl(66, 50%, 61%);
gradient light
background: linear-gradient(to right, hsl(66, 50%, 81%), hsl(66, 50%, 61%));
gradient dark
background: linear-gradient(to right, hsl(66, 50%, 61%), hsl(66, 50%, 41%))
hex
background-color: #C3CD6A;
tailwind
bg-[hsl(66,50%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 50%, 61%, 0.4);
css variable
--color-primary: hsl(66, 50%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 50%, 61%)?
HEX: #C3CD6A | RGB: rgb(195, 205, 106) | CMYK: 5%, 0%, 48%, 20% | HSV: 66°, 48%, 80%. Copy any format from the conversion table above.
What colors go well with #C3CD6A?
The complementary color is HSL(246, 50%, 61%). 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, 50%, 61%) in CSS?
As HSL: color: hsl(66, 50%, 61%); — As HEX: color: #C3CD6A; — As RGB: color: rgb(195, 205, 106); — Tailwind CSS: bg-[hsl(66,50%,61%)] — CSS variable: --color-primary: hsl(66, 50%, 61%);