HSL(65, 40%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,40%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 40%, 78%) | color: hsl(65, 40%, 78%) | |
| HEX | #DADDB0 | color: #DADDB0 | |
| RGB | rgb(218, 221, 176) | color: rgb(218, 221, 176) | |
| CMYK | cmyk(1%, 0%, 20%, 13%) | — | |
| HSV | hsv(64, 20%, 87%) | — | |
| HWB | hwb(64 70% 13%) | color: hwb(64 70% 13%) | |
| OKLCH | oklch(0.8839 0.0595 110.7) | color: oklch(0.8839 0.0595 110.7) | |
| Lab | lab(86.88 -8.39 21.82) | color: lab(86.88 -8.39 21.82) | |
| LCH | lch(86.88 23.38 111.03) | color: lch(86.88 23.38 111.03) |
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)
#DBDBBB — rgb(219, 219, 187)
Deuteranopia (Green-blind)
#DBDBBE — rgb(219, 219, 190)
Tritanopia (Blue-blind)
#DAC3C5 — rgb(218, 195, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 40%, 78%);
text
color: hsl(65, 40%, 78%);
border
border: 2px solid hsl(65, 40%, 78%);
gradient light
background: linear-gradient(to right, hsl(65, 40%, 98%), hsl(65, 40%, 78%));
gradient dark
background: linear-gradient(to right, hsl(65, 40%, 78%), hsl(65, 40%, 58%))
hex
background-color: #DADDB0;
tailwind
bg-[hsl(65,40%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 40%, 78%, 0.4);
css variable
--color-primary: hsl(65, 40%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 40%, 78%)?
HEX: #DADDB0 | RGB: rgb(218, 221, 176) | CMYK: 1%, 0%, 20%, 13% | HSV: 64°, 20%, 87%. Copy any format from the conversion table above.
What colors go well with #DADDB0?
The complementary color is HSL(245, 40%, 78%). 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, 40%, 78%) in CSS?
As HSL: color: hsl(65, 40%, 78%); — As HEX: color: #DADDB0; — As RGB: color: rgb(218, 221, 176); — Tailwind CSS: bg-[hsl(65,40%,78%)] — CSS variable: --color-primary: hsl(65, 40%, 78%);