HSL(66, 62%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,62%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 62%, 60%) | color: hsl(66, 62%, 60%) | |
| HEX | #CCD85A | color: #CCD85A | |
| RGB | rgb(204, 216, 90) | color: rgb(204, 216, 90) | |
| CMYK | cmyk(6%, 0%, 58%, 15%) | — | |
| HSV | hsv(66, 58%, 85%) | — | |
| HWB | hwb(66 36% 15%) | color: hwb(66 36% 15%) | |
| OKLCH | oklch(0.8487 0.1498 114.18) | color: oklch(0.8487 0.1498 114.18) | |
| Lab | lab(83.28 -20.82 59.27) | color: lab(83.28 -20.82 59.27) | |
| LCH | lch(83.28 62.82 109.36) | color: lch(83.28 62.82 109.36) |
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)
#D1D178 — rgb(209, 209, 120)
Deuteranopia (Green-blind)
#D1D080 — rgb(209, 208, 128)
Tritanopia (Blue-blind)
#CD9196 — rgb(205, 145, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 62%, 60%);
text
color: hsl(66, 62%, 60%);
border
border: 2px solid hsl(66, 62%, 60%);
gradient light
background: linear-gradient(to right, hsl(66, 62%, 80%), hsl(66, 62%, 60%));
gradient dark
background: linear-gradient(to right, hsl(66, 62%, 60%), hsl(66, 62%, 40%))
hex
background-color: #CCD85A;
tailwind
bg-[hsl(66,62%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 62%, 60%, 0.4);
css variable
--color-primary: hsl(66, 62%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 62%, 60%)?
HEX: #CCD85A | RGB: rgb(204, 216, 90) | CMYK: 6%, 0%, 58%, 15% | HSV: 66°, 58%, 85%. Copy any format from the conversion table above.
What colors go well with #CCD85A?
The complementary color is HSL(246, 62%, 60%). 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, 62%, 60%) in CSS?
As HSL: color: hsl(66, 62%, 60%); — As HEX: color: #CCD85A; — As RGB: color: rgb(204, 216, 90); — Tailwind CSS: bg-[hsl(66,62%,60%)] — CSS variable: --color-primary: hsl(66, 62%, 60%);