HSL(97, 86%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,86%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 86%, 85%) | color: hsl(97, 86%, 85%) | |
| HEX | #D1FAB8 | color: #D1FAB8 | |
| RGB | rgb(209, 250, 184) | color: rgb(209, 250, 184) | |
| CMYK | cmyk(16%, 0%, 26%, 2%) | — | |
| HSV | hsv(97, 26%, 98%) | — | |
| HWB | hwb(97 73% 2%) | color: hwb(97 73% 2%) | |
| OKLCH | oklch(0.9399 0.0964 133.91) | color: oklch(0.9399 0.0964 133.91) | |
| Lab | lab(94.05 -24.69 27.45) | color: lab(94.05 -24.69 27.45) | |
| LCH | lch(94.05 36.92 131.97) | color: lch(94.05 36.92 131.97) |
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)
#E3E3C8 — rgb(227, 227, 200)
Deuteranopia (Green-blind)
#E0DDCC — rgb(224, 221, 204)
Tritanopia (Blue-blind)
#D3D5D7 — rgb(211, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 86%, 85%);
text
color: hsl(97, 86%, 85%);
border
border: 2px solid hsl(97, 86%, 85%);
gradient light
background: linear-gradient(to right, hsl(97, 86%, 100%), hsl(97, 86%, 85%));
gradient dark
background: linear-gradient(to right, hsl(97, 86%, 85%), hsl(97, 86%, 65%))
hex
background-color: #D1FAB8;
tailwind
bg-[hsl(97,86%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 86%, 85%, 0.4);
css variable
--color-primary: hsl(97, 86%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 86%, 85%)?
HEX: #D1FAB8 | RGB: rgb(209, 250, 184) | CMYK: 16%, 0%, 26%, 2% | HSV: 97°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #D1FAB8?
The complementary color is HSL(277, 86%, 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, 86%, 85%) in CSS?
As HSL: color: hsl(97, 86%, 85%); — As HEX: color: #D1FAB8; — As RGB: color: rgb(209, 250, 184); — Tailwind CSS: bg-[hsl(97,86%,85%)] — CSS variable: --color-primary: hsl(97, 86%, 85%);