HSL(97, 71%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,71%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 71%, 85%) | color: hsl(97, 71%, 85%) | |
| HEX | #D2F4BE | color: #D2F4BE | |
| RGB | rgb(210, 244, 190) | color: rgb(210, 244, 190) | |
| CMYK | cmyk(14%, 0%, 22%, 4%) | — | |
| HSV | hsv(98, 22%, 96%) | — | |
| HWB | hwb(98 75% 4%) | color: hwb(98 75% 4%) | |
| OKLCH | oklch(0.9291 0.0797 134.05) | color: oklch(0.9291 0.0797 134.05) | |
| Lab | lab(92.63 -20.55 22.45) | color: lab(92.63 -20.55 22.45) | |
| LCH | lch(92.63 30.44 132.47) | color: lch(92.63 30.44 132.47) |
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)
#E1E1CB — rgb(225, 225, 203)
Deuteranopia (Green-blind)
#DFDCCE — rgb(223, 220, 206)
Tritanopia (Blue-blind)
#D4D5D8 — rgb(212, 213, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 71%, 85%);
text
color: hsl(97, 71%, 85%);
border
border: 2px solid hsl(97, 71%, 85%);
gradient light
background: linear-gradient(to right, hsl(97, 71%, 100%), hsl(97, 71%, 85%));
gradient dark
background: linear-gradient(to right, hsl(97, 71%, 85%), hsl(97, 71%, 65%))
hex
background-color: #D2F4BE;
tailwind
bg-[hsl(97,71%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 71%, 85%, 0.4);
css variable
--color-primary: hsl(97, 71%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 71%, 85%)?
HEX: #D2F4BE | RGB: rgb(210, 244, 190) | CMYK: 14%, 0%, 22%, 4% | HSV: 98°, 22%, 96%. Copy any format from the conversion table above.
What colors go well with #D2F4BE?
The complementary color is HSL(277, 71%, 85%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 71%, 85%) in CSS?
As HSL: color: hsl(97, 71%, 85%); — As HEX: color: #D2F4BE; — As RGB: color: rgb(210, 244, 190); — Tailwind CSS: bg-[hsl(97,71%,85%)] — CSS variable: --color-primary: hsl(97, 71%, 85%);