HSL(66, 66%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,66%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 66%, 71%) | color: hsl(66, 66%, 71%) | |
| HEX | #DCE684 | color: #DCE684 | |
| RGB | rgb(220, 230, 132) | color: rgb(220, 230, 132) | |
| CMYK | cmyk(4%, 0%, 43%, 10%) | — | |
| HSV | hsv(66, 43%, 90%) | — | |
| HWB | hwb(66 51% 10%) | color: hwb(66 51% 10%) | |
| OKLCH | oklch(0.8962 0.1225 113.66) | color: oklch(0.8962 0.1225 113.66) | |
| Lab | lab(88.67 -17.6 46.48) | color: lab(88.67 -17.6 46.48) | |
| LCH | lch(88.67 49.7 110.74) | color: lch(88.67 49.7 110.74) |
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)
#E0E09C — rgb(224, 224, 156)
Deuteranopia (Green-blind)
#E0DFA1 — rgb(224, 223, 161)
Tritanopia (Blue-blind)
#DDAEB3 — rgb(221, 174, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 66%, 71%);
text
color: hsl(66, 66%, 71%);
border
border: 2px solid hsl(66, 66%, 71%);
gradient light
background: linear-gradient(to right, hsl(66, 66%, 91%), hsl(66, 66%, 71%));
gradient dark
background: linear-gradient(to right, hsl(66, 66%, 71%), hsl(66, 66%, 51%))
hex
background-color: #DCE684;
tailwind
bg-[hsl(66,66%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 66%, 71%, 0.4);
css variable
--color-primary: hsl(66, 66%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 66%, 71%)?
HEX: #DCE684 | RGB: rgb(220, 230, 132) | CMYK: 4%, 0%, 43%, 10% | HSV: 66°, 43%, 90%. Copy any format from the conversion table above.
What colors go well with #DCE684?
The complementary color is HSL(246, 66%, 71%). 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, 66%, 71%) in CSS?
As HSL: color: hsl(66, 66%, 71%); — As HEX: color: #DCE684; — As RGB: color: rgb(220, 230, 132); — Tailwind CSS: bg-[hsl(66,66%,71%)] — CSS variable: --color-primary: hsl(66, 66%, 71%);