HSL(65, 80%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,80%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 80%, 58%) | color: hsl(65, 80%, 58%) | |
| HEX | #DBEA3E | color: #DBEA3E | |
| RGB | rgb(219, 234, 62) | color: rgb(219, 234, 62) | |
| CMYK | cmyk(6%, 0%, 74%, 8%) | — | |
| HSV | hsv(65, 74%, 92%) | — | |
| HWB | hwb(65 24% 8%) | color: hwb(65 24% 8%) | |
| OKLCH | oklch(0.897 0.1843 114.56) | color: oklch(0.897 0.1843 114.56) | |
| Lab | lab(89.04 -25.03 76.11) | color: lab(89.04 -25.03 76.11) | |
| LCH | lch(89.04 80.12 108.2) | color: lch(89.04 80.12 108.2) |
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)
#E1E268 — rgb(225, 226, 104)
Deuteranopia (Green-blind)
#E1E072 — rgb(225, 224, 114)
Tritanopia (Blue-blind)
#DC8890 — rgb(220, 136, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 80%, 58%);
text
color: hsl(65, 80%, 58%);
border
border: 2px solid hsl(65, 80%, 58%);
gradient light
background: linear-gradient(to right, hsl(65, 80%, 78%), hsl(65, 80%, 58%));
gradient dark
background: linear-gradient(to right, hsl(65, 80%, 58%), hsl(65, 80%, 38%))
hex
background-color: #DBEA3E;
tailwind
bg-[hsl(65,80%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 80%, 58%, 0.4);
css variable
--color-primary: hsl(65, 80%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 80%, 58%)?
HEX: #DBEA3E | RGB: rgb(219, 234, 62) | CMYK: 6%, 0%, 74%, 8% | HSV: 65°, 74%, 92%. Copy any format from the conversion table above.
What colors go well with #DBEA3E?
The complementary color is HSL(245, 80%, 58%). 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, 80%, 58%) in CSS?
As HSL: color: hsl(65, 80%, 58%); — As HEX: color: #DBEA3E; — As RGB: color: rgb(219, 234, 62); — Tailwind CSS: bg-[hsl(65,80%,58%)] — CSS variable: --color-primary: hsl(65, 80%, 58%);