HSL(66, 50%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,50%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 50%, 67%) | color: hsl(66, 50%, 67%) | |
| HEX | #CDD581 | color: #CDD581 | |
| RGB | rgb(205, 213, 129) | color: rgb(205, 213, 129) | |
| CMYK | cmyk(4%, 0%, 39%, 16%) | — | |
| HSV | hsv(66, 39%, 84%) | — | |
| HWB | hwb(66 51% 16%) | color: hwb(66 51% 16%) | |
| OKLCH | oklch(0.848 0.1075 113.14) | color: oklch(0.848 0.1075 113.14) | |
| Lab | lab(82.99 -15.33 40.58) | color: lab(82.99 -15.33 40.58) | |
| LCH | lch(82.99 43.38 110.7) | color: lch(82.99 43.38 110.7) |
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)
#D0D195 — rgb(208, 209, 149)
Deuteranopia (Green-blind)
#D0CF9A — rgb(208, 207, 154)
Tritanopia (Blue-blind)
#CDA5A9 — rgb(205, 165, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 50%, 67%);
text
color: hsl(66, 50%, 67%);
border
border: 2px solid hsl(66, 50%, 67%);
gradient light
background: linear-gradient(to right, hsl(66, 50%, 87%), hsl(66, 50%, 67%));
gradient dark
background: linear-gradient(to right, hsl(66, 50%, 67%), hsl(66, 50%, 47%))
hex
background-color: #CDD581;
tailwind
bg-[hsl(66,50%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 50%, 67%, 0.4);
css variable
--color-primary: hsl(66, 50%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 50%, 67%)?
HEX: #CDD581 | RGB: rgb(205, 213, 129) | CMYK: 4%, 0%, 39%, 16% | HSV: 66°, 39%, 84%. Copy any format from the conversion table above.
What colors go well with #CDD581?
The complementary color is HSL(246, 50%, 67%). 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%, 67%) in CSS?
As HSL: color: hsl(66, 50%, 67%); — As HEX: color: #CDD581; — As RGB: color: rgb(205, 213, 129); — Tailwind CSS: bg-[hsl(66,50%,67%)] — CSS variable: --color-primary: hsl(66, 50%, 67%);