HSL(65, 52%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,52%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 52%, 71%) | color: hsl(65, 52%, 71%) | |
| HEX | #D5DC8F | color: #D5DC8F | |
| RGB | rgb(213, 220, 143) | color: rgb(213, 220, 143) | |
| CMYK | cmyk(3%, 0%, 35%, 14%) | — | |
| HSV | hsv(65, 35%, 86%) | — | |
| HWB | hwb(65 56% 14%) | color: hwb(65 56% 14%) | |
| OKLCH | oklch(0.8714 0.0991 112.69) | color: oklch(0.8714 0.0991 112.69) | |
| Lab | lab(85.66 -14.13 37.09) | color: lab(85.66 -14.13 37.09) | |
| LCH | lch(85.66 39.69 110.86) | color: lch(85.66 39.69 110.86) |
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)
#D8D8A2 — rgb(216, 216, 162)
Deuteranopia (Green-blind)
#D8D7A6 — rgb(216, 215, 166)
Tritanopia (Blue-blind)
#D5B0B4 — rgb(213, 176, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 52%, 71%);
text
color: hsl(65, 52%, 71%);
border
border: 2px solid hsl(65, 52%, 71%);
gradient light
background: linear-gradient(to right, hsl(65, 52%, 91%), hsl(65, 52%, 71%));
gradient dark
background: linear-gradient(to right, hsl(65, 52%, 71%), hsl(65, 52%, 51%))
hex
background-color: #D5DC8F;
tailwind
bg-[hsl(65,52%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 52%, 71%, 0.4);
css variable
--color-primary: hsl(65, 52%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 52%, 71%)?
HEX: #D5DC8F | RGB: rgb(213, 220, 143) | CMYK: 3%, 0%, 35%, 14% | HSV: 65°, 35%, 86%. Copy any format from the conversion table above.
What colors go well with #D5DC8F?
The complementary color is HSL(245, 52%, 71%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 52%, 71%) in CSS?
As HSL: color: hsl(65, 52%, 71%); — As HEX: color: #D5DC8F; — As RGB: color: rgb(213, 220, 143); — Tailwind CSS: bg-[hsl(65,52%,71%)] — CSS variable: --color-primary: hsl(65, 52%, 71%);