HSL(66, 55%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,55%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 55%, 66%) | color: hsl(66, 55%, 66%) | |
| HEX | #CED879 | color: #CED879 | |
| RGB | rgb(206, 216, 121) | color: rgb(206, 216, 121) | |
| CMYK | cmyk(5%, 0%, 44%, 15%) | — | |
| HSV | hsv(66, 44%, 85%) | — | |
| HWB | hwb(66 48% 15%) | color: hwb(66 48% 15%) | |
| OKLCH | oklch(0.854 0.1198 113.88) | color: oklch(0.854 0.1198 113.88) | |
| Lab | lab(83.76 -17.29 45.51) | color: lab(83.76 -17.29 45.51) | |
| LCH | lch(83.76 48.68 110.8) | color: lch(83.76 48.68 110.8) |
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)
#D2D290 — rgb(210, 210, 144)
Deuteranopia (Green-blind)
#D2D196 — rgb(210, 209, 150)
Tritanopia (Blue-blind)
#CFA2A6 — rgb(207, 162, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 55%, 66%);
text
color: hsl(66, 55%, 66%);
border
border: 2px solid hsl(66, 55%, 66%);
gradient light
background: linear-gradient(to right, hsl(66, 55%, 86%), hsl(66, 55%, 66%));
gradient dark
background: linear-gradient(to right, hsl(66, 55%, 66%), hsl(66, 55%, 46%))
hex
background-color: #CED879;
tailwind
bg-[hsl(66,55%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 55%, 66%, 0.4);
css variable
--color-primary: hsl(66, 55%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 55%, 66%)?
HEX: #CED879 | RGB: rgb(206, 216, 121) | CMYK: 5%, 0%, 44%, 15% | HSV: 66°, 44%, 85%. Copy any format from the conversion table above.
What colors go well with #CED879?
The complementary color is HSL(246, 55%, 66%). 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, 55%, 66%) in CSS?
As HSL: color: hsl(66, 55%, 66%); — As HEX: color: #CED879; — As RGB: color: rgb(206, 216, 121); — Tailwind CSS: bg-[hsl(66,55%,66%)] — CSS variable: --color-primary: hsl(66, 55%, 66%);