HSL(68, 41%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,41%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 41%, 66%) | color: hsl(68, 41%, 66%) | |
| HEX | #C2CC85 | color: #C2CC85 | |
| RGB | rgb(194, 204, 133) | color: rgb(194, 204, 133) | |
| CMYK | cmyk(5%, 0%, 35%, 20%) | — | |
| HSV | hsv(68, 35%, 80%) | — | |
| HWB | hwb(68 52% 20%) | color: hwb(68 52% 20%) | |
| OKLCH | oklch(0.8208 0.0935 115.03) | color: oklch(0.8208 0.0935 115.03) | |
| Lab | lab(79.81 -14.6 34.29) | color: lab(79.81 -14.6 34.29) | |
| LCH | lch(79.81 37.27 113.06) | color: lch(79.81 37.27 113.06) |
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)
#C6C696 — rgb(198, 198, 150)
Deuteranopia (Green-blind)
#C6C59A — rgb(198, 197, 154)
Tritanopia (Blue-blind)
#C3A4A7 — rgb(195, 164, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 41%, 66%);
text
color: hsl(68, 41%, 66%);
border
border: 2px solid hsl(68, 41%, 66%);
gradient light
background: linear-gradient(to right, hsl(68, 41%, 86%), hsl(68, 41%, 66%));
gradient dark
background: linear-gradient(to right, hsl(68, 41%, 66%), hsl(68, 41%, 46%))
hex
background-color: #C2CC85;
tailwind
bg-[hsl(68,41%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 41%, 66%, 0.4);
css variable
--color-primary: hsl(68, 41%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 41%, 66%)?
HEX: #C2CC85 | RGB: rgb(194, 204, 133) | CMYK: 5%, 0%, 35%, 20% | HSV: 68°, 35%, 80%. Copy any format from the conversion table above.
What colors go well with #C2CC85?
The complementary color is HSL(248, 41%, 66%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 41%, 66%) in CSS?
As HSL: color: hsl(68, 41%, 66%); — As HEX: color: #C2CC85; — As RGB: color: rgb(194, 204, 133); — Tailwind CSS: bg-[hsl(68,41%,66%)] — CSS variable: --color-primary: hsl(68, 41%, 66%);