HSL(71, 82%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,82%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 82%, 71%) | color: hsl(71, 82%, 71%) | |
| HEX | #DBF278 | color: #DBF278 | |
| RGB | rgb(219, 242, 120) | color: rgb(219, 242, 120) | |
| CMYK | cmyk(10%, 0%, 50%, 5%) | — | |
| HSV | hsv(71, 50%, 95%) | — | |
| HWB | hwb(71 48% 5%) | color: hwb(71 48% 5%) | |
| OKLCH | oklch(0.9194 0.1498 118.28) | color: oklch(0.9194 0.1498 118.28) | |
| Lab | lab(91.65 -24.95 55.75) | color: lab(91.65 -24.95 55.75) | |
| LCH | lch(91.65 61.08 114.11) | color: lch(91.65 61.08 114.11) |
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)
#E5E596 — rgb(229, 229, 150)
Deuteranopia (Green-blind)
#E4E29D — rgb(228, 226, 157)
Tritanopia (Blue-blind)
#DCADB2 — rgb(220, 173, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 82%, 71%);
text
color: hsl(71, 82%, 71%);
border
border: 2px solid hsl(71, 82%, 71%);
gradient light
background: linear-gradient(to right, hsl(71, 82%, 91%), hsl(71, 82%, 71%));
gradient dark
background: linear-gradient(to right, hsl(71, 82%, 71%), hsl(71, 82%, 51%))
hex
background-color: #DBF278;
tailwind
bg-[hsl(71,82%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 82%, 71%, 0.4);
css variable
--color-primary: hsl(71, 82%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 82%, 71%)?
HEX: #DBF278 | RGB: rgb(219, 242, 120) | CMYK: 10%, 0%, 50%, 5% | HSV: 71°, 50%, 95%. Copy any format from the conversion table above.
What colors go well with #DBF278?
The complementary color is HSL(251, 82%, 71%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 82%, 71%) in CSS?
As HSL: color: hsl(71, 82%, 71%); — As HEX: color: #DBF278; — As RGB: color: rgb(219, 242, 120); — Tailwind CSS: bg-[hsl(71,82%,71%)] — CSS variable: --color-primary: hsl(71, 82%, 71%);