HSL(85, 72%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,72%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 72%, 80%) | color: hsl(85, 72%, 80%) | |
| HEX | #D2F1A7 | color: #D2F1A7 | |
| RGB | rgb(210, 241, 167) | color: rgb(210, 241, 167) | |
| CMYK | cmyk(13%, 0%, 31%, 5%) | — | |
| HSV | hsv(85, 31%, 95%) | — | |
| HWB | hwb(85 66% 5%) | color: hwb(85 66% 5%) | |
| OKLCH | oklch(0.918 0.1016 126.77) | color: oklch(0.918 0.1016 126.77) | |
| Lab | lab(91.42 -22.47 32.51) | color: lab(91.42 -22.47 32.51) | |
| LCH | lch(91.42 39.52 124.65) | color: lch(91.42 39.52 124.65) |
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)
#DFE0B9 — rgb(223, 224, 185)
Deuteranopia (Green-blind)
#DEDBBD — rgb(222, 219, 189)
Tritanopia (Blue-blind)
#D4C7CA — rgb(212, 199, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 72%, 80%);
text
color: hsl(85, 72%, 80%);
border
border: 2px solid hsl(85, 72%, 80%);
gradient light
background: linear-gradient(to right, hsl(85, 72%, 100%), hsl(85, 72%, 80%));
gradient dark
background: linear-gradient(to right, hsl(85, 72%, 80%), hsl(85, 72%, 60%))
hex
background-color: #D2F1A7;
tailwind
bg-[hsl(85,72%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 72%, 80%, 0.4);
css variable
--color-primary: hsl(85, 72%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 72%, 80%)?
HEX: #D2F1A7 | RGB: rgb(210, 241, 167) | CMYK: 13%, 0%, 31%, 5% | HSV: 85°, 31%, 95%. Copy any format from the conversion table above.
What colors go well with #D2F1A7?
The complementary color is HSL(265, 72%, 80%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 72%, 80%) in CSS?
As HSL: color: hsl(85, 72%, 80%); — As HEX: color: #D2F1A7; — As RGB: color: rgb(210, 241, 167); — Tailwind CSS: bg-[hsl(85,72%,80%)] — CSS variable: --color-primary: hsl(85, 72%, 80%);