HSL(65, 45%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,45%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 45%, 80%) | color: hsl(65, 45%, 80%) | |
| HEX | #DFE3B5 | color: #DFE3B5 | |
| RGB | rgb(223, 227, 181) | color: rgb(223, 227, 181) | |
| CMYK | cmyk(2%, 0%, 20%, 11%) | — | |
| HSV | hsv(65, 20%, 89%) | — | |
| HWB | hwb(65 71% 11%) | color: hwb(65 71% 11%) | |
| OKLCH | oklch(0.9012 0.0606 111.65) | color: oklch(0.9012 0.0606 111.65) | |
| Lab | lab(88.9 -8.88 22.08) | color: lab(88.9 -8.88 22.08) | |
| LCH | lch(88.9 23.8 111.91) | color: lch(88.9 23.8 111.91) |
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)
#E1E1C0 — rgb(225, 225, 192)
Deuteranopia (Green-blind)
#E1E0C3 — rgb(225, 224, 195)
Tritanopia (Blue-blind)
#DFC9CB — rgb(223, 201, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 45%, 80%);
text
color: hsl(65, 45%, 80%);
border
border: 2px solid hsl(65, 45%, 80%);
gradient light
background: linear-gradient(to right, hsl(65, 45%, 100%), hsl(65, 45%, 80%));
gradient dark
background: linear-gradient(to right, hsl(65, 45%, 80%), hsl(65, 45%, 60%))
hex
background-color: #DFE3B5;
tailwind
bg-[hsl(65,45%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 45%, 80%, 0.4);
css variable
--color-primary: hsl(65, 45%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 45%, 80%)?
HEX: #DFE3B5 | RGB: rgb(223, 227, 181) | CMYK: 2%, 0%, 20%, 11% | HSV: 65°, 20%, 89%. Copy any format from the conversion table above.
What colors go well with #DFE3B5?
The complementary color is HSL(245, 45%, 80%). 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, 45%, 80%) in CSS?
As HSL: color: hsl(65, 45%, 80%); — As HEX: color: #DFE3B5; — As RGB: color: rgb(223, 227, 181); — Tailwind CSS: bg-[hsl(65,45%,80%)] — CSS variable: --color-primary: hsl(65, 45%, 80%);