HSL(66, 62%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,62%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 62%, 69%) | color: hsl(66, 62%, 69%) | |
| HEX | #D7E17F | color: #D7E17F | |
| RGB | rgb(215, 225, 127) | color: rgb(215, 225, 127) | |
| CMYK | cmyk(4%, 0%, 44%, 12%) | — | |
| HSV | hsv(66, 44%, 88%) | — | |
| HWB | hwb(66 49% 12%) | color: hwb(66 49% 12%) | |
| OKLCH | oklch(0.881 0.1227 113.71) | color: oklch(0.881 0.1227 113.71) | |
| Lab | lab(86.91 -17.6 46.64) | color: lab(86.91 -17.6 46.64) | |
| LCH | lch(86.91 49.85 110.67) | color: lch(86.91 49.85 110.67) |
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)
#DBDB97 — rgb(219, 219, 151)
Deuteranopia (Green-blind)
#DBDA9C — rgb(219, 218, 156)
Tritanopia (Blue-blind)
#D8A9AE — rgb(216, 169, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 62%, 69%);
text
color: hsl(66, 62%, 69%);
border
border: 2px solid hsl(66, 62%, 69%);
gradient light
background: linear-gradient(to right, hsl(66, 62%, 89%), hsl(66, 62%, 69%));
gradient dark
background: linear-gradient(to right, hsl(66, 62%, 69%), hsl(66, 62%, 49%))
hex
background-color: #D7E17F;
tailwind
bg-[hsl(66,62%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 62%, 69%, 0.4);
css variable
--color-primary: hsl(66, 62%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 62%, 69%)?
HEX: #D7E17F | RGB: rgb(215, 225, 127) | CMYK: 4%, 0%, 44%, 12% | HSV: 66°, 44%, 88%. Copy any format from the conversion table above.
What colors go well with #D7E17F?
The complementary color is HSL(246, 62%, 69%). 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%, 69%) in CSS?
As HSL: color: hsl(66, 62%, 69%); — As HEX: color: #D7E17F; — As RGB: color: rgb(215, 225, 127); — Tailwind CSS: bg-[hsl(66,62%,69%)] — CSS variable: --color-primary: hsl(66, 62%, 69%);